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

Unified Diff: third_party/WebKit/LayoutTests/platform/mac/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/mac/svg/custom/js-late-clipPath-creation-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/mac/svg/custom/js-late-clipPath-creation-expected.txt b/third_party/WebKit/LayoutTests/platform/mac/svg/custom/js-late-clipPath-creation-expected.txt
index a5d9dcb0fec71f968fb487d2c82db5b0dd5d4459..481e35d55cf0d06718c4de017bb035589958d1ed 100644
--- a/third_party/WebKit/LayoutTests/platform/mac/svg/custom/js-late-clipPath-creation-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/mac/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, 39, 784, 174],
- "reason": "style change"
+ "reason": "full"
},
{
- "object": "LayoutSVGContainer g id='content'",
- "rect": [334, 39, 466, 174],
- "reason": "incremental"
+ "object": "LayoutSVGText text",
+ "rect": [16, 39, 784, 174],
+ "reason": "style change"
},
{
"object": "LayoutSVGInlineText #text",

Powered by Google App Engine
This is Rietveld 408576698