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

Unified Diff: third_party/WebKit/LayoutTests/platform/win/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/win/virtual/disable-spinvalidation/paint/invalidation/table/resize-table-repaint-percent-size-cell-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/win/virtual/disable-spinvalidation/paint/invalidation/table/resize-table-repaint-percent-size-cell-expected.txt b/third_party/WebKit/LayoutTests/platform/win/virtual/disable-spinvalidation/paint/invalidation/table/resize-table-repaint-percent-size-cell-expected.txt
index 68f4de31a4db59bac48edd14298fbbbd71b08f62..795eae8e17fece2ac88179ecddd8329a4a2e8998 100644
--- a/third_party/WebKit/LayoutTests/platform/win/virtual/disable-spinvalidation/paint/invalidation/table/resize-table-repaint-percent-size-cell-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/win/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, 45, 19],
- "reason": "forced by layout"
+ "reason": "geometry"
},
{
"object": "LayoutText #text",
"rect": [3, 161, 45, 19],
- "reason": "forced by layout"
+ "reason": "geometry"
},
{
"object": "LayoutText #text",
"rect": [3, 115, 45, 19],
- "reason": "forced by layout"
+ "reason": "geometry"
},
{
"object": "LayoutText #text",
"rect": [3, 66, 45, 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