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

Unified Diff: third_party/WebKit/LayoutTests/paint/invalidation/multicol-resize-with-rule-expected.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
Index: third_party/WebKit/LayoutTests/paint/invalidation/multicol-resize-with-rule-expected.html
diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/multicol-resize-with-rule-expected.html b/third_party/WebKit/LayoutTests/paint/invalidation/multicol-resize-with-rule-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..3632b5d55df806c14929c6cf16fef3f1da791873
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/paint/invalidation/multicol-resize-with-rule-expected.html
@@ -0,0 +1,4 @@
+<!DOCTYPE html>
+<div id="columns" style="columns: 8; column-rule: 2px solid green; width: 600px">
+<div style="height: 1600px"></div>
+</div>

Powered by Google App Engine
This is Rietveld 408576698