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

Unified Diff: LayoutTests/platform/win-xp/fast/repaint/border-radius-repaint-expected.txt

Issue 347223003: 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-xp/fast/repaint/border-radius-repaint-expected.txt
diff --git a/LayoutTests/platform/win-xp/fast/repaint/border-radius-repaint-expected.txt b/LayoutTests/platform/win-xp/fast/repaint/border-radius-repaint-expected.txt
index 2d55c5c9df6d18b3add9423d6b0be158ceef1036..da30b746e760e917a166126339a65d24f5fd487a 100644
--- a/LayoutTests/platform/win-xp/fast/repaint/border-radius-repaint-expected.txt
+++ b/LayoutTests/platform/win-xp/fast/repaint/border-radius-repaint-expected.txt
@@ -1,19 +1,19 @@
-(GraphicsLayer
- (bounds 800.00 600.00)
- (children 1
- (GraphicsLayer
- (bounds 800.00 600.00)
- (contentsOpaque 1)
- (drawsContent 1)
- (repaint rects
- (rect 33.00 259.00 172.00 60.00)
- (rect 33.00 259.00 172.00 40.00)
- (rect 33.00 97.00 172.00 60.00)
- (rect 33.00 97.00 172.00 40.00)
- (rect 19.00 313.00 200.00 20.00)
- (rect 19.00 151.00 200.00 20.00)
- )
- )
- )
-)
+{
+ "bounds": [800, 600],
+ "children": [
+ {
+ "bounds": [800, 600],
+ "contentsOpaque": true,
+ "drawsContent": true,
+ "repaintRects": [
+ [33, 259, 172, 60],
+ [33, 259, 172, 40],
+ [33, 97, 172, 60],
+ [33, 97, 172, 40],
+ [19, 313, 200, 20],
+ [19, 151, 200, 20]
+ ]
+ }
+ ]
+}

Powered by Google App Engine
This is Rietveld 408576698