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

Unified Diff: LayoutTests/platform/mac/svg/custom/use-clipped-hit-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/mac/svg/custom/use-clipped-hit-expected.txt
diff --git a/LayoutTests/platform/mac/svg/custom/use-clipped-hit-expected.txt b/LayoutTests/platform/mac/svg/custom/use-clipped-hit-expected.txt
index d374f15efb1d2ac32c307d9f5473aaf1c10e9674..d87ae0f4c6e97e14853d5f358d7fa2cee00196d3 100644
--- a/LayoutTests/platform/mac/svg/custom/use-clipped-hit-expected.txt
+++ b/LayoutTests/platform/mac/svg/custom/use-clipped-hit-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 90.00 116.00 64.00 18.00)
- (rect 90.00 116.00 64.00 18.00)
- (rect 90.00 116.00 43.00 18.00)
- )
- )
- )
-)
+{
+ "bounds": [800, 600],
+ "children": [
+ {
+ "bounds": [800, 600],
+ "contentsOpaque": true,
+ "drawsContent": true,
+ "repaintRects": [
+ [90, 116, 64, 18],
+ [90, 116, 64, 18],
+ [90, 116, 43, 18]
+ ]
+ }
+ ]
+}

Powered by Google App Engine
This is Rietveld 408576698