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

Unified Diff: LayoutTests/fast/repaint/invalidate-paint-in-iframe-in-composited-layer.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/invalidate-paint-in-iframe-in-composited-layer.html
diff --git a/LayoutTests/fast/repaint/repaint-in-iframe.html b/LayoutTests/fast/repaint/invalidate-paint-in-iframe-in-composited-layer.html
similarity index 72%
copy from LayoutTests/fast/repaint/repaint-in-iframe.html
copy to LayoutTests/fast/repaint/invalidate-paint-in-iframe-in-composited-layer.html
index 9141495ff1636b1356e28398d8f6159b98956527..3f07dff91d69d8ebff1a7ee840872f1c7fa6dfec 100644
--- a/LayoutTests/fast/repaint/repaint-in-iframe.html
+++ b/LayoutTests/fast/repaint/invalidate-paint-in-iframe-in-composited-layer.html
@@ -18,4 +18,6 @@ function repaintTest() {
</script>
</head>
<div style="height: 400px"></div>
-<iframe srcdoc="<div style='height: 50px; background-color: red;'></div>"></iframe>
+<div style="height: 200px; width: 200px; transform: translateZ(0)">
+ <iframe srcdoc="<div style='height: 50px; width: 50px; background-color: red;'></div>"></iframe>
+</div>

Powered by Google App Engine
This is Rietveld 408576698