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

Unified Diff: third_party/WebKit/LayoutTests/platform/mac/svg/transforms/animated-path-inside-transformed-html-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/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 4836e0a91cc5e0a43b8a59df321be6d619b777f1..d7361e975a689f740952cd99068427eb845dfa1d 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
@@ -6,28 +6,73 @@
"contentsOpaque": true,
"drawsContent": true,
"backgroundColor": "#FFFFFF",
- "repaintRects": [
- [355, 126, 103, 101],
- [352, 395, 98, 99],
- [246, 104, 119, 28],
- [246, 104, 119, 28],
- [203, 335, 121, 43],
- [203, 335, 121, 43],
- [187, 104, 310, 390],
- [111, 83, 101, 100],
- [90, 206, 98, 98],
- [90, 83, 275, 248]
- ],
- "paintInvalidationClients": [
- "RootInlineBox",
- "InlineTextBox 'This is some text'",
- "LayoutSVGRoot svg",
- "LayoutSVGRect rect id='rect'",
- "LayoutSVGText text id='text'",
- "RootInlineBox",
- "LayoutSVGInlineText #text",
- "InlineTextBox 'This is some text'",
- "LayoutSVGImage image id='image'"
+ "paintInvalidations": [
+ {
+ "object": "LayoutSVGRoot svg",
+ "rect": [187, 104, 310, 390],
+ "reason": "bounds change"
+ },
+ {
+ "object": "LayoutSVGRoot svg",
+ "rect": [90, 83, 275, 248],
+ "reason": "bounds change"
+ },
+ {
+ "object": "LayoutSVGInlineText #text",
+ "rect": [203, 335, 121, 43],
+ "reason": "bounds change"
+ },
+ {
+ "object": "LayoutSVGText text id='text'",
+ "rect": [203, 335, 121, 43],
+ "reason": "full"
+ },
+ {
+ "object": "LayoutSVGInlineText #text",
+ "rect": [246, 104, 119, 28],
+ "reason": "bounds change"
+ },
+ {
+ "object": "LayoutSVGText text id='text'",
+ "rect": [246, 104, 119, 28],
+ "reason": "full"
+ },
+ {
+ "object": "LayoutSVGRect rect id='rect'",
+ "rect": [355, 126, 103, 101],
+ "reason": "full"
+ },
+ {
+ "object": "LayoutSVGRect rect id='rect'",
+ "rect": [111, 83, 101, 100],
+ "reason": "full"
+ },
+ {
+ "object": "LayoutSVGImage image id='image'",
+ "rect": [352, 395, 98, 99],
+ "reason": "full"
+ },
+ {
+ "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"
+ }
]
}
]

Powered by Google App Engine
This is Rietveld 408576698