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

Unified Diff: third_party/WebKit/LayoutTests/platform/linux/svg/custom/relative-sized-content-with-resources-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/custom/relative-sized-content-with-resources-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/linux/svg/custom/relative-sized-content-with-resources-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/svg/custom/relative-sized-content-with-resources-expected.txt
index a9747751be4b2200251f5741542d0bdab1fc5b8c..af5d3b1c1cc3e25e05728f5f056a3fd3e18738c2 100644
--- a/third_party/WebKit/LayoutTests/platform/linux/svg/custom/relative-sized-content-with-resources-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/linux/svg/custom/relative-sized-content-with-resources-expected.txt
@@ -5,21 +5,52 @@
"bounds": [800, 600],
"contentsOpaque": true,
"drawsContent": true,
- "repaintRects": [
- [48, 112, 322, 322],
- [48, 112, 322, 322],
- [9, 155, 100, 236],
- [9, 155, 100, 236],
- [8, 72, 402, 405],
- [8, 72, 102, 405]
- ],
- "paintInvalidationClients": [
- "RootInlineBox",
- "InlineBox",
- "LayoutBlockFlow div id='contentBox'",
- "RootInlineBox",
- "LayoutSVGRoot svg",
- "LayoutSVGEllipse circle"
+ "paintInvalidations": [
+ {
+ "object": "InlineBox",
+ "rect": [0, 0, 0, 0],
+ "reason": "full"
+ },
+ {
+ "object": "LayoutBlockFlow div id='contentBox'",
+ "rect": [8, 72, 102, 405],
+ "reason": "forced by layout"
+ },
+ {
+ "object": "LayoutBlockFlow div id='contentBox'",
+ "rect": [8, 72, 402, 405],
+ "reason": "forced by layout"
+ },
+ {
+ "object": "LayoutSVGEllipse circle",
+ "rect": [9, 155, 100, 236],
+ "reason": "SVG resource change"
+ },
+ {
+ "object": "LayoutSVGEllipse circle",
+ "rect": [48, 112, 322, 322],
+ "reason": "SVG resource change"
+ },
+ {
+ "object": "LayoutSVGRoot svg",
+ "rect": [9, 155, 100, 236],
+ "reason": "bounds change"
+ },
+ {
+ "object": "LayoutSVGRoot svg",
+ "rect": [48, 112, 322, 322],
+ "reason": "bounds 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