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

Unified Diff: third_party/WebKit/LayoutTests/platform/linux/virtual/disable-spinvalidation/paint/invalidation/table/resize-table-repaint-percent-size-cell-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/linux/virtual/disable-spinvalidation/paint/invalidation/table/resize-table-repaint-percent-size-cell-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/linux/virtual/disable-spinvalidation/paint/invalidation/table/resize-table-repaint-percent-size-cell-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/virtual/disable-spinvalidation/paint/invalidation/table/resize-table-repaint-percent-size-cell-expected.txt
index f53cadc1e2f87521d2eb7ea71e3c43152e8a49db..02ea16275bdd90b0143760140010a3b3fb0406a3 100644
--- a/third_party/WebKit/LayoutTests/platform/linux/virtual/disable-spinvalidation/paint/invalidation/table/resize-table-repaint-percent-size-cell-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/linux/virtual/disable-spinvalidation/paint/invalidation/table/resize-table-repaint-percent-size-cell-expected.txt
@@ -9,7 +9,7 @@
{
"object": "LayoutTableRow TR",
"rect": [0, 292, 106, 236],
- "reason": "bounds change"
+ "reason": "geometry"
},
{
"object": "LayoutTableRow TR",
@@ -19,42 +19,42 @@
{
"object": "LayoutTableRow TR",
"rect": [0, 102, 106, 46],
- "reason": "bounds change"
+ "reason": "geometry"
},
{
"object": "LayoutTableCell TD",
"rect": [2, 52, 102, 238],
- "reason": "forced by layout"
+ "reason": "geometry"
},
{
"object": "LayoutTableCell TD",
"rect": [2, 292, 102, 236],
- "reason": "forced by layout"
+ "reason": "geometry"
},
{
"object": "LayoutTableCell TD",
"rect": [2, 102, 102, 46],
- "reason": "forced by layout"
+ "reason": "geometry"
},
{
"object": "LayoutText #text",
"rect": [3, 400, 46, 19],
- "reason": "forced by layout"
+ "reason": "geometry"
},
{
"object": "LayoutText #text",
"rect": [3, 161, 46, 19],
- "reason": "forced by layout"
+ "reason": "geometry"
},
{
"object": "LayoutText #text",
"rect": [3, 115, 46, 19],
- "reason": "forced by layout"
+ "reason": "geometry"
},
{
"object": "LayoutText #text",
"rect": [3, 66, 46, 19],
- "reason": "forced by layout"
+ "reason": "geometry"
}
]
}
@@ -66,39 +66,39 @@
},
{
"object": "LayoutTableCell TD",
- "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 'ROW1'",
- "reason": "forced by layout"
+ "reason": "geometry"
},
{
"object": "LayoutTableRow TR",
- "reason": "bounds change"
+ "reason": "geometry"
},
{
"object": "LayoutTableCell TD",
- "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 'ROW2'",
- "reason": "forced by layout"
+ "reason": "geometry"
}
]
}

Powered by Google App Engine
This is Rietveld 408576698