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

Unified Diff: third_party/WebKit/LayoutTests/platform/win/svg/repaint/repaint-non-scaling-stroke-text-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/win/svg/repaint/repaint-non-scaling-stroke-text-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/win/svg/repaint/repaint-non-scaling-stroke-text-expected.txt b/third_party/WebKit/LayoutTests/platform/win/svg/repaint/repaint-non-scaling-stroke-text-expected.txt
index 1ed03989b014d9663dee58991a9d811e07062622..90f664a26a3f0125b9eab5d3a725235990c9a9a4 100644
--- a/third_party/WebKit/LayoutTests/platform/win/svg/repaint/repaint-non-scaling-stroke-text-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/win/svg/repaint/repaint-non-scaling-stroke-text-expected.txt
@@ -5,25 +5,67 @@
"bounds": [800, 600],
"contentsOpaque": true,
"drawsContent": true,
- "repaintRects": [
- [13, 17, 40, 20],
- [13, 17, 40, 20],
- [13, 17, 40, 20],
- [13, 17, 40, 20],
- [9, 13, 48, 28],
- [9, 13, 48, 28],
- [9, 13, 48, 28],
- [9, 13, 48, 28]
- ],
- "paintInvalidationClients": [
- "RootInlineBox",
- "InlineTextBox 'Hello'",
- "LayoutSVGRoot svg",
- "LayoutSVGContainer g",
- "LayoutSVGText text id='t'",
- "RootInlineBox",
- "LayoutSVGInlineText #text",
- "InlineTextBox 'Hello'"
+ "paintInvalidations": [
+ {
+ "object": "InlineTextBox 'Hello'",
+ "rect": [0, 0, 0, 0],
+ "reason": "full"
+ },
+ {
+ "object": "InlineTextBox 'Hello'",
+ "rect": [0, 0, 0, 0],
+ "reason": "style change"
+ },
+ {
+ "object": "LayoutSVGContainer g",
+ "rect": [13, 17, 40, 20],
+ "reason": "bounds change"
+ },
+ {
+ "object": "LayoutSVGContainer g",
+ "rect": [9, 13, 48, 28],
+ "reason": "bounds change"
+ },
+ {
+ "object": "LayoutSVGInlineText #text",
+ "rect": [13, 17, 40, 20],
+ "reason": "style change"
+ },
+ {
+ "object": "LayoutSVGInlineText #text",
+ "rect": [9, 13, 48, 28],
+ "reason": "style change"
+ },
+ {
+ "object": "LayoutSVGRoot svg",
+ "rect": [13, 17, 40, 20],
+ "reason": "bounds change"
+ },
+ {
+ "object": "LayoutSVGRoot svg",
+ "rect": [9, 13, 48, 28],
+ "reason": "bounds change"
+ },
+ {
+ "object": "LayoutSVGText text id='t'",
+ "rect": [13, 17, 40, 20],
+ "reason": "style change"
+ },
+ {
+ "object": "LayoutSVGText text id='t'",
+ "rect": [9, 13, 48, 28],
+ "reason": "style 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