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

Unified Diff: third_party/WebKit/LayoutTests/platform/linux/svg/repaint/inner-svg-change-viewPort-relative-expected.txt

Issue 1881903002: Auto-rebaseline for r386594 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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/repaint/inner-svg-change-viewPort-relative-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/linux/svg/repaint/inner-svg-change-viewPort-relative-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/svg/repaint/inner-svg-change-viewPort-relative-expected.txt
index d4db5cd75287211320c8fbee87c2ce8ea607b684..0f04bb6e4ff31e9dc621ee485376f1c60e8d801c 100644
--- a/third_party/WebKit/LayoutTests/platform/linux/svg/repaint/inner-svg-change-viewPort-relative-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/linux/svg/repaint/inner-svg-change-viewPort-relative-expected.txt
@@ -5,36 +5,102 @@
"bounds": [800, 600],
"contentsOpaque": true,
"drawsContent": true,
- "repaintRects": [
- [180, 120, 20, 20],
- [180, 120, 20, 20],
- [180, 60, 20, 20],
- [100, 85, 100, 19],
- [100, 85, 100, 19],
- [100, 0, 100, 200],
- [80, 120, 20, 20],
- [80, 120, 20, 20],
- [80, 60, 20, 20],
- [0, 85, 100, 19],
- [0, 85, 100, 19],
- [0, 0, 200, 200],
- [0, 0, 200, 200],
- [0, 0, 100, 200],
- [0, 0, 100, 200]
- ],
- "paintInvalidationClients": [
- "RootInlineBox",
- "InlineTextBox 'right-aligned text'",
- "LayoutSVGRoot svg",
- "LayoutSVGViewportContainer svg id='inner'",
- "LayoutSVGRect rect",
- "LayoutSVGRect rect",
- "LayoutSVGText text",
- "RootInlineBox",
- "LayoutSVGInlineText #text",
- "InlineTextBox 'right-aligned text'",
- "LayoutSVGContainer use",
- "LayoutSVGPath polygon id='triangle'"
+ "paintInvalidations": [
+ {
+ "object": "InlineTextBox 'right-aligned text'",
+ "rect": [0, 0, 0, 0],
+ "reason": "full"
+ },
+ {
+ "object": "InlineTextBox 'right-aligned text'",
+ "rect": [0, 0, 0, 0],
+ "reason": "bounds change"
+ },
+ {
+ "object": "LayoutSVGContainer use",
+ "rect": [80, 120, 20, 20],
+ "reason": "location change"
+ },
+ {
+ "object": "LayoutSVGContainer use",
+ "rect": [180, 120, 20, 20],
+ "reason": "location change"
+ },
+ {
+ "object": "LayoutSVGInlineText #text",
+ "rect": [0, 85, 100, 19],
+ "reason": "bounds change"
+ },
+ {
+ "object": "LayoutSVGInlineText #text",
+ "rect": [100, 85, 100, 19],
+ "reason": "bounds change"
+ },
+ {
+ "object": "LayoutSVGPath polygon id='triangle'",
+ "rect": [80, 120, 20, 20],
+ "reason": "location change"
+ },
+ {
+ "object": "LayoutSVGPath polygon id='triangle'",
+ "rect": [180, 120, 20, 20],
+ "reason": "location change"
+ },
+ {
+ "object": "LayoutSVGRect rect",
+ "rect": [0, 0, 100, 200],
+ "reason": "full"
+ },
+ {
+ "object": "LayoutSVGRect rect",
+ "rect": [0, 0, 200, 200],
+ "reason": "full"
+ },
+ {
+ "object": "LayoutSVGRect rect",
+ "rect": [80, 60, 20, 20],
+ "reason": "full"
+ },
+ {
+ "object": "LayoutSVGRect rect",
+ "rect": [180, 60, 20, 20],
+ "reason": "full"
+ },
+ {
+ "object": "LayoutSVGRoot svg",
+ "rect": [100, 0, 100, 200],
+ "reason": "incremental"
+ },
+ {
+ "object": "LayoutSVGText text",
+ "rect": [0, 85, 100, 19],
+ "reason": "full"
+ },
+ {
+ "object": "LayoutSVGText text",
+ "rect": [100, 85, 100, 19],
+ "reason": "full"
+ },
+ {
+ "object": "LayoutSVGViewportContainer svg id='inner'",
+ "rect": [0, 0, 100, 200],
+ "reason": "full"
+ },
+ {
+ "object": "LayoutSVGViewportContainer svg id='inner'",
+ "rect": [0, 0, 200, 200],
+ "reason": "full"
+ },
+ {
+ "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