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

Unified Diff: LayoutTests/compositing/iframes/leave-compositing-iframe.html

Issue 181653006: Remove testRunner.display() from most compositing/ tests (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Revert change to plugin test Created 6 years, 10 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/leave-compositing-iframe.html
diff --git a/LayoutTests/compositing/iframes/leave-compositing-iframe.html b/LayoutTests/compositing/iframes/leave-compositing-iframe.html
index 04baafc60e8a56da2f1b577a34beaa51007703c6..001ccf8d5b35ec06cd681a006de913286b496f5f 100644
--- a/LayoutTests/compositing/iframes/leave-compositing-iframe.html
+++ b/LayoutTests/compositing/iframes/leave-compositing-iframe.html
@@ -32,9 +32,6 @@
function testDone()
{
document.getElementById('parent-iframe').contentDocument.body.offsetWidth; // work around bug 41999.
- if (window.testRunner)
- testRunner.display();
-
if (window.testRunner) {
document.getElementById('layers').innerText = window.internals.layerTreeAsText(document);
testRunner.notifyDone();

Powered by Google App Engine
This is Rietveld 408576698