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

Unified Diff: third_party/WebKit/LayoutTests/paint/invalidation/multicol-resize-with-rule.html

Issue 2541293002: Fix under-invalidation of multicol with rule (Closed)
Patch Set: Fix test Created 4 years 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/multicol-resize-with-rule-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/multicol-resize-with-rule.html
diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/multicol-resize-with-rule.html b/third_party/WebKit/LayoutTests/paint/invalidation/multicol-resize-with-rule.html
new file mode 100644
index 0000000000000000000000000000000000000000..0017e7ef43de8d5e6c54f0c78c630770c22696c4
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/paint/invalidation/multicol-resize-with-rule.html
@@ -0,0 +1,11 @@
+<!DOCTYPE html>
+<div id="columns" style="columns: 8; column-rule: 2px solid green; width: 400px">
+<div style="height: 1600px"></div>
+</div>
+<script src="resources/text-based-repaint.js"></script>
+<script>
+function repaintTest() {
+ columns.style.width = '600px';
+}
+onload = runRepaintAndPixelTest;
+</script>
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/paint/invalidation/multicol-resize-with-rule-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698