Changeset 173537 in webkit
- Timestamp:
- Sep 11, 2014, 1:54:35 PM (12 years ago)
- Location:
- trunk/LayoutTests
- Files:
-
- 5 edited
-
ChangeLog (modified) (1 diff)
-
platform/mac-wk2/TestExpectations (modified) (1 diff)
-
plugins/snapshotting/set-plugin-size-to-tiny.html (modified) (1 diff)
-
plugins/snapshotting/simple.html (modified) (1 diff)
-
plugins/snapshotting/snapshot-plugin-not-quite-blocked-by-image.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/LayoutTests/ChangeLog
r173532 r173537 1 2014-09-11 Commit Queue <commit-queue@webkit.org> 2 3 Unreviewed, rolling out r173530. 4 https://bugs.webkit.org/show_bug.cgi?id=136757 5 6 Unskipped still fail on bots. (Requested by rfong on #webkit). 7 8 Reverted changeset: 9 10 "Temporary change to determine why some snapshotting tests are 11 failing only on bots." 12 http://trac.webkit.org/changeset/173530 13 1 14 2014-09-11 Jer Noble <jer.noble@apple.com> 2 15 -
trunk/LayoutTests/platform/mac-wk2/TestExpectations
r173530 r173537 636 636 [ Mavericks ] http/tests/navigation/ping-cookie.html [ Skip ] 637 637 638 # https://bugs.webkit.org/show_bug.cgi?id=133227 639 plugins/snapshotting/snapshot-plugin-not-quite-blocked-by-image.html 640 plugins/snapshotting/set-plugin-size-to-tiny.html 641 plugins/snapshotting/simple.html 642 638 643 ### END OF (6) Features that are not supported in WebKit2, on Mavericks 639 644 ######################################## -
trunk/LayoutTests/plugins/snapshotting/set-plugin-size-to-tiny.html
r173530 r173537 19 19 result.innerHTML = "PASS"; 20 20 testRunner.notifyDone(); 21 }, 10000);21 }, 2000); 22 22 } 23 23 </script> -
trunk/LayoutTests/plugins/snapshotting/simple.html
r173530 r173537 13 13 result.innerHTML = "PASS"; 14 14 testRunner.notifyDone(); 15 }, 1000 0);15 }, 1000); 16 16 } 17 17 </script> -
trunk/LayoutTests/plugins/snapshotting/snapshot-plugin-not-quite-blocked-by-image.html
r173530 r173537 15 15 result.innerHTML = "PASS"; 16 16 testRunner.notifyDone(); 17 }, 1 0000);17 }, 1500); 18 18 } 19 19 </script>
Note:
See TracChangeset
for help on using the changeset viewer.