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

Unified Diff: LayoutTests/platform/linux/svg/text/ems-display-none-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/linux/svg/text/ems-display-none-expected.txt
diff --git a/LayoutTests/platform/linux/svg/text/ems-display-none-expected.txt b/LayoutTests/platform/linux/svg/text/ems-display-none-expected.txt
index d412dd09dc95bd593d4a8a0eee9bb7f281f133b0..f16b9f4b786892b0a28651a393ec03b201618efd 100644
--- a/LayoutTests/platform/linux/svg/text/ems-display-none-expected.txt
+++ b/LayoutTests/platform/linux/svg/text/ems-display-none-expected.txt
@@ -1,16 +1,16 @@
-(GraphicsLayer
- (bounds 800.00 600.00)
- (children 1
- (GraphicsLayer
- (bounds 800.00 600.00)
- (contentsOpaque 1)
- (drawsContent 1)
- (repaint rects
- (rect 50.00 54.00 563.00 86.00)
- (rect 50.00 54.00 563.00 86.00)
- (rect 50.00 54.00 563.00 86.00)
- )
- )
- )
-)
+{
+ "bounds": [800, 600],
+ "children": [
+ {
+ "bounds": [800, 600],
+ "contentsOpaque": true,
+ "drawsContent": true,
+ "repaintRects": [
+ [50, 54, 563, 86],
+ [50, 54, 563, 86],
+ [50, 54, 563, 86]
+ ]
+ }
+ ]
+}

Powered by Google App Engine
This is Rietveld 408576698