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

Unified Diff: third_party/WebKit/LayoutTests/platform/linux/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/linux/svg/transforms/animated-path-inside-transformed-html-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/linux/svg/transforms/animated-path-inside-transformed-html-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/svg/transforms/animated-path-inside-transformed-html-expected.txt
index c4c99c00512d5bd50d9209b30cad90a336afd9ef..c90c5ad2d28ef169509a57151adc784acc4be446 100644
--- a/third_party/WebKit/LayoutTests/platform/linux/svg/transforms/animated-path-inside-transformed-html-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/linux/svg/transforms/animated-path-inside-transformed-html-expected.txt
@@ -6,28 +6,73 @@
"contentsOpaque": true,
"drawsContent": true,
"backgroundColor": "#FFFFFF",
- "repaintRects": [
- [355, 128, 103, 101],
- [352, 397, 98, 99],
- [246, 106, 121, 28],
- [246, 106, 121, 28],
- [203, 336, 123, 44],
- [203, 336, 123, 44],
- [187, 106, 310, 390],
- [111, 85, 101, 100],
- [90, 208, 98, 98],
- [90, 85, 277, 249]
- ],
- "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, 106, 310, 390],
+ "reason": "bounds change"
+ },
+ {
+ "object": "LayoutSVGRoot svg",
+ "rect": [90, 85, 277, 249],
+ "reason": "bounds change"
+ },
+ {
+ "object": "LayoutSVGInlineText #text",
+ "rect": [203, 336, 123, 44],
+ "reason": "bounds change"
+ },
+ {
+ "object": "LayoutSVGText text id='text'",
+ "rect": [203, 336, 123, 44],
+ "reason": "full"
+ },
+ {
+ "object": "LayoutSVGInlineText #text",
+ "rect": [246, 106, 121, 28],
+ "reason": "bounds change"
+ },
+ {
+ "object": "LayoutSVGText text id='text'",
+ "rect": [246, 106, 121, 28],
+ "reason": "full"
+ },
+ {
+ "object": "LayoutSVGRect rect id='rect'",
+ "rect": [355, 128, 103, 101],
+ "reason": "full"
+ },
+ {
+ "object": "LayoutSVGRect rect id='rect'",
+ "rect": [111, 85, 101, 100],
+ "reason": "full"
+ },
+ {
+ "object": "LayoutSVGImage image id='image'",
+ "rect": [352, 397, 98, 99],
+ "reason": "full"
+ },
+ {
+ "object": "LayoutSVGImage image id='image'",
+ "rect": [90, 208, 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