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

Unified Diff: third_party/WebKit/LayoutTests/fast/multicol/column-rules-fixed-height-expected.txt

Issue 2115013002: Include column rules for LayoutMultiColumnSet paint invalidation rects. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: none Created 4 years, 6 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/fast/multicol/column-rules-fixed-height-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/multicol/column-rules-fixed-height-expected.txt b/third_party/WebKit/LayoutTests/fast/multicol/column-rules-fixed-height-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..d993298a6dfcc2452aa5fd6058779c166d396258
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/fast/multicol/column-rules-fixed-height-expected.txt
@@ -0,0 +1,140 @@
+{
+ "name": "Content Root Layer",
+ "bounds": [800, 600],
+ "children": [
+ {
+ "name": "LayoutView #document",
+ "bounds": [800, 600],
+ "contentsOpaque": true,
+ "drawsContent": true,
+ "paintInvalidations": [
+ {
+ "object": "LayoutMultiColumnFlowThread (anonymous)",
+ "rect": [8, 52, 625, 315],
+ "reason": "forced by layout"
+ },
+ {
+ "object": "LayoutMultiColumnSet (anonymous)",
+ "rect": [8, 52, 525, 315],
+ "reason": "style change"
+ },
+ {
+ "object": "LayoutBlockFlow DIV id='target'",
+ "rect": [8, 52, 310, 315],
+ "reason": "style change"
+ }
+ ]
+ }
+ ],
+ "objectPaintInvalidations": [
+ {
+ "object": "LayoutBlockFlow DIV id='target'",
+ "reason": "style change"
+ },
+ {
+ "object": "LayoutMultiColumnFlowThread (anonymous)",
+ "reason": "forced by layout"
+ },
+ {
+ "object": "LayoutBR BR",
+ "reason": "forced by layout"
+ },
+ {
+ "object": "InlineTextBox '\n'",
+ "reason": "forced by layout"
+ },
+ {
+ "object": "LayoutBR BR",
+ "reason": "forced by layout"
+ },
+ {
+ "object": "InlineTextBox '\n'",
+ "reason": "forced by layout"
+ },
+ {
+ "object": "LayoutBR BR",
+ "reason": "forced by layout"
+ },
+ {
+ "object": "InlineTextBox '\n'",
+ "reason": "forced by layout"
+ },
+ {
+ "object": "LayoutBR BR",
+ "reason": "forced by layout"
+ },
+ {
+ "object": "InlineTextBox '\n'",
+ "reason": "forced by layout"
+ },
+ {
+ "object": "LayoutBR BR",
+ "reason": "forced by layout"
+ },
+ {
+ "object": "InlineTextBox '\n'",
+ "reason": "forced by layout"
+ },
+ {
+ "object": "LayoutBR BR",
+ "reason": "forced by layout"
+ },
+ {
+ "object": "InlineTextBox '\n'",
+ "reason": "forced by layout"
+ },
+ {
+ "object": "LayoutBR BR",
+ "reason": "forced by layout"
+ },
+ {
+ "object": "InlineTextBox '\n'",
+ "reason": "forced by layout"
+ },
+ {
+ "object": "LayoutBR BR",
+ "reason": "forced by layout"
+ },
+ {
+ "object": "InlineTextBox '\n'",
+ "reason": "forced by layout"
+ },
+ {
+ "object": "LayoutBR BR",
+ "reason": "forced by layout"
+ },
+ {
+ "object": "InlineTextBox '\n'",
+ "reason": "forced by layout"
+ },
+ {
+ "object": "LayoutBR BR",
+ "reason": "forced by layout"
+ },
+ {
+ "object": "InlineTextBox '\n'",
+ "reason": "forced by layout"
+ },
+ {
+ "object": "LayoutBR BR",
+ "reason": "forced by layout"
+ },
+ {
+ "object": "InlineTextBox '\n'",
+ "reason": "forced by layout"
+ },
+ {
+ "object": "LayoutBR BR",
+ "reason": "forced by layout"
+ },
+ {
+ "object": "InlineTextBox '\n'",
+ "reason": "forced by layout"
+ },
+ {
+ "object": "LayoutMultiColumnSet (anonymous)",
+ "reason": "style change"
+ }
+ ]
+}
+

Powered by Google App Engine
This is Rietveld 408576698