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

Unified Diff: third_party/WebKit/LayoutTests/platform/win/svg/custom/js-late-clipPath-creation-expected.txt

Issue 1890293002: Manual rebaseline for bug 602483, 602614, 602616, 602618 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Mark virtual/spv2/svg/custom/object-sizing-no-width-height-change-content-box-size.xhtml for NeedsManualRebaseline (it was skipped so no baseline generated) 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/custom/js-late-clipPath-creation-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/win/svg/custom/js-late-clipPath-creation-expected.txt b/third_party/WebKit/LayoutTests/platform/win/svg/custom/js-late-clipPath-creation-expected.txt
index 9d6b95d5d8bea2dea7e668c39b1e9b563f5b73b3..85f011bf727e2b798d8eaf0bd992d6ec11b10e0e 100644
--- a/third_party/WebKit/LayoutTests/platform/win/svg/custom/js-late-clipPath-creation-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/win/svg/custom/js-late-clipPath-creation-expected.txt
@@ -7,22 +7,22 @@
"drawsContent": true,
"paintInvalidations": [
{
- "object": "InlineTextBox 'Clipped. INVISIBLE.'",
- "rect": [0, 0, 0, 0],
- "reason": "full"
+ "object": "LayoutSVGText text",
+ "rect": [16, 40, 784, 168],
+ "reason": "style change"
},
{
- "object": "InlineTextBox 'Clipped. INVISIBLE.'",
- "rect": [0, 0, 0, 0],
+ "object": "LayoutSVGContainer g id='content'",
+ "rect": [334, 40, 466, 168],
"reason": "incremental"
},
{
- "object": "LayoutSVGContainer g id='content'",
+ "object": "LayoutSVGInlineText #text",
"rect": [334, 40, 466, 168],
"reason": "incremental"
},
{
- "object": "LayoutSVGInlineText #text",
+ "object": "LayoutSVGRoot svg id='svg-root'",
"rect": [334, 40, 466, 168],
"reason": "incremental"
},
@@ -32,28 +32,23 @@
"reason": "layoutObject insertion"
},
{
- "object": "LayoutSVGResourceClipper clipPath id='dynClip'",
- "rect": [0, 0, 0, 0],
- "reason": "layoutObject insertion"
+ "object": "InlineTextBox 'Clipped. INVISIBLE.'",
+ "reason": "incremental"
},
{
- "object": "LayoutSVGRoot svg id='svg-root'",
- "rect": [334, 40, 466, 168],
- "reason": "incremental"
+ "object": "InlineTextBox 'Clipped. INVISIBLE.'",
+ "reason": "full"
},
{
- "object": "LayoutSVGText text",
- "rect": [16, 40, 784, 168],
- "reason": "style change"
+ "object": "LayoutSVGResourceClipper clipPath id='dynClip'",
+ "reason": "layoutObject insertion"
},
{
"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