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

Unified Diff: third_party/WebKit/LayoutTests/paint/invalidation/compositing/column-span-under-composited-column-child.html

Issue 2736373003: Fix wrong paint invalidation container for column spanners (Closed)
Patch Set: Created 3 years, 9 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/compositing/column-span-under-composited-column-child-expected.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/paint/invalidation/compositing/column-span-under-composited-column-child.html
diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/compositing/column-span-under-composited-column-child.html b/third_party/WebKit/LayoutTests/paint/invalidation/compositing/column-span-under-composited-column-child.html
new file mode 100644
index 0000000000000000000000000000000000000000..d1c7d9d86222c9b32220261d206c959c92431f01
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/paint/invalidation/compositing/column-span-under-composited-column-child.html
@@ -0,0 +1,15 @@
+<!DOCTYPE html>
+<div style="will-change: transform"></div>
+<div style="columns: 2">
+ <div style="position: relative">
+ <div id="target" style="column-span: all; width: 100px; height: 100px; background-color: red"></div>
+ </div>
+</div>
+<script src="../resources/text-based-repaint.js"></script>
+<script>
+function repaintTest() {
+ target.style.backgroundColor = 'green';
+}
+onload = runRepaintAndPixelTest;
+</script>
+
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/paint/invalidation/compositing/column-span-under-composited-column-child-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698