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

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

Issue 2062663002: Auto-rebaseline for r399384 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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 85f011bf727e2b798d8eaf0bd992d6ec11b10e0e..748d3961ebd2f25a3c4d581eade7d7d32df40eca 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,14 +7,14 @@
"drawsContent": true,
"paintInvalidations": [
{
- "object": "LayoutSVGText text",
+ "object": "LayoutSVGContainer g id='content'",
"rect": [16, 40, 784, 168],
- "reason": "style change"
+ "reason": "full"
},
{
- "object": "LayoutSVGContainer g id='content'",
- "rect": [334, 40, 466, 168],
- "reason": "incremental"
+ "object": "LayoutSVGText text",
+ "rect": [16, 40, 784, 168],
+ "reason": "style change"
},
{
"object": "LayoutSVGInlineText #text",

Powered by Google App Engine
This is Rietveld 408576698