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

Unified Diff: third_party/WebKit/LayoutTests/paint/invalidation/remove-subframe-composited-nonstacking-ancestor.html

Issue 2611233003: When setting needsRepaint, don't stop at non-stacking composited PaintLayers. (Closed)
Patch Set: none Created 3 years, 11 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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/paint/invalidation/remove-subframe-composited-nonstacking-ancestor-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/paint/invalidation/remove-subframe-composited-nonstacking-ancestor.html
diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/remove-subframe-composited-nonstacking-ancestor.html b/third_party/WebKit/LayoutTests/paint/invalidation/remove-subframe-composited-nonstacking-ancestor.html
new file mode 100644
index 0000000000000000000000000000000000000000..3fbc26dfa7c6ed86e004f3bced39a115af9269e3
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/paint/invalidation/remove-subframe-composited-nonstacking-ancestor.html
@@ -0,0 +1,10 @@
+<!doctype HTML>
+<script>
+if (window.testRunner)
+ window.testRunner.dumpAsText();
+</script>
+Test passes if it does not crash.
+<div style="backface-visibility: hidden"></div>
+<span style="clip-path: polygon(0px 15px, 0px 54px, 100px 0px)">
+ <iframe align="right"></iframe>
+</span>
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/paint/invalidation/remove-subframe-composited-nonstacking-ancestor-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698