Changeset 115218 in webkit


Ignore:
Timestamp:
Apr 25, 2012 9:12:07 AM (12 years ago)
Author:
commit-queue@webkit.org
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 <thiago.santos@intel.com> 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):

Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r115210 r115218  
     12012-04-25  Thiago Marcos P. Santos  <thiago.santos@intel.com>
     2
     3        [EFL] [DRT] Reset text zoom factor before running a test
     4        https://bugs.webkit.org/show_bug.cgi?id=84861
     5
     6        Reviewed by Antonio Gomes.
     7
     8        This fix eliminates most of the current flakiness on EFL build
     9        bots, although some CSS tests will now need rebasiling.
     10
     11        * DumpRenderTree/efl/DumpRenderTreeChrome.cpp:
     12        (DumpRenderTreeChrome::resetDefaultsToConsistentValues):
     13
    1142012-04-25  Milian Wolff  <milian.wolff@kdab.com>
    215
  • trunk/Tools/DumpRenderTree/efl/DumpRenderTreeChrome.cpp

    r115173 r115218  
    225225    ewk_view_zoom_set(mainView(), 1.0, 0, 0);
    226226    ewk_view_scale_set(mainView(), 1.0, 0, 0);
     227    ewk_view_text_zoom_set(mainView(), 1.0);
    227228
    228229    ewk_history_clear(ewk_view_history_get(mainView()));
Note: See TracChangeset for help on using the changeset viewer.