Index: third_party/WebKit/LayoutTests/fullscreen/full-screen-stacking-context.html |
diff --git a/third_party/WebKit/LayoutTests/fullscreen/full-screen-stacking-context.html b/third_party/WebKit/LayoutTests/fullscreen/full-screen-stacking-context.html |
index 56bd35698d53786c2ae03bfce65eb27d6c7f16f4..34f58dfea8d896d4f411f75f3a30b53a18e86f36 100644 |
--- a/third_party/WebKit/LayoutTests/fullscreen/full-screen-stacking-context.html |
+++ b/third_party/WebKit/LayoutTests/fullscreen/full-screen-stacking-context.html |
@@ -5,9 +5,7 @@ |
var runPixelTests = true; |
function init() { |
- waitForEventOnce(document, 'webkitfullscreenchange', function() { |
- testRunner.layoutAndPaintAsyncThen(endTest); |
- }); |
+ waitForEventAndEnd(document, 'webkitfullscreenchange'); |
runWithKeyDown(goFullScreen); |
} |