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

Unified Diff: third_party/WebKit/LayoutTests/platform/win/virtual/disable-spinvalidation/paint/invalidation/multicol-repaint-expected.txt

Issue 2872423002: Tweak PaintInvalidationReasons (Closed)
Patch Set: Rebaseline-cl Created 3 years, 7 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/platform/win/virtual/disable-spinvalidation/paint/invalidation/multicol-repaint-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/win/virtual/disable-spinvalidation/paint/invalidation/multicol-repaint-expected.txt b/third_party/WebKit/LayoutTests/platform/win/virtual/disable-spinvalidation/paint/invalidation/multicol-repaint-expected.txt
index 3efc24d7c3caa31babcabcdf9225a6780cb1d2f1..05a0137873f6ee34dc2b14ea9a2737d9d8f70638 100644
--- a/third_party/WebKit/LayoutTests/platform/win/virtual/disable-spinvalidation/paint/invalidation/multicol-repaint-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/win/virtual/disable-spinvalidation/paint/invalidation/multicol-repaint-expected.txt
@@ -9,27 +9,27 @@
{
"object": "LayoutMultiColumnFlowThread (anonymous)",
"rect": [9, 9, 400, 100],
- "reason": "forced by layout"
+ "reason": "geometry"
},
{
"object": "LayoutInline SPAN id='a'",
"rect": [234, 10, 300, 57],
- "reason": "forced by layout"
+ "reason": "geometry"
},
{
"object": "LayoutText #text",
"rect": [234, 15, 300, 50],
- "reason": "layoutObject insertion"
+ "reason": "appeared"
},
{
"object": "LayoutText #text",
"rect": [234, 15, 50, 50],
- "reason": "layoutObject removal"
+ "reason": "disappeared"
},
{
"object": "LayoutText #text",
"rect": [9, 10, 13, 58],
- "reason": "forced by layout"
+ "reason": "geometry"
}
]
}
@@ -37,47 +37,47 @@
"objectPaintInvalidations": [
{
"object": "LayoutText #text",
- "reason": "layoutObject removal"
+ "reason": "disappeared"
},
{
"object": "LayoutMultiColumnFlowThread (anonymous)",
- "reason": "forced by layout"
+ "reason": "geometry"
},
{
"object": "RootInlineBox",
- "reason": "forced by layout"
+ "reason": "geometry"
},
{
"object": "LayoutText #text",
- "reason": "forced by layout"
+ "reason": "geometry"
},
{
"object": "InlineTextBox '\u00A0'",
- "reason": "forced by layout"
+ "reason": "geometry"
},
{
"object": "LayoutBR BR",
- "reason": "forced by layout"
+ "reason": "geometry"
},
{
"object": "InlineTextBox '\n'",
- "reason": "forced by layout"
+ "reason": "geometry"
},
{
"object": "LayoutInline SPAN id='a'",
- "reason": "forced by layout"
+ "reason": "geometry"
},
{
"object": "InlineFlowBox",
- "reason": "forced by layout"
+ "reason": "geometry"
},
{
"object": "LayoutText #text",
- "reason": "layoutObject insertion"
+ "reason": "appeared"
},
{
"object": "InlineTextBox 'XXXXXX'",
- "reason": "layoutObject insertion"
+ "reason": "appeared"
}
]
}

Powered by Google App Engine
This is Rietveld 408576698