Changeset 59165 in webkit


Ignore:
Timestamp:
May 11, 2010 12:48:39 PM (14 years ago)
Author:
tonikitoo@webkit.org
Message:

[Qt] fast/frames/flattening/frameset-flattening-subframesets.html fails intermittently on Qt bot
https://bugs.webkit.org/show_bug.cgi?id=37334

Rubber-stamped by Kenneth Christiansen.
Patch by Antonio Gomes <tonikitoo@webkit.org>

Removing unneeded call to LayoutTestController.display(). It was originally intending
to force a layout, but a re-layout will happen regardless because document.body.offsetTop
is called afterwards

  • fast/frames/flattening/frameset-flattening-subframe-resize.html:
  • platform/qt/Skipped:
Location:
trunk/LayoutTests
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r59164 r59165  
     12010-05-11  Antonio Gomes  <tonikitoo@webkit.org>
     2
     3        Rubber-stamped by Kenneth Christiansen.
     4
     5        [Qt] fast/frames/flattening/frameset-flattening-subframesets.html fails intermittently on Qt bot
     6        https://bugs.webkit.org/show_bug.cgi?id=37334
     7
     8        Removing unneeded call to LayoutTestController.display(). It was originally intending
     9        to force a layout, but a re-layout will happen regardless because document.body.offsetTop
     10        is called afterwards
     11
     12        * fast/frames/flattening/frameset-flattening-subframe-resize.html:
     13        * platform/qt/Skipped:
     14
    1152010-05-11  Jian Li  <jianli@chromium.org>
    216
  • trunk/LayoutTests/fast/frames/flattening/frameset-flattening-subframe-resize.html

    r56718 r59165  
    2525            if (window.layoutTestController) {
    2626                frames[0].document.body.offsetTop;
    27                 layoutTestController.display();
    2827                layoutTestController.notifyDone();
    2928            }
  • trunk/LayoutTests/platform/qt/Skipped

    r59162 r59165  
    121121storage/hash-change-with-xhr.html
    122122transitions/change-values-during-transition.html
    123 
    124 # [Qt] fast/frames/flattening/frameset-flattening-subframesets.html fails intermittently on Qt bot
    125 # Fails caused by layoutTestController.display() in fast/frames/flattening/frameset-flattening-subframe-resize.html
    126 # https://bugs.webkit.org/show_bug.cgi?id=37334
    127 fast/frames/flattening/frameset-flattening-subframe-resize.html
    128123
    129124# https://bugs.webkit.org/show_bug.cgi?id=34281
Note: See TracChangeset for help on using the changeset viewer.