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

Unified Diff: third_party/WebKit/LayoutTests/platform/linux/svg/custom/js-late-clipPath-and-object-creation-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/js-late-clipPath-and-object-creation-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/linux/svg/custom/js-late-clipPath-and-object-creation-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/svg/custom/js-late-clipPath-and-object-creation-expected.txt
index 878039eb2d308fa794203e4319b851f73aa02243..59ac55d401d40ecd13796be6e26dd992824ededc 100644
--- a/third_party/WebKit/LayoutTests/platform/linux/svg/custom/js-late-clipPath-and-object-creation-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/linux/svg/custom/js-late-clipPath-and-object-creation-expected.txt
@@ -5,35 +5,92 @@
"bounds": [800, 600],
"contentsOpaque": true,
"drawsContent": true,
- "repaintRects": [
- [334, 42, 466, 170],
- [334, 42, 466, 170],
- [334, 42, 466, 170],
- [16, 42, 784, 170],
- [16, 42, 784, 170],
- [16, 42, 784, 170],
- [16, 42, 784, 170],
- [16, 42, 784, 170],
- [16, 42, 318, 170],
- [0, 0, 334, 500]
- ],
- "paintInvalidationClients": [
- "LayoutSVGRoot svg id='svg-root'",
- "LayoutSVGContainer g id='content'",
- "LayoutSVGText text",
- "RootInlineBox",
- "LayoutSVGInlineText #text",
- "InlineTextBox 'Clipped. INVISIBLE.'",
- "RootInlineBox",
- "InlineTextBox 'Clipped. INVISIBLE.'",
- "LayoutSVGRoot svg id='svg-root'",
- "LayoutSVGContainer g id='content'",
- "LayoutSVGText text",
- "RootInlineBox",
- "LayoutSVGInlineText #text",
- "InlineTextBox 'Clipped. INVISIBLE.'",
- "LayoutSVGResourceClipper clipPath id='dynClip'",
- "LayoutSVGPath path"
+ "paintInvalidations": [
+ {
+ "object": "InlineTextBox 'Clipped. INVISIBLE.'",
+ "rect": [0, 0, 0, 0],
+ "reason": "layoutObject insertion"
+ },
+ {
+ "object": "InlineTextBox 'Clipped. INVISIBLE.'",
+ "rect": [0, 0, 0, 0],
+ "reason": "full"
+ },
+ {
+ "object": "InlineTextBox 'Clipped. INVISIBLE.'",
+ "rect": [0, 0, 0, 0],
+ "reason": "incremental"
+ },
+ {
+ "object": "LayoutSVGContainer g id='content'",
+ "rect": [16, 42, 784, 170],
+ "reason": "bounds change"
+ },
+ {
+ "object": "LayoutSVGContainer g id='content'",
+ "rect": [334, 42, 466, 170],
+ "reason": "incremental"
+ },
+ {
+ "object": "LayoutSVGInlineText #text",
+ "rect": [16, 42, 784, 170],
+ "reason": "layoutObject insertion"
+ },
+ {
+ "object": "LayoutSVGInlineText #text",
+ "rect": [334, 42, 466, 170],
+ "reason": "incremental"
+ },
+ {
+ "object": "LayoutSVGPath path",
+ "rect": [0, 0, 334, 500],
+ "reason": "layoutObject insertion"
+ },
+ {
+ "object": "LayoutSVGResourceClipper clipPath id='dynClip'",
+ "rect": [0, 0, 0, 0],
+ "reason": "layoutObject insertion"
+ },
+ {
+ "object": "LayoutSVGRoot svg id='svg-root'",
+ "rect": [16, 42, 784, 170],
+ "reason": "bounds change"
+ },
+ {
+ "object": "LayoutSVGRoot svg id='svg-root'",
+ "rect": [334, 42, 466, 170],
+ "reason": "incremental"
+ },
+ {
+ "object": "LayoutSVGText text",
+ "rect": [16, 42, 784, 170],
+ "reason": "layoutObject insertion"
+ },
+ {
+ "object": "LayoutSVGText text",
+ "rect": [16, 42, 784, 170],
+ "reason": "style change"
+ },
+ {
+ "object": "LayoutSVGText text",
+ "rect": [16, 42, 318, 170],
+ "reason": "style change"
+ },
+ {
+ "object": "RootInlineBox",
+ "rect": [0, 0, 0, 0],
+ "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