Changeset 183607 in webkit


Ignore:
Timestamp:
Apr 29, 2015 8:03:57 PM (9 years ago)
Author:
ap@apple.com
Message:

fast/frames/flattening/iframe-flattening-resize-event-count.html times out on Yosemite WK2
https://bugs.webkit.org/show_bug.cgi?id=144155

  • fast/frames/flattening/resources/iframe-to-resize.html: Added more logging to the test.
Location:
trunk/LayoutTests
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r183603 r183607  
     12015-04-29  Alexey Proskuryakov  <ap@apple.com>
     2
     3        fast/frames/flattening/iframe-flattening-resize-event-count.html times out on Yosemite WK2
     4        https://bugs.webkit.org/show_bug.cgi?id=144155
     5
     6        * fast/frames/flattening/resources/iframe-to-resize.html: Added more logging to the test.
     7
    182015-04-29  Martin Robinson  <mrobinson@igalia.com>
    29
  • trunk/LayoutTests/fast/frames/flattening/resources/iframe-to-resize.html

    r183313 r183607  
    3939    if (window.performance)
    4040      console.log("Timers were scheduled at: " + timerScheduleTimes);
     41    console.log("document.hidden = " + document.hidden + "; document.visibilityState = " + document.visibilityState);
    4142    if (window.testRunner)
    4243      testRunner.notifyDone();
Note: See TracChangeset for help on using the changeset viewer.