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

Unified Diff: third_party/WebKit/LayoutTests/paint/invalidation/table/cached-change-colgroup-border-width-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/paint/invalidation/table/cached-change-colgroup-border-width-expected.txt
diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/table/cached-change-colgroup-border-width-expected.txt b/third_party/WebKit/LayoutTests/paint/invalidation/table/cached-change-colgroup-border-width-expected.txt
index 81ee962596b0f787c038086a02e0119b1530dfda..f1296195896e9fa441c19e9f70607a7cb6658c0e 100644
--- a/third_party/WebKit/LayoutTests/paint/invalidation/table/cached-change-colgroup-border-width-expected.txt
+++ b/third_party/WebKit/LayoutTests/paint/invalidation/table/cached-change-colgroup-border-width-expected.txt
@@ -9,7 +9,7 @@
{
"object": "LayoutTableSection TBODY",
"rect": [7, 7, 167, 104],
- "reason": "bounds change"
+ "reason": "geometry"
},
{
"object": "LayoutTableCol COLGROUP id='colgroup'",
@@ -19,52 +19,52 @@
{
"object": "LayoutTableCell TD",
"rect": [63, 7, 58, 53],
- "reason": "bounds change"
+ "reason": "geometry"
},
{
"object": "LayoutTableCell TD",
"rect": [7, 58, 58, 53],
- "reason": "bounds change"
+ "reason": "geometry"
},
{
"object": "LayoutTableCell TD",
"rect": [7, 7, 58, 53],
- "reason": "bounds change"
+ "reason": "geometry"
},
{
"object": "LayoutTableCell TD",
"rect": [117, 59, 57, 52],
- "reason": "bounds change"
+ "reason": "geometry"
},
{
"object": "LayoutTableCell TD",
"rect": [117, 7, 57, 52],
- "reason": "bounds change"
+ "reason": "geometry"
},
{
"object": "LayoutTableCell TD",
"rect": [64, 59, 57, 52],
- "reason": "bounds change"
+ "reason": "geometry"
},
{
"object": "LayoutTableCell TD",
"rect": [62, 8, 55, 52],
- "reason": "bounds change"
+ "reason": "geometry"
},
{
"object": "LayoutTableCell TD",
"rect": [116, 59, 54, 51],
- "reason": "bounds change"
+ "reason": "geometry"
},
{
"object": "LayoutTableCell TD",
"rect": [63, 59, 54, 51],
- "reason": "bounds change"
+ "reason": "geometry"
},
{
"object": "LayoutTableCell TD",
"rect": [116, 9, 54, 50],
- "reason": "bounds change"
+ "reason": "geometry"
},
{
"object": "LayoutTable TABLE",
@@ -109,31 +109,31 @@
},
{
"object": "LayoutTableSection TBODY",
- "reason": "bounds change"
+ "reason": "geometry"
},
{
"object": "LayoutTableCell TD",
- "reason": "bounds change"
+ "reason": "geometry"
},
{
"object": "LayoutTableCell TD",
- "reason": "bounds change"
+ "reason": "geometry"
},
{
"object": "LayoutTableCell TD",
- "reason": "bounds change"
+ "reason": "geometry"
},
{
"object": "LayoutTableCell TD",
- "reason": "bounds change"
+ "reason": "geometry"
},
{
"object": "LayoutTableCell TD",
- "reason": "bounds change"
+ "reason": "geometry"
},
{
"object": "LayoutTableCell TD",
- "reason": "bounds change"
+ "reason": "geometry"
}
]
}

Powered by Google App Engine
This is Rietveld 408576698