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

Unified Diff: LayoutTests/fast/repaint/invalidate-paint-for-fixed-pos-inside-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: Added position:fixed inside iframe test. 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-for-fixed-pos-inside-iframe.html
diff --git a/LayoutTests/fast/repaint/repaint-in-iframe.html b/LayoutTests/fast/repaint/invalidate-paint-for-fixed-pos-inside-iframe.html
similarity index 79%
copy from LayoutTests/fast/repaint/repaint-in-iframe.html
copy to LayoutTests/fast/repaint/invalidate-paint-for-fixed-pos-inside-iframe.html
index 9141495ff1636b1356e28398d8f6159b98956527..9b53f96ec1a88703b7a7d71a754a6096bce9c3df 100644
--- a/LayoutTests/fast/repaint/repaint-in-iframe.html
+++ b/LayoutTests/fast/repaint/invalidate-paint-for-fixed-pos-inside-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='position: fixed; height: 50px; width: 50px; background-color: red;'></div>"></iframe>

Powered by Google App Engine
This is Rietveld 408576698