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

Unified Diff: third_party/WebKit/LayoutTests/platform/mac/svg/text/tspan-dynamic-positioning-expected.txt

Issue 1890293002: Manual rebaseline for bug 602483, 602614, 602616, 602618 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Mark virtual/spv2/svg/custom/object-sizing-no-width-height-change-content-box-size.xhtml for NeedsManualRebaseline (it was skipped so no baseline generated) Created 4 years, 8 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/svg/text/tspan-dynamic-positioning-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/mac/svg/text/tspan-dynamic-positioning-expected.txt b/third_party/WebKit/LayoutTests/platform/mac/svg/text/tspan-dynamic-positioning-expected.txt
index c43542b31c788fb8f637151556626fdc10050f5a..ce870bd584c18f4c2b8d0ee7e4fb7068e550814e 100644
--- a/third_party/WebKit/LayoutTests/platform/mac/svg/text/tspan-dynamic-positioning-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/mac/svg/text/tspan-dynamic-positioning-expected.txt
@@ -7,24 +7,24 @@
"drawsContent": true,
"paintInvalidations": [
{
- "object": "InlineFlowBox",
- "rect": [0, 0, 0, 0],
- "reason": "full"
+ "object": "LayoutSVGInlineText #text",
+ "rect": [200, 186, 256, 18],
+ "reason": "bounds change"
},
{
- "object": "InlineFlowBox",
- "rect": [0, 0, 0, 0],
- "reason": "full"
+ "object": "LayoutSVGRoot svg",
+ "rect": [200, 186, 256, 18],
+ "reason": "bounds change"
},
{
- "object": "InlineTextBox 'This text should be at visible at 200,200'",
- "rect": [0, 0, 0, 0],
+ "object": "LayoutSVGTSpan tspan id='ts'",
+ "rect": [200, 186, 256, 18],
"reason": "full"
},
{
- "object": "InlineTextBox 'This text should be at visible at 200,200'",
- "rect": [0, 0, 0, 0],
- "reason": "bounds change"
+ "object": "LayoutSVGText text",
+ "rect": [200, 186, 256, 18],
+ "reason": "forced by layout"
},
{
"object": "LayoutSVGInlineText #text",
@@ -32,48 +32,42 @@
"reason": "bounds change"
},
{
- "object": "LayoutSVGInlineText #text",
- "rect": [200, 186, 256, 18],
- "reason": "bounds change"
- },
- {
"object": "LayoutSVGRoot svg",
"rect": [20, 6, 256, 18],
"reason": "bounds change"
},
{
- "object": "LayoutSVGRoot svg",
- "rect": [200, 186, 256, 18],
- "reason": "bounds change"
+ "object": "LayoutSVGTSpan tspan id='ts'",
+ "rect": [20, 6, 256, 18],
+ "reason": "full"
},
{
- "object": "LayoutSVGTSpan tspan id='ts'",
+ "object": "LayoutSVGText text",
"rect": [20, 6, 256, 18],
+ "reason": "forced by layout"
+ },
+ {
+ "object": "InlineFlowBox",
"reason": "full"
},
{
- "object": "LayoutSVGTSpan tspan id='ts'",
- "rect": [200, 186, 256, 18],
+ "object": "InlineFlowBox",
"reason": "full"
},
{
- "object": "LayoutSVGText text",
- "rect": [20, 6, 256, 18],
- "reason": "forced by layout"
+ "object": "InlineTextBox 'This text should be at visible at 200,200'",
+ "reason": "full"
},
{
- "object": "LayoutSVGText text",
- "rect": [200, 186, 256, 18],
- "reason": "forced by layout"
+ "object": "InlineTextBox 'This text should be at visible at 200,200'",
+ "reason": "bounds change"
},
{
"object": "RootInlineBox",
- "rect": [0, 0, 0, 0],
"reason": "full"
},
{
"object": "RootInlineBox",
- "rect": [0, 0, 0, 0],
"reason": "full"
}
]

Powered by Google App Engine
This is Rietveld 408576698