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

Unified Diff: third_party/WebKit/LayoutTests/svg/repaint/transform-text-element-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
« no previous file with comments | « third_party/WebKit/LayoutTests/svg/repaint/transform-foreign-object-expected.txt ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/svg/repaint/transform-text-element-expected.txt
diff --git a/third_party/WebKit/LayoutTests/svg/repaint/transform-text-element-expected.txt b/third_party/WebKit/LayoutTests/svg/repaint/transform-text-element-expected.txt
index d8c0a6fb4ee2edf1647a092caac5b81cfba796bf..9f803812e4f65e066ac46d9197e0696cf6fdaac1 100644
--- a/third_party/WebKit/LayoutTests/svg/repaint/transform-text-element-expected.txt
+++ b/third_party/WebKit/LayoutTests/svg/repaint/transform-text-element-expected.txt
@@ -5,22 +5,57 @@
"bounds": [800, 600],
"contentsOpaque": true,
"drawsContent": true,
- "repaintRects": [
- [8, 58, 400, 100],
- [8, 58, 400, 100],
- [8, 58, 400, 100],
- [8, 8, 400, 100],
- [8, 8, 400, 100],
- [8, 8, 400, 100]
- ],
- "paintInvalidationClients": [
- "RootInlineBox",
- "InlineTextBox 'Test'",
- "LayoutSVGRoot svg",
- "LayoutSVGText text",
- "RootInlineBox",
- "LayoutSVGInlineText #text",
- "InlineTextBox 'Test'"
+ "paintInvalidations": [
+ {
+ "object": "InlineTextBox 'Test'",
+ "rect": [0, 0, 0, 0],
+ "reason": "full"
+ },
+ {
+ "object": "InlineTextBox 'Test'",
+ "rect": [0, 0, 0, 0],
+ "reason": "location change"
+ },
+ {
+ "object": "LayoutSVGInlineText #text",
+ "rect": [8, 8, 400, 100],
+ "reason": "location change"
+ },
+ {
+ "object": "LayoutSVGInlineText #text",
+ "rect": [8, 58, 400, 100],
+ "reason": "location change"
+ },
+ {
+ "object": "LayoutSVGRoot svg",
+ "rect": [8, 8, 400, 100],
+ "reason": "bounds change"
+ },
+ {
+ "object": "LayoutSVGRoot svg",
+ "rect": [8, 58, 400, 100],
+ "reason": "bounds change"
+ },
+ {
+ "object": "LayoutSVGText text",
+ "rect": [8, 8, 400, 100],
+ "reason": "location change"
+ },
+ {
+ "object": "LayoutSVGText text",
+ "rect": [8, 58, 400, 100],
+ "reason": "location change"
+ },
+ {
+ "object": "RootInlineBox",
+ "rect": [0, 0, 0, 0],
+ "reason": "full"
+ },
+ {
+ "object": "RootInlineBox",
+ "rect": [0, 0, 0, 0],
+ "reason": "full"
+ }
]
}
]
« no previous file with comments | « third_party/WebKit/LayoutTests/svg/repaint/transform-foreign-object-expected.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698