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

Unified Diff: LayoutTests/fast/dynamic/containing-block-change.html

Issue 196573042: Remove display() from more layout tests (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Remove video-frame-size-change test 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/dynamic/containing-block-change.html
diff --git a/LayoutTests/fast/dynamic/containing-block-change.html b/LayoutTests/fast/dynamic/containing-block-change.html
index 5130825ef0d60fd76a791c277f5a48c51ea125ee..b323508486dfd688fa00fbf1f35bf1af20c5d229 100644
--- a/LayoutTests/fast/dynamic/containing-block-change.html
+++ b/LayoutTests/fast/dynamic/containing-block-change.html
@@ -2,14 +2,10 @@
function test()
{
document.body.offsetTop; // force layout
- if (window.testRunner)
- testRunner.display();
var t = document.getElementById('t');
t.style.position = 'relative';
document.body.offsetTop; // force layout
t.lastChild.removeChild(t.lastChild.lastChild);
- if (window.testRunner)
- testRunner.display();
}
</script>
<body onload="test()">

Powered by Google App Engine
This is Rietveld 408576698