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

Unified Diff: third_party/WebKit/LayoutTests/paint/invalidation/column-rule-change-expected.html

Issue 2240753003: Fix column rule under invalidation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: - Created 4 years, 4 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
Index: third_party/WebKit/LayoutTests/paint/invalidation/column-rule-change-expected.html
diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/column-rule-change-expected.html b/third_party/WebKit/LayoutTests/paint/invalidation/column-rule-change-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..4168cbcf765defa7122e8664b2d462c2b0c3cd42
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/paint/invalidation/column-rule-change-expected.html
@@ -0,0 +1,9 @@
+<!DOCTYPE html>
+<p style="height: 100px">
+Tests paint invalidation of column rules when column changes without changing geometry of the column and the column set.
+Passes if no under-invalidation is reported.
+</p>
+<div id="columns" style="columns: 2; background-color: blue; column-rule: 2px solid green; width: 200px; height: 200px">
+ <div id="content1" style="display: inline-block; width: 50px; height: 200px; background-color: yellow"></div><br>
+ <div id="content2" style="display: inline-block; width: 50px; height: 100px; background-color: yellow"></div>
+</div>

Powered by Google App Engine
This is Rietveld 408576698