Changeset 173530 in webkit
- Timestamp:
- Sep 11, 2014, 12:34:17 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
r173527 r173530 1 2014-09-11 Roger Fong <roger_fong@apple.com> 2 3 Temporary change to determine why some snapshotting tests are failing only on bots. 4 5 Unskip skipped snapshotting tests and increase the time before we check the plugin state to 10s. 6 * platform/mac-wk2/TestExpectations: 7 * plugins/snapshotting/set-plugin-size-to-tiny.html: 8 * plugins/snapshotting/simple.html: 9 * plugins/snapshotting/snapshot-plugin-not-quite-blocked-by-image.html: 10 1 11 2014-09-10 Roger Fong <roger_fong@apple.com> 2 12 -
trunk/LayoutTests/platform/mac-wk2/TestExpectations
r173516 r173530 636 636 [ Mavericks ] http/tests/navigation/ping-cookie.html [ Skip ] 637 637 638 # https://bugs.webkit.org/show_bug.cgi?id=133227639 plugins/snapshotting/snapshot-plugin-not-quite-blocked-by-image.html640 plugins/snapshotting/set-plugin-size-to-tiny.html641 plugins/snapshotting/simple.html642 643 638 ### END OF (6) Features that are not supported in WebKit2, on Mavericks 644 639 ######################################## -
trunk/LayoutTests/plugins/snapshotting/set-plugin-size-to-tiny.html
r168048 r173530 19 19 result.innerHTML = "PASS"; 20 20 testRunner.notifyDone(); 21 }, 2000);21 }, 10000); 22 22 } 23 23 </script> -
trunk/LayoutTests/plugins/snapshotting/simple.html
r168048 r173530 13 13 result.innerHTML = "PASS"; 14 14 testRunner.notifyDone(); 15 }, 1000 );15 }, 10000); 16 16 } 17 17 </script> -
trunk/LayoutTests/plugins/snapshotting/snapshot-plugin-not-quite-blocked-by-image.html
r173475 r173530 15 15 result.innerHTML = "PASS"; 16 16 testRunner.notifyDone(); 17 }, 1 500);17 }, 10000); 18 18 } 19 19 </script>
Note:
See TracChangeset
for help on using the changeset viewer.