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

Unified Diff: third_party/WebKit/LayoutTests/platform/mac-mac10.9/svg/custom/repaint-on-constant-size-change-expected.txt

Issue 2245263008: Auto-rebaseline for r412633 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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-mac10.9/svg/custom/repaint-on-constant-size-change-expected.txt
diff --git a/third_party/WebKit/LayoutTests/svg/repaint/path-pathlength-change-expected.txt b/third_party/WebKit/LayoutTests/platform/mac-mac10.9/svg/custom/repaint-on-constant-size-change-expected.txt
similarity index 75%
copy from third_party/WebKit/LayoutTests/svg/repaint/path-pathlength-change-expected.txt
copy to third_party/WebKit/LayoutTests/platform/mac-mac10.9/svg/custom/repaint-on-constant-size-change-expected.txt
index c653680d7593d2e8bfad5022017f44c3b77ba51f..7b71cd549711a44a5e93ca5d4a461eca52d6e87a 100644
--- a/third_party/WebKit/LayoutTests/svg/repaint/path-pathlength-change-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/mac-mac10.9/svg/custom/repaint-on-constant-size-change-expected.txt
@@ -9,8 +9,8 @@
"drawsContent": true,
"paintInvalidations": [
{
- "object": "LayoutSVGPath path",
- "rect": [98, 98, 120, 120],
+ "object": "LayoutSVGImage image",
+ "rect": [0, 0, 200, 100],
"reason": "full"
}
]
@@ -18,7 +18,7 @@
],
"objectPaintInvalidations": [
{
- "object": "LayoutSVGPath path",
+ "object": "LayoutSVGImage image",
"reason": "full"
}
]

Powered by Google App Engine
This is Rietveld 408576698