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

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

Issue 331713005: Auto-rebaseline for r176651 (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 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: LayoutTests/platform/win/svg/custom/js-late-clipPath-creation-expected.txt
diff --git a/LayoutTests/platform/win/svg/custom/js-late-clipPath-creation-expected.txt b/LayoutTests/platform/win/svg/custom/js-late-clipPath-creation-expected.txt
index a712854417edeb5ac4d60c1fff827d02731ffd77..51aaa572b6aede1ca7d72bc5863dcb0f70fc8591 100644
--- a/LayoutTests/platform/win/svg/custom/js-late-clipPath-creation-expected.txt
+++ b/LayoutTests/platform/win/svg/custom/js-late-clipPath-creation-expected.txt
@@ -1,18 +1,18 @@
-(GraphicsLayer
- (bounds 800.00 600.00)
- (children 1
- (GraphicsLayer
- (bounds 800.00 600.00)
- (contentsOpaque 1)
- (drawsContent 1)
- (repaint rects
- (rect 334.00 40.00 466.00 168.00)
- (rect 334.00 40.00 466.00 168.00)
- (rect 16.00 40.00 784.00 168.00)
- (rect 16.00 40.00 318.00 168.00)
- (rect 0.00 0.00 334.00 500.00)
- )
- )
- )
-)
+{
+ "bounds": [800, 600],
+ "children": [
+ {
+ "bounds": [800, 600],
+ "contentsOpaque": true,
+ "drawsContent": true,
+ "repaintRects": [
+ [334, 40, 466, 168],
+ [334, 40, 466, 168],
+ [16, 40, 784, 168],
+ [16, 40, 318, 168],
+ [0, 0, 334, 500]
+ ]
+ }
+ ]
+}

Powered by Google App Engine
This is Rietveld 408576698