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

Unified Diff: LayoutTests/platform/win/css3/flexbox/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/css3/flexbox/repaint-expected.txt
diff --git a/LayoutTests/platform/win/css3/flexbox/repaint-expected.txt b/LayoutTests/platform/win/css3/flexbox/repaint-expected.txt
index 1d05063cb5df85a2e10021346a991390f616423d..889174068bb3e6f9b520f525d071f844ffb01ecf 100644
--- a/LayoutTests/platform/win/css3/flexbox/repaint-expected.txt
+++ b/LayoutTests/platform/win/css3/flexbox/repaint-expected.txt
@@ -1,31 +1,31 @@
-(GraphicsLayer
- (bounds 800.00 600.00)
- (children 1
- (GraphicsLayer
- (bounds 800.00 600.00)
- (contentsOpaque 1)
- (drawsContent 1)
- (repaint rects
- (rect 400.00 116.00 392.00 162.00)
- (rect 400.00 116.00 392.00 162.00)
- (rect 148.00 116.00 644.00 108.00)
- (rect 148.00 116.00 644.00 108.00)
- (rect 148.00 116.00 644.00 108.00)
- (rect 148.00 116.00 644.00 108.00)
- (rect 148.00 116.00 252.00 162.00)
- (rect 139.00 116.00 653.00 90.00)
- (rect 139.00 116.00 653.00 90.00)
- (rect 139.00 116.00 9.00 108.00)
- (rect 8.00 224.00 784.00 54.00)
- (rect 8.00 224.00 784.00 54.00)
- (rect 8.00 224.00 392.00 54.00)
- (rect 8.00 206.00 784.00 18.00)
- (rect 8.00 206.00 784.00 18.00)
- (rect 8.00 206.00 140.00 18.00)
- (rect 0.00 232.00 800.00 54.00)
- (rect 0.00 214.00 800.00 18.00)
- )
- )
- )
-)
+{
+ "bounds": [800, 600],
+ "children": [
+ {
+ "bounds": [800, 600],
+ "contentsOpaque": true,
+ "drawsContent": true,
+ "repaintRects": [
+ [400, 116, 392, 162],
+ [400, 116, 392, 162],
+ [148, 116, 644, 108],
+ [148, 116, 644, 108],
+ [148, 116, 644, 108],
+ [148, 116, 644, 108],
+ [148, 116, 252, 162],
+ [139, 116, 653, 90],
+ [139, 116, 653, 90],
+ [139, 116, 9, 108],
+ [8, 224, 784, 54],
+ [8, 224, 784, 54],
+ [8, 224, 392, 54],
+ [8, 206, 784, 18],
+ [8, 206, 784, 18],
+ [8, 206, 140, 18],
+ [0, 232, 800, 54],
+ [0, 214, 800, 18]
+ ]
+ }
+ ]
+}

Powered by Google App Engine
This is Rietveld 408576698