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

Unified Diff: LayoutTests/platform/win/svg/custom/use-setAttribute-crash-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-setAttribute-crash-expected.txt
diff --git a/LayoutTests/platform/win/svg/custom/use-setAttribute-crash-expected.txt b/LayoutTests/platform/win/svg/custom/use-setAttribute-crash-expected.txt
index 747303ce58bcfc4eebe10f4964bd6ac2da719c00..47f79cc482fdeb89aaae898ac6538c8670f893cc 100644
--- a/LayoutTests/platform/win/svg/custom/use-setAttribute-crash-expected.txt
+++ b/LayoutTests/platform/win/svg/custom/use-setAttribute-crash-expected.txt
@@ -1,25 +1,25 @@
-(GraphicsLayer
- (bounds 800.00 600.00)
- (children 1
- (GraphicsLayer
- (bounds 800.00 600.00)
- (contentsOpaque 1)
- (drawsContent 1)
- (repaint rects
- (rect 53.00 53.00 10.00 10.00)
- (rect 53.00 53.00 10.00 10.00)
- (rect 53.00 53.00 10.00 10.00)
- (rect 53.00 53.00 10.00 10.00)
- (rect 33.00 33.00 50.00 50.00)
- (rect 33.00 33.00 50.00 50.00)
- (rect 33.00 33.00 50.00 50.00)
- (rect 8.00 112.00 784.00 100.00)
- (rect 8.00 8.00 784.00 203.00)
- (rect 8.00 8.00 25.00 25.00)
- (rect 8.00 8.00 5.00 5.00)
- (rect 0.00 120.00 800.00 100.00)
- )
- )
- )
-)
+{
+ "bounds": [800, 600],
+ "children": [
+ {
+ "bounds": [800, 600],
+ "contentsOpaque": true,
+ "drawsContent": true,
+ "repaintRects": [
+ [53, 53, 10, 10],
+ [53, 53, 10, 10],
+ [53, 53, 10, 10],
+ [53, 53, 10, 10],
+ [33, 33, 50, 50],
+ [33, 33, 50, 50],
+ [33, 33, 50, 50],
+ [8, 112, 784, 100],
+ [8, 8, 784, 203],
+ [8, 8, 25, 25],
+ [8, 8, 5, 5],
+ [0, 120, 800, 100]
+ ]
+ }
+ ]
+}

Powered by Google App Engine
This is Rietveld 408576698