Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(7)

Unified Diff: LayoutTests/compositing/iframes/fixed-position-element-in-iframe-enters-viewport-expected.html

Issue 196653012: Remove display() from compositing/ LayoutTests (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: softwarecompositing expectations Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: LayoutTests/compositing/iframes/fixed-position-element-in-iframe-enters-viewport-expected.html
diff --git a/LayoutTests/compositing/iframes/fixed-position-element-in-iframe-enters-viewport-expected.html b/LayoutTests/compositing/iframes/fixed-position-element-in-iframe-enters-viewport-expected.html
index fd07d6c1c814cdc28a7949d5f8b8ec3cda088435..5e009c124d4258e250cb7a994ef12fee7e67a8f3 100644
--- a/LayoutTests/compositing/iframes/fixed-position-element-in-iframe-enters-viewport-expected.html
+++ b/LayoutTests/compositing/iframes/fixed-position-element-in-iframe-enters-viewport-expected.html
@@ -8,20 +8,8 @@
height: 100px;
}
</style>
- <script>
- if (window.testRunner)
- testRunner.waitUntilDone();
-
- function runTest()
- {
- if (window.testRunner) {
- testRunner.display();
- testRunner.notifyDone();
- }
- }
- </script>
</head>
-<body onload="runTest()">
+<body>
<div id="iframe-containing-fixed-position-element"></div>
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698