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

Unified Diff: LayoutTests/fast/frames/inline-object-inside-frameset.html

Issue 196573042: Remove display() from more layout tests (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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/fast/frames/inline-object-inside-frameset.html
diff --git a/LayoutTests/fast/frames/inline-object-inside-frameset.html b/LayoutTests/fast/frames/inline-object-inside-frameset.html
index 62ebbaebf0a6f5d399644cca574c4362c6c4c672..30d2e223edff7667bf784686ae9650fb29812444 100644
--- a/LayoutTests/fast/frames/inline-object-inside-frameset.html
+++ b/LayoutTests/fast/frames/inline-object-inside-frameset.html
@@ -7,11 +7,7 @@ function runTest() {
var e = document.createElement('frameset');
var span = document.createElement('span');
e.appendChild(span);
-
dcont.appendChild(e);
-
- if (window.testRunner)
- testRunner.display();
}
</script>

Powered by Google App Engine
This is Rietveld 408576698