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

Unified Diff: LayoutTests/platform/win/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-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/scrolling-embedded-svg-file-image-repaint-problem-expected.txt
diff --git a/LayoutTests/platform/win/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.txt b/LayoutTests/platform/win/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.txt
index 7fc3982ab136c3d9d457ba3c827c57b2e247b85c..60d103d4f702c7d84d28844c76ad094a50e11f44 100644
--- a/LayoutTests/platform/win/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.txt
+++ b/LayoutTests/platform/win/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.txt
@@ -1,18 +1,18 @@
-(GraphicsLayer
- (bounds 1026.00 1036.00)
- (children 1
- (GraphicsLayer
- (bounds 1026.00 1036.00)
- (contentsOpaque 1)
- (drawsContent 1)
- (repaint rects
- (rect 24.00 1012.00 737.00 20.00)
- (rect 24.00 1012.00 737.00 20.00)
- (rect 24.00 1007.00 737.00 29.00)
- (rect 24.00 1007.00 737.00 29.00)
- (rect 8.00 1032.00 1018.00 4.00)
- )
- )
- )
-)
+{
+ "bounds": [1026, 1036],
+ "children": [
+ {
+ "bounds": [1026, 1036],
+ "contentsOpaque": true,
+ "drawsContent": true,
+ "repaintRects": [
+ [24, 1012, 737, 20],
+ [24, 1012, 737, 20],
+ [24, 1007, 737, 29],
+ [24, 1007, 737, 29],
+ [8, 1032, 1018, 4]
+ ]
+ }
+ ]
+}

Powered by Google App Engine
This is Rietveld 408576698