Title: [115218] trunk/Tools
Revision
115218
Author
[email protected]
Date
2012-04-25 09:12:07 -0700 (Wed, 25 Apr 2012)

Log Message

[EFL] [DRT] Reset text zoom factor before running a test
https://bugs.webkit.org/show_bug.cgi?id=84861

Patch by Thiago Marcos P. Santos <[email protected]> on 2012-04-25
Reviewed by Antonio Gomes.

This fix eliminates most of the current flakiness on EFL build
bots, although some CSS tests will now need rebasiling.

* DumpRenderTree/efl/DumpRenderTreeChrome.cpp:
(DumpRenderTreeChrome::resetDefaultsToConsistentValues):

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (115217 => 115218)


--- trunk/Tools/ChangeLog	2012-04-25 16:11:29 UTC (rev 115217)
+++ trunk/Tools/ChangeLog	2012-04-25 16:12:07 UTC (rev 115218)
@@ -1,3 +1,16 @@
+2012-04-25  Thiago Marcos P. Santos  <[email protected]>
+
+        [EFL] [DRT] Reset text zoom factor before running a test
+        https://bugs.webkit.org/show_bug.cgi?id=84861
+
+        Reviewed by Antonio Gomes.
+
+        This fix eliminates most of the current flakiness on EFL build
+        bots, although some CSS tests will now need rebasiling.
+
+        * DumpRenderTree/efl/DumpRenderTreeChrome.cpp:
+        (DumpRenderTreeChrome::resetDefaultsToConsistentValues):
+
 2012-04-25  Milian Wolff  <[email protected]>
 
         [Qt] add LayoutTestController::setPrinting support to Qt unit tests

Modified: trunk/Tools/DumpRenderTree/efl/DumpRenderTreeChrome.cpp (115217 => 115218)


--- trunk/Tools/DumpRenderTree/efl/DumpRenderTreeChrome.cpp	2012-04-25 16:11:29 UTC (rev 115217)
+++ trunk/Tools/DumpRenderTree/efl/DumpRenderTreeChrome.cpp	2012-04-25 16:12:07 UTC (rev 115218)
@@ -224,6 +224,7 @@
 
     ewk_view_zoom_set(mainView(), 1.0, 0, 0);
     ewk_view_scale_set(mainView(), 1.0, 0, 0);
+    ewk_view_text_zoom_set(mainView(), 1.0);
 
     ewk_history_clear(ewk_view_history_get(mainView()));
 
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to