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

Unified Diff: LayoutTests/fast/repaint/repaint-in-iframe.html

Issue 482063005: Allow paint invalidation containers to cross frame boundaries. (re-land #2) (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix. Created 6 years, 4 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/repaint/repaint-in-iframe.html
diff --git a/LayoutTests/fast/repaint/repaint-in-iframe.html b/LayoutTests/fast/repaint/repaint-in-iframe.html
index 9141495ff1636b1356e28398d8f6159b98956527..0cc28dceac961f296a858699fc1040179dd64026 100644
--- a/LayoutTests/fast/repaint/repaint-in-iframe.html
+++ b/LayoutTests/fast/repaint/repaint-in-iframe.html
@@ -18,4 +18,4 @@ function repaintTest() {
</script>
</head>
<div style="height: 400px"></div>
-<iframe srcdoc="<div style='height: 50px; background-color: red;'></div>"></iframe>
+<iframe srcdoc="<div style='height: 50px; width: 50px; background-color: red;'></div>"></iframe>

Powered by Google App Engine
This is Rietveld 408576698