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

Unified Diff: LayoutTests/platform/win/svg/text/text-rescale-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/text/text-rescale-expected.txt
diff --git a/LayoutTests/platform/win/svg/text/text-rescale-expected.txt b/LayoutTests/platform/win/svg/text/text-rescale-expected.txt
index 54ca5200a91aaccd2670322d09ade4fdd31016c9..bfb9868add70d83442de09a98b7c2c1b54a4698a 100644
--- a/LayoutTests/platform/win/svg/text/text-rescale-expected.txt
+++ b/LayoutTests/platform/win/svg/text/text-rescale-expected.txt
@@ -1,33 +1,33 @@
-(GraphicsLayer
- (bounds 800.00 600.00)
- (children 1
- (GraphicsLayer
- (bounds 800.00 600.00)
- (contentsOpaque 1)
- (drawsContent 1)
- (repaint rects
- (rect 210.00 113.00 100.00 87.00)
- (rect 210.00 113.00 100.00 47.00)
- (rect 210.00 63.00 100.00 100.00)
- (rect 210.00 13.00 100.00 100.00)
- (rect 210.00 13.00 100.00 47.00)
- (rect 6.00 3.00 4.00 4.00)
- (rect 6.00 3.00 4.00 2.00)
- (rect 0.00 114.00 202.00 45.00)
- (rect 0.00 113.00 406.00 87.00)
- (rect 0.00 64.00 202.00 45.00)
- (rect 0.00 63.00 406.00 100.00)
- (rect 0.00 14.00 202.00 45.00)
- (rect 0.00 13.00 406.00 187.00)
- (rect 0.00 13.00 406.00 100.00)
- (rect 0.00 3.00 13.00 4.00)
- (rect 0.00 3.00 7.00 2.00)
- (rect 0.00 0.00 406.00 163.00)
- (rect 0.00 0.00 1.00 1.00)
- (rect 0.00 0.00 1.00 1.00)
- (rect 0.00 0.00 1.00 1.00)
- )
- )
- )
-)
+{
+ "bounds": [800, 600],
+ "children": [
+ {
+ "bounds": [800, 600],
+ "contentsOpaque": true,
+ "drawsContent": true,
+ "repaintRects": [
+ [210, 113, 100, 87],
+ [210, 113, 100, 47],
+ [210, 63, 100, 100],
+ [210, 13, 100, 100],
+ [210, 13, 100, 47],
+ [6, 3, 4, 4],
+ [6, 3, 4, 2],
+ [0, 114, 202, 45],
+ [0, 113, 406, 87],
+ [0, 64, 202, 45],
+ [0, 63, 406, 100],
+ [0, 14, 202, 45],
+ [0, 13, 406, 187],
+ [0, 13, 406, 100],
+ [0, 3, 13, 4],
+ [0, 3, 7, 2],
+ [0, 0, 406, 163],
+ [0, 0, 1, 1],
+ [0, 0, 1, 1],
+ [0, 0, 1, 1]
+ ]
+ }
+ ]
+}

Powered by Google App Engine
This is Rietveld 408576698