Title: [166547] trunk/Tools
Revision
166547
Author
[email protected]
Date
2014-03-31 16:50:17 -0700 (Mon, 31 Mar 2014)

Log Message

Unreviewed test correction after r166530.

* DumpRenderTree/mac/DumpRenderTree.mm:
(setDefaultsToConsistentValuesForTesting): No need to change preference for all tests. We set the proper
fine-grained setting for swipe tests. This prevents existing tests from breaking.

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (166546 => 166547)


--- trunk/Tools/ChangeLog	2014-03-31 23:49:47 UTC (rev 166546)
+++ trunk/Tools/ChangeLog	2014-03-31 23:50:17 UTC (rev 166547)
@@ -1,3 +1,11 @@
+2014-03-31  Brent Fulgham  <[email protected]>
+
+        Unreviewed test correction after r166530.
+
+        * DumpRenderTree/mac/DumpRenderTree.mm:
+        (setDefaultsToConsistentValuesForTesting): No need to change preference for all tests. We set the proper
+        fine-grained setting for swipe tests. This prevents existing tests from breaking.
+
 2014-03-31  Carlos Alberto Lopez Perez  <[email protected]>
 
         Remove the trigger for webkit1 tests on the gtk-linux-64-release bot

Modified: trunk/Tools/DumpRenderTree/mac/DumpRenderTree.mm (166546 => 166547)


--- trunk/Tools/DumpRenderTree/mac/DumpRenderTree.mm	2014-03-31 23:49:47 UTC (rev 166546)
+++ trunk/Tools/DumpRenderTree/mac/DumpRenderTree.mm	2014-03-31 23:50:17 UTC (rev 166547)
@@ -953,7 +953,6 @@
 #endif
         @"NSOverlayScrollersEnabled": @NO,
         @"AppleShowScrollBars": @"Always",
-        @"NSSmoothScrollWheel": @YES,
         WebDatabaseDirectoryDefaultsKey: [libraryPath stringByAppendingPathComponent:@"Databases"],
         WebStorageDirectoryDefaultsKey: [libraryPath stringByAppendingPathComponent:@"LocalStorage"],
         WebKitLocalCacheDefaultsKey: [libraryPath stringByAppendingPathComponent:@"LocalCache"]
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to