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

Unified Diff: third_party/WebKit/LayoutTests/svg/repaint/paintorder-filtered-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/svg/repaint/paintorder-filtered-expected.txt
diff --git a/third_party/WebKit/LayoutTests/svg/repaint/paintorder-filtered-expected.txt b/third_party/WebKit/LayoutTests/svg/repaint/paintorder-filtered-expected.txt
index 545933f81cefedab74654ed9904553ab80827f20..5ada144ec1dad89406bb6608ce09f5dc81f5f86c 100644
--- a/third_party/WebKit/LayoutTests/svg/repaint/paintorder-filtered-expected.txt
+++ b/third_party/WebKit/LayoutTests/svg/repaint/paintorder-filtered-expected.txt
@@ -5,33 +5,67 @@
"bounds": [800, 600],
"contentsOpaque": true,
"drawsContent": true,
- "repaintRects": [
- [456, 166, 133, 132],
- [454, 163, 137, 137],
- [320, 166, 133, 132],
- [318, 163, 137, 137],
- [184, 166, 132, 132],
- [184, 166, 132, 132],
- [181, 163, 138, 137],
- [137, 37, 580, 563],
- [47, 166, 133, 132],
- [47, 166, 133, 132],
- [46, 28, 7, 7],
- [45, 163, 137, 137]
- ],
- "paintInvalidationClients": [
- "LayoutSVGEllipse circle id='t4'",
- "LayoutSVGPath polygon",
- "LayoutSVGContainer use id='t1'",
- "LayoutSVGViewportContainer svg id='poly'",
- "LayoutSVGPath polygon",
- "LayoutSVGContainer use id='t2'",
- "LayoutSVGViewportContainer svg id='poly'",
- "LayoutSVGPath polygon",
- "LayoutSVGViewportContainer svg",
- "LayoutSVGPath polygon id='t3'",
- "LayoutSVGContainer use",
- "LayoutSVGPath polygon"
+ "paintInvalidations": [
+ {
+ "object": "LayoutSVGContainer use",
+ "rect": [454, 163, 137, 137],
+ "reason": "SVG resource change"
+ },
+ {
+ "object": "LayoutSVGContainer use id='t1'",
+ "rect": [45, 163, 137, 137],
+ "reason": "style change"
+ },
+ {
+ "object": "LayoutSVGContainer use id='t2'",
+ "rect": [181, 163, 138, 137],
+ "reason": "style change"
+ },
+ {
+ "object": "LayoutSVGEllipse circle id='t4'",
+ "rect": [46, 28, 7, 7],
+ "reason": "style change"
+ },
+ {
+ "object": "LayoutSVGPath polygon",
+ "rect": [137, 37, 580, 563],
+ "reason": "style change"
+ },
+ {
+ "object": "LayoutSVGPath polygon",
+ "rect": [47, 166, 133, 132],
+ "reason": "style change"
+ },
+ {
+ "object": "LayoutSVGPath polygon",
+ "rect": [184, 166, 132, 132],
+ "reason": "style change"
+ },
+ {
+ "object": "LayoutSVGPath polygon",
+ "rect": [456, 166, 133, 132],
+ "reason": "style change"
+ },
+ {
+ "object": "LayoutSVGPath polygon id='t3'",
+ "rect": [320, 166, 133, 132],
+ "reason": "style change"
+ },
+ {
+ "object": "LayoutSVGViewportContainer svg",
+ "rect": [318, 163, 137, 137],
+ "reason": "SVG resource change"
+ },
+ {
+ "object": "LayoutSVGViewportContainer svg id='poly'",
+ "rect": [47, 166, 133, 132],
+ "reason": "style change"
+ },
+ {
+ "object": "LayoutSVGViewportContainer svg id='poly'",
+ "rect": [184, 166, 132, 132],
+ "reason": "style change"
+ }
]
}
]

Powered by Google App Engine
This is Rietveld 408576698