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

Unified Diff: LayoutTests/platform/win/svg/custom/use-detach-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/use-detach-expected.txt
diff --git a/LayoutTests/platform/win/svg/custom/use-detach-expected.txt b/LayoutTests/platform/win/svg/custom/use-detach-expected.txt
index dde25000622dfa89ab14114900b6f66b0e3aee95..01736bec2706ad7efedce2cf3180d8b41b7f4a6b 100644
--- a/LayoutTests/platform/win/svg/custom/use-detach-expected.txt
+++ b/LayoutTests/platform/win/svg/custom/use-detach-expected.txt
@@ -1,37 +1,37 @@
-(GraphicsLayer
- (bounds 800.00 600.00)
- (children 1
- (GraphicsLayer
- (bounds 800.00 600.00)
- (contentsOpaque 1)
- (drawsContent 1)
- (repaint rects
- (rect 220.00 96.00 24.00 24.00)
- (rect 218.00 94.00 28.00 28.00)
- (rect 218.00 94.00 28.00 28.00)
- (rect 218.00 94.00 28.00 28.00)
- (rect 218.00 94.00 28.00 28.00)
- (rect 218.00 94.00 28.00 28.00)
- (rect 218.00 94.00 28.00 28.00)
- (rect 218.00 94.00 28.00 28.00)
- (rect 212.00 60.00 40.00 33.00)
- (rect 210.00 57.00 44.00 65.00)
- (rect 210.00 57.00 44.00 65.00)
- (rect 210.00 57.00 44.00 65.00)
- (rect 210.00 57.00 44.00 38.00)
- (rect 210.00 57.00 44.00 38.00)
- (rect 210.00 57.00 44.00 38.00)
- (rect 210.00 57.00 44.00 38.00)
- (rect 210.00 57.00 44.00 38.00)
- (rect 210.00 57.00 44.00 38.00)
- (rect 210.00 57.00 44.00 38.00)
- (rect 210.00 57.00 44.00 38.00)
- (rect 210.00 57.00 44.00 38.00)
- (rect 210.00 57.00 44.00 38.00)
- (rect 210.00 57.00 44.00 38.00)
- (rect 112.00 12.00 240.00 120.00)
- )
- )
- )
-)
+{
+ "bounds": [800, 600],
+ "children": [
+ {
+ "bounds": [800, 600],
+ "contentsOpaque": true,
+ "drawsContent": true,
+ "repaintRects": [
+ [220, 96, 24, 24],
+ [218, 94, 28, 28],
+ [218, 94, 28, 28],
+ [218, 94, 28, 28],
+ [218, 94, 28, 28],
+ [218, 94, 28, 28],
+ [218, 94, 28, 28],
+ [218, 94, 28, 28],
+ [212, 60, 40, 33],
+ [210, 57, 44, 65],
+ [210, 57, 44, 65],
+ [210, 57, 44, 65],
+ [210, 57, 44, 38],
+ [210, 57, 44, 38],
+ [210, 57, 44, 38],
+ [210, 57, 44, 38],
+ [210, 57, 44, 38],
+ [210, 57, 44, 38],
+ [210, 57, 44, 38],
+ [210, 57, 44, 38],
+ [210, 57, 44, 38],
+ [210, 57, 44, 38],
+ [210, 57, 44, 38],
+ [112, 12, 240, 120]
+ ]
+ }
+ ]
+}

Powered by Google App Engine
This is Rietveld 408576698