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

Unified Diff: third_party/WebKit/LayoutTests/platform/linux/svg/text/text-rescale-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/text/text-rescale-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/linux/svg/text/text-rescale-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/svg/text/text-rescale-expected.txt
index 6ac6aa31e74da42c9946f94c873f2c0a7139fe74..0f307ba91cb4839d61683b6ff82a05dde9c1cac8 100644
--- a/third_party/WebKit/LayoutTests/platform/linux/svg/text/text-rescale-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/linux/svg/text/text-rescale-expected.txt
@@ -89,37 +89,37 @@
{
"object": "LayoutSVGForeignObject foreignObject",
"rect": [210, 13, 100, 100],
- "reason": "location change"
+ "reason": "bounds change"
},
{
"object": "LayoutSVGForeignObject foreignObject",
"rect": [210, 113, 100, 87],
- "reason": "location change"
+ "reason": "bounds change"
},
{
"object": "LayoutBlockFlow P",
"rect": [210, 113, 100, 48],
- "reason": "location change"
+ "reason": "bounds change"
},
{
"object": "LayoutBlockFlow P",
"rect": [210, 13, 100, 48],
- "reason": "location change"
+ "reason": "bounds change"
},
{
"object": "LayoutSVGInlineText #text",
"rect": [310, 114, 92, 46],
- "reason": "location change"
+ "reason": "bounds change"
},
{
"object": "LayoutSVGText text",
"rect": [310, 114, 92, 46],
- "reason": "location change"
+ "reason": "forced by layout"
},
{
"object": "LayoutSVGViewportContainer svg",
"rect": [310, 114, 92, 46],
- "reason": "location change"
+ "reason": "bounds change"
},
{
"object": "LayoutSVGText text",
@@ -129,27 +129,27 @@
{
"object": "LayoutSVGInlineText #text",
"rect": [310, 14, 92, 46],
- "reason": "location change"
+ "reason": "bounds change"
},
{
"object": "LayoutSVGText text",
"rect": [310, 14, 92, 46],
- "reason": "location change"
+ "reason": "forced by layout"
},
{
"object": "LayoutSVGViewportContainer svg",
"rect": [310, 14, 92, 46],
- "reason": "location change"
+ "reason": "bounds change"
},
{
"object": "LayoutText #text",
"rect": [210, 114, 92, 46],
- "reason": "location change"
+ "reason": "bounds change"
},
{
"object": "LayoutText #text",
"rect": [210, 14, 92, 46],
- "reason": "location change"
+ "reason": "bounds change"
},
{
"object": "LayoutSVGContainer g id='text3g'",
@@ -184,37 +184,37 @@
{
"object": "LayoutSVGInlineText #text",
"rect": [9, 3, 5, 2],
- "reason": "location change"
+ "reason": "bounds change"
},
{
"object": "LayoutSVGText text",
"rect": [9, 3, 5, 2],
- "reason": "location change"
+ "reason": "forced by layout"
},
{
"object": "LayoutSVGViewportContainer svg",
"rect": [9, 3, 5, 2],
- "reason": "location change"
+ "reason": "bounds change"
},
{
"object": "LayoutSVGForeignObject foreignObject",
"rect": [6, 3, 4, 4],
- "reason": "location change"
+ "reason": "bounds change"
},
{
"object": "LayoutBlockFlow P",
"rect": [6, 3, 4, 2],
- "reason": "location change"
+ "reason": "bounds change"
},
{
"object": "LayoutText #text",
"rect": [6, 3, 4, 2],
- "reason": "location change"
+ "reason": "bounds change"
},
{
"object": "LayoutBlockFlow P",
"rect": [0, 0, 1, 1],
- "reason": "location change"
+ "reason": "bounds change"
},
{
"object": "LayoutSVGContainer g id='text1g'",
@@ -224,12 +224,12 @@
{
"object": "LayoutSVGForeignObject foreignObject",
"rect": [0, 0, 1, 1],
- "reason": "location change"
+ "reason": "bounds change"
},
{
"object": "LayoutText #text",
"rect": [0, 0, 1, 1],
- "reason": "location change"
+ "reason": "bounds change"
},
{
"object": "InlineFlowBox",
@@ -305,19 +305,19 @@
},
{
"object": "InlineTextBox 'PASS'",
- "reason": "location change"
+ "reason": "bounds change"
},
{
"object": "InlineTextBox 'PASS'",
- "reason": "location change"
+ "reason": "bounds change"
},
{
"object": "InlineTextBox 'PASS'",
- "reason": "location change"
+ "reason": "bounds change"
},
{
"object": "InlineTextBox 'PASS'",
- "reason": "location change"
+ "reason": "bounds change"
},
{
"object": "RootInlineBox",

Powered by Google App Engine
This is Rietveld 408576698