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

Unified Diff: third_party/WebKit/LayoutTests/platform/mac/virtual/disable-spinvalidation/paint/invalidation/dynamic-table-vertical-alignment-change-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/mac/virtual/disable-spinvalidation/paint/invalidation/dynamic-table-vertical-alignment-change-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/dynamic-table-vertical-alignment-change-expected.txt b/third_party/WebKit/LayoutTests/platform/mac/virtual/disable-spinvalidation/paint/invalidation/dynamic-table-vertical-alignment-change-expected.txt
similarity index 73%
rename from third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/dynamic-table-vertical-alignment-change-expected.txt
rename to third_party/WebKit/LayoutTests/platform/mac/virtual/disable-spinvalidation/paint/invalidation/dynamic-table-vertical-alignment-change-expected.txt
index 8f35076a2a38495e0a2f8c7843c1d664973488c0..733955dc09ff437b1f8ce6280873d421752809a8 100644
--- a/third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/dynamic-table-vertical-alignment-change-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/mac/virtual/disable-spinvalidation/paint/invalidation/dynamic-table-vertical-alignment-change-expected.txt
@@ -8,28 +8,28 @@
"paintInvalidations": [
{
"object": "LayoutTableCell TD",
- "rect": [10, 77, 102, 99],
+ "rect": [10, 73, 102, 99],
"reason": "incremental"
},
{
"object": "LayoutTableCell TD",
- "rect": [12, 74, 100, 102],
+ "rect": [12, 70, 100, 102],
"reason": "incremental"
},
{
"object": "LayoutBlockFlow (floating) DIV id='target'",
- "rect": [11, 75, 100, 100],
+ "rect": [11, 71, 100, 100],
"reason": "style change"
},
{
"object": "LayoutTableCell TD",
- "rect": [114, 74, 2, 102],
- "reason": "bounds change"
+ "rect": [114, 70, 2, 102],
+ "reason": "geometry"
},
{
"object": "LayoutTableCell TD",
- "rect": [14, 74, 2, 3],
- "reason": "bounds change"
+ "rect": [14, 70, 2, 3],
+ "reason": "geometry"
}
]
}
@@ -45,19 +45,19 @@
},
{
"object": "LayoutTableCell TD",
- "reason": "bounds change"
+ "reason": "geometry"
},
{
"object": "LayoutBlockFlow DIV",
- "reason": "location change"
+ "reason": "geometry"
},
{
"object": "LayoutBlockFlow DIV",
- "reason": "location change"
+ "reason": "geometry"
},
{
"object": "LayoutBlockFlow DIV",
- "reason": "location change"
+ "reason": "geometry"
}
]
}

Powered by Google App Engine
This is Rietveld 408576698