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

Unified Diff: LayoutTests/css3/flexbox/repaint-rtl-column-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/css3/flexbox/repaint-rtl-column-expected.txt
diff --git a/LayoutTests/css3/flexbox/repaint-rtl-column-expected.txt b/LayoutTests/css3/flexbox/repaint-rtl-column-expected.txt
index 15870a14909701e34634177b4d566994b30854b5..9112b784d49fb04ec3217e9f552c67be5c5f59ea 100644
--- a/LayoutTests/css3/flexbox/repaint-rtl-column-expected.txt
+++ b/LayoutTests/css3/flexbox/repaint-rtl-column-expected.txt
@@ -1,29 +1,29 @@
-(GraphicsLayer
- (bounds 800.00 600.00)
- (children 1
- (GraphicsLayer
- (bounds 800.00 600.00)
- (contentsOpaque 1)
- (drawsContent 1)
- (repaint rects
- (rect 13.00 218.00 190.00 350.00)
- (rect 13.00 125.00 190.00 350.00)
- (rect 13.00 125.00 190.00 350.00)
- (rect 13.00 121.00 190.00 350.00)
- (rect 8.00 475.00 784.00 93.00)
- (rect 8.00 475.00 200.00 93.00)
- (rect 8.00 471.00 784.00 4.00)
- (rect 8.00 471.00 200.00 4.00)
- (rect 8.00 213.00 200.00 355.00)
- (rect 8.00 120.00 200.00 355.00)
- (rect 8.00 120.00 200.00 355.00)
- (rect 8.00 120.00 200.00 93.00)
- (rect 8.00 116.00 200.00 355.00)
- (rect 8.00 116.00 200.00 4.00)
- (rect 0.00 475.00 800.00 93.00)
- (rect 0.00 471.00 800.00 4.00)
- )
- )
- )
-)
+{
+ "bounds": [800, 600],
+ "children": [
+ {
+ "bounds": [800, 600],
+ "contentsOpaque": true,
+ "drawsContent": true,
+ "repaintRects": [
+ [13, 218, 190, 350],
+ [13, 125, 190, 350],
+ [13, 125, 190, 350],
+ [13, 121, 190, 350],
+ [8, 475, 784, 93],
+ [8, 475, 200, 93],
+ [8, 471, 784, 4],
+ [8, 471, 200, 4],
+ [8, 213, 200, 355],
+ [8, 120, 200, 355],
+ [8, 120, 200, 355],
+ [8, 120, 200, 93],
+ [8, 116, 200, 355],
+ [8, 116, 200, 4],
+ [0, 475, 800, 93],
+ [0, 471, 800, 4]
+ ]
+ }
+ ]
+}

Powered by Google App Engine
This is Rietveld 408576698