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

Unified Diff: LayoutTests/platform/mac/svg/repaint/image-with-clip-path-expected.txt

Issue 348583003: 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/mac/svg/repaint/image-with-clip-path-expected.txt
diff --git a/LayoutTests/platform/mac/svg/repaint/image-with-clip-path-expected.txt b/LayoutTests/platform/mac/svg/repaint/image-with-clip-path-expected.txt
index 339b73756a964f9b5fb021c992970c57f11a5988..6dc4d1c9aa68e685f2279011f7a5c98e84374f79 100644
--- a/LayoutTests/platform/mac/svg/repaint/image-with-clip-path-expected.txt
+++ b/LayoutTests/platform/mac/svg/repaint/image-with-clip-path-expected.txt
@@ -1,21 +1,21 @@
-(GraphicsLayer
- (bounds 800.00 600.00)
- (children 1
- (GraphicsLayer
- (bounds 800.00 600.00)
- (contentsOpaque 1)
- (drawsContent 1)
- (repaint rects
- (rect 175.00 25.00 50.00 50.00)
- (rect 20.00 20.00 60.00 60.00)
- (rect 20.00 20.00 60.00 60.00)
- (rect 20.00 20.00 60.00 60.00)
- (rect 0.00 75.00 233.00 5.00)
- (rect 0.00 10.00 233.00 70.00)
- (rect 0.00 0.00 10.00 10.00)
- (rect 0.00 0.00 10.00 10.00)
- )
- )
- )
-)
+{
+ "bounds": [800, 600],
+ "children": [
+ {
+ "bounds": [800, 600],
+ "contentsOpaque": true,
+ "drawsContent": true,
+ "repaintRects": [
+ [175, 25, 50, 50],
+ [20, 20, 60, 60],
+ [20, 20, 60, 60],
+ [20, 20, 60, 60],
+ [0, 75, 233, 5],
+ [0, 10, 233, 70],
+ [0, 0, 10, 10],
+ [0, 0, 10, 10]
+ ]
+ }
+ ]
+}

Powered by Google App Engine
This is Rietveld 408576698