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

Unified Diff: third_party/WebKit/LayoutTests/platform/win/paint/invalidation/svg/use-setAttribute-crash-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/paint/invalidation/svg/use-setAttribute-crash-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/win/paint/invalidation/svg/use-setAttribute-crash-expected.txt b/third_party/WebKit/LayoutTests/platform/win/paint/invalidation/svg/use-setAttribute-crash-expected.txt
index 098372b368b7ff384b7f287d80a6a14cf409dbf9..67dd7ed6938510d2ba7fee3e6e58e5d760134556 100644
--- a/third_party/WebKit/LayoutTests/platform/win/paint/invalidation/svg/use-setAttribute-crash-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/win/paint/invalidation/svg/use-setAttribute-crash-expected.txt
@@ -9,22 +9,22 @@
{
"object": "LayoutBlockFlow body",
"rect": [8, 8, 784, 205],
- "reason": "forced by layout"
+ "reason": "geometry"
},
{
"object": "LayoutSVGEllipse svg:circle id='circle'",
"rect": [32, 32, 52, 52],
- "reason": "layoutObject insertion"
+ "reason": "appeared"
},
{
"object": "LayoutSVGEllipse svg:circle id='circle'",
"rect": [52, 52, 12, 12],
- "reason": "layoutObject removal"
+ "reason": "disappeared"
},
{
"object": "LayoutSVGViewportContainer svg id='symbol'",
"rect": [53, 53, 10, 10],
- "reason": "layoutObject removal"
+ "reason": "disappeared"
}
]
}
@@ -32,19 +32,19 @@
"objectPaintInvalidations": [
{
"object": "LayoutSVGEllipse svg:circle id='circle'",
- "reason": "layoutObject removal"
+ "reason": "disappeared"
},
{
"object": "LayoutSVGViewportContainer svg id='symbol'",
- "reason": "layoutObject removal"
+ "reason": "disappeared"
},
{
"object": "LayoutBlockFlow body",
- "reason": "forced by layout"
+ "reason": "geometry"
},
{
"object": "RootInlineBox",
- "reason": "forced by layout"
+ "reason": "geometry"
},
{
"object": "LayoutSVGRoot svg:svg id='svg'",
@@ -60,11 +60,11 @@
},
{
"object": "LayoutSVGViewportContainer svg id='symbol'",
- "reason": "layoutObject insertion"
+ "reason": "appeared"
},
{
"object": "LayoutSVGEllipse svg:circle id='circle'",
- "reason": "layoutObject insertion"
+ "reason": "appeared"
}
]
}

Powered by Google App Engine
This is Rietveld 408576698