Changeset 116535 in webkit


Ignore:
Timestamp:
May 9, 2012 9:21:52 AM (12 years ago)
Author:
commit-queue@webkit.org
Message:

[EFL] shared-stylesheet-mutation tests are flaky
https://bugs.webkit.org/show_bug.cgi?id=85901

Patch by Thiago Marcos P. Santos <thiago.santos@intel.com> on 2012-05-09
Reviewed by Antti Koivisto.

This test is flaky on EFL because the timeout for applying
the style is too short for a Debug build.

  • http/tests/css/resources/shared-stylesheet-mutation.js:

(executeTests):

Location:
trunk/LayoutTests
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r116531 r116535  
     12012-05-09  Thiago Marcos P. Santos  <thiago.santos@intel.com>
     2
     3        [EFL] shared-stylesheet-mutation tests are flaky
     4        https://bugs.webkit.org/show_bug.cgi?id=85901
     5
     6        Reviewed by Antti Koivisto.
     7
     8        This test is flaky on EFL because the timeout for applying
     9        the style is too short for a Debug build.
     10
     11        * http/tests/css/resources/shared-stylesheet-mutation.js:
     12        (executeTests):
     13
    1142012-05-09  Dominik Röttsches  <dominik.rottsches@intel.com>
    215
  • trunk/LayoutTests/http/tests/css/resources/shared-stylesheet-mutation.js

    r116291 r116535  
    113113    mutationTest(16, 'sheet.cssRules[5].style.setProperty("font-family", "Bar", "")', 'red');
    114114
    115     setTimeout(finishedTests, 50);
     115    setTimeout(finishedTests, 80);
    116116}
    117117
Note: See TracChangeset for help on using the changeset viewer.