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

Unified Diff: third_party/WebKit/LayoutTests/platform/mac/svg/transforms/animated-path-inside-transformed-html-expected.txt

Issue 2108503002: Auto-rebaseline for r402292 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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/transforms/animated-path-inside-transformed-html-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/mac/svg/transforms/animated-path-inside-transformed-html-expected.txt b/third_party/WebKit/LayoutTests/platform/mac/svg/transforms/animated-path-inside-transformed-html-expected.txt
index d7361e975a689f740952cd99068427eb845dfa1d..4c710d1542cae3103e5431320b3d74355a48534c 100644
--- a/third_party/WebKit/LayoutTests/platform/mac/svg/transforms/animated-path-inside-transformed-html-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/mac/svg/transforms/animated-path-inside-transformed-html-expected.txt
@@ -1,7 +1,9 @@
{
+ "name": "Content Root Layer",
"bounds": [800, 600],
"children": [
{
+ "name": "LayoutView #document",
"bounds": [800, 600],
"contentsOpaque": true,
"drawsContent": true,
@@ -20,7 +22,7 @@
{
"object": "LayoutSVGInlineText #text",
"rect": [203, 335, 121, 43],
- "reason": "bounds change"
+ "reason": "forced by layout"
},
{
"object": "LayoutSVGText text id='text'",
@@ -30,7 +32,7 @@
{
"object": "LayoutSVGInlineText #text",
"rect": [246, 104, 119, 28],
- "reason": "bounds change"
+ "reason": "forced by layout"
},
{
"object": "LayoutSVGText text id='text'",
@@ -56,25 +58,39 @@
"object": "LayoutSVGImage image id='image'",
"rect": [90, 206, 98, 98],
"reason": "full"
- },
- {
- "object": "InlineTextBox 'This is some text'",
- "reason": "full"
- },
- {
- "object": "InlineTextBox 'This is some text'",
- "reason": "bounds change"
- },
- {
- "object": "RootInlineBox",
- "reason": "full"
- },
- {
- "object": "RootInlineBox",
- "reason": "full"
}
]
}
+ ],
+ "objectPaintInvalidations": [
+ {
+ "object": "LayoutSVGRoot svg",
+ "reason": "bounds change"
+ },
+ {
+ "object": "LayoutSVGRect rect id='rect'",
+ "reason": "full"
+ },
+ {
+ "object": "LayoutSVGText text id='text'",
+ "reason": "full"
+ },
+ {
+ "object": "RootInlineBox",
+ "reason": "full"
+ },
+ {
+ "object": "LayoutSVGInlineText #text",
+ "reason": "forced by layout"
+ },
+ {
+ "object": "InlineTextBox 'This is some text'",
+ "reason": "forced by layout"
+ },
+ {
+ "object": "LayoutSVGImage image id='image'",
+ "reason": "full"
+ }
]
}

Powered by Google App Engine
This is Rietveld 408576698