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

Side by Side 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 unified diff | Download patch
OLDNEW
(Empty)
1 <!doctype HTML>
2 <script>
3 if (window.testRunner)
4 window.testRunner.dumpAsText();
5 </script>
6 Test passes if it does not crash.
7 <div style="backface-visibility: hidden"></div>
8 <span style="clip-path: polygon(0px 15px, 0px 54px, 100px 0px)">
9 <iframe align="right"></iframe>
10 </span>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698