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

Unified Diff: third_party/WebKit/LayoutTests/platform/linux/svg/custom/relative-sized-use-on-symbol-expected.txt

Issue 1951043002: Don't let PaintInvalidationLocationChange shadow other reasons (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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/svg/custom/relative-sized-use-on-symbol-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/linux/svg/custom/relative-sized-use-on-symbol-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/svg/custom/relative-sized-use-on-symbol-expected.txt
index fdd2c22619e647bde852f23383952cdbec13f545..82d84e7160fb7ef0ecc0db0c32558354a2a751d1 100644
--- a/third_party/WebKit/LayoutTests/platform/linux/svg/custom/relative-sized-use-on-symbol-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/linux/svg/custom/relative-sized-use-on-symbol-expected.txt
@@ -14,12 +14,12 @@
{
"object": "LayoutSVGContainer use",
"rect": [45, 87, 328, 328],
- "reason": "location change"
+ "reason": "bounds change"
},
{
"object": "LayoutSVGPath path",
"rect": [45, 87, 328, 328],
- "reason": "location change"
+ "reason": "bounds change"
},
{
"object": "LayoutSVGRoot svg",
@@ -29,17 +29,17 @@
{
"object": "LayoutSVGViewportContainer svg id='gamesBorder'",
"rect": [45, 87, 328, 328],
- "reason": "location change"
+ "reason": "bounds change"
},
{
"object": "LayoutSVGContainer use",
"rect": [18, 211, 82, 83],
- "reason": "location change"
+ "reason": "bounds change"
},
{
"object": "LayoutSVGPath path",
"rect": [18, 211, 82, 83],
- "reason": "location change"
+ "reason": "bounds change"
},
{
"object": "LayoutSVGRoot svg",
@@ -49,7 +49,7 @@
{
"object": "LayoutSVGViewportContainer svg id='gamesBorder'",
"rect": [18, 211, 82, 83],
- "reason": "location change"
+ "reason": "bounds change"
},
{
"object": "InlineBox",

Powered by Google App Engine
This is Rietveld 408576698