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

Unified Diff: LayoutTests/platform/win/fast/repaint/float-overflow-right-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/fast/repaint/float-overflow-right-expected.txt
diff --git a/LayoutTests/platform/win/fast/repaint/float-overflow-right-expected.txt b/LayoutTests/platform/win/fast/repaint/float-overflow-right-expected.txt
index d1cb6dc5a55a3762ab03538304338ea427f119f2..e7b0d3ac21d29de6a06813004e2bdcc3ae52cb81 100644
--- a/LayoutTests/platform/win/fast/repaint/float-overflow-right-expected.txt
+++ b/LayoutTests/platform/win/fast/repaint/float-overflow-right-expected.txt
@@ -1,41 +1,41 @@
-(GraphicsLayer
- (bounds 800.00 600.00)
- (children 1
- (GraphicsLayer
- (bounds 800.00 600.00)
- (contentsOpaque 1)
- (drawsContent 1)
- (repaint rects
- (rect 681.00 327.00 61.00 28.00)
- (rect 681.00 321.00 61.00 28.00)
- (rect 681.00 288.00 58.00 28.00)
- (rect 681.00 282.00 58.00 28.00)
- (rect 677.00 537.00 64.00 36.00)
- (rect 677.00 531.00 64.00 36.00)
- (rect 677.00 498.00 64.00 23.00)
- (rect 677.00 492.00 64.00 23.00)
- (rect 677.00 459.00 62.00 22.00)
- (rect 677.00 453.00 62.00 22.00)
- (rect 677.00 420.00 62.00 22.00)
- (rect 677.00 414.00 62.00 22.00)
- (rect 677.00 249.00 64.00 23.00)
- (rect 677.00 243.00 64.00 23.00)
- (rect 677.00 210.00 64.00 23.00)
- (rect 677.00 204.00 64.00 23.00)
- (rect 677.00 171.00 64.00 23.00)
- (rect 677.00 165.00 64.00 23.00)
- (rect 677.00 132.00 64.00 23.00)
- (rect 677.00 126.00 64.00 23.00)
- (rect 677.00 93.00 66.00 23.00)
- (rect 677.00 87.00 66.00 23.00)
- (rect 677.00 54.00 66.00 23.00)
- (rect 677.00 48.00 66.00 23.00)
- (rect 677.00 15.00 62.00 23.00)
- (rect 677.00 9.00 62.00 23.00)
- (rect 11.00 366.00 778.00 28.00)
- (rect 11.00 360.00 778.00 28.00)
- )
- )
- )
-)
+{
+ "bounds": [800, 600],
+ "children": [
+ {
+ "bounds": [800, 600],
+ "contentsOpaque": true,
+ "drawsContent": true,
+ "repaintRects": [
+ [681, 327, 61, 28],
+ [681, 321, 61, 28],
+ [681, 288, 58, 28],
+ [681, 282, 58, 28],
+ [677, 537, 64, 36],
+ [677, 531, 64, 36],
+ [677, 498, 64, 23],
+ [677, 492, 64, 23],
+ [677, 459, 62, 22],
+ [677, 453, 62, 22],
+ [677, 420, 62, 22],
+ [677, 414, 62, 22],
+ [677, 249, 64, 23],
+ [677, 243, 64, 23],
+ [677, 210, 64, 23],
+ [677, 204, 64, 23],
+ [677, 171, 64, 23],
+ [677, 165, 64, 23],
+ [677, 132, 64, 23],
+ [677, 126, 64, 23],
+ [677, 93, 66, 23],
+ [677, 87, 66, 23],
+ [677, 54, 66, 23],
+ [677, 48, 66, 23],
+ [677, 15, 62, 23],
+ [677, 9, 62, 23],
+ [11, 366, 778, 28],
+ [11, 360, 778, 28]
+ ]
+ }
+ ]
+}

Powered by Google App Engine
This is Rietveld 408576698