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

Unified Diff: third_party/WebKit/LayoutTests/platform/mac/virtual/disable-spinvalidation/paint/invalidation/svg/remove-outline-property-on-root-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/svg/remove-outline-property-on-root-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/svg/remove-outline-property-on-root-expected.txt b/third_party/WebKit/LayoutTests/platform/mac/virtual/disable-spinvalidation/paint/invalidation/svg/remove-outline-property-on-root-expected.txt
similarity index 80%
rename from third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/svg/remove-outline-property-on-root-expected.txt
rename to third_party/WebKit/LayoutTests/platform/mac/virtual/disable-spinvalidation/paint/invalidation/svg/remove-outline-property-on-root-expected.txt
index 374114c2bb0ce683e0b5808262fa93a6c1d61612..ee2f9aa95148a8f0f86d5a1897a8aed12a4f201b 100644
--- a/third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/svg/remove-outline-property-on-root-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/mac/virtual/disable-spinvalidation/paint/invalidation/svg/remove-outline-property-on-root-expected.txt
@@ -8,8 +8,8 @@
"paintInvalidations": [
{
"object": "LayoutBlockFlow BODY",
- "rect": [8, 8, 784, 105],
- "reason": "forced by layout"
+ "rect": [8, 8, 784, 104],
+ "reason": "geometry"
},
{
"object": "LayoutSVGRoot svg",
@@ -22,11 +22,11 @@
"objectPaintInvalidations": [
{
"object": "LayoutBlockFlow BODY",
- "reason": "forced by layout"
+ "reason": "geometry"
},
{
"object": "RootInlineBox",
- "reason": "forced by layout"
+ "reason": "geometry"
},
{
"object": "LayoutSVGRoot svg",

Powered by Google App Engine
This is Rietveld 408576698