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

Unified Diff: LayoutTests/platform/mac/fast/repaint/inline-outline-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/mac/fast/repaint/inline-outline-repaint-expected.txt
diff --git a/LayoutTests/platform/mac/fast/repaint/inline-outline-repaint-expected.txt b/LayoutTests/platform/mac/fast/repaint/inline-outline-repaint-expected.txt
index e1ed59210bf010c07731b6da39948b4f25fe2282..e858c3b25687b90355a69cfa7dc150a380c75dc0 100644
--- a/LayoutTests/platform/mac/fast/repaint/inline-outline-repaint-expected.txt
+++ b/LayoutTests/platform/mac/fast/repaint/inline-outline-repaint-expected.txt
@@ -1,52 +1,52 @@
-(GraphicsLayer
- (bounds 800.00 600.00)
- (children 1
- (GraphicsLayer
- (bounds 800.00 600.00)
- (contentsOpaque 1)
- (drawsContent 1)
- (repaint rects
- (rect 96.00 183.00 3.00 20.00)
- (rect 96.00 183.00 3.00 20.00)
- (rect 96.00 183.00 3.00 20.00)
- (rect 92.00 183.00 3.00 20.00)
- (rect 92.00 183.00 3.00 20.00)
- (rect 88.00 183.00 3.00 20.00)
- (rect 88.00 183.00 3.00 20.00)
- (rect 81.00 183.00 3.00 20.00)
- (rect 81.00 183.00 3.00 20.00)
- (rect 69.00 183.00 3.00 20.00)
- (rect 69.00 183.00 3.00 20.00)
- (rect 62.00 183.00 3.00 20.00)
- (rect 62.00 183.00 3.00 20.00)
- (rect 58.00 183.00 3.00 20.00)
- (rect 58.00 183.00 3.00 20.00)
- (rect 58.00 183.00 3.00 20.00)
- (rect 58.00 183.00 3.00 20.00)
- (rect 54.00 183.00 3.00 20.00)
- (rect 54.00 183.00 3.00 20.00)
- (rect 50.00 183.00 3.00 20.00)
- (rect 50.00 183.00 3.00 20.00)
- (rect 44.00 183.00 3.00 20.00)
- (rect 40.00 183.00 3.00 20.00)
- (rect 40.00 183.00 3.00 20.00)
- (rect 5.00 163.00 103.00 42.00)
- (rect 5.00 163.00 103.00 42.00)
- (rect 5.00 163.00 103.00 42.00)
- (rect 5.00 163.00 103.00 42.00)
- (rect 5.00 163.00 103.00 42.00)
- (rect 5.00 163.00 103.00 42.00)
- (rect 5.00 163.00 103.00 42.00)
- (rect 5.00 163.00 103.00 42.00)
- (rect 5.00 163.00 103.00 42.00)
- (rect 5.00 163.00 103.00 42.00)
- (rect 5.00 163.00 103.00 42.00)
- (rect 5.00 163.00 103.00 42.00)
- (rect 5.00 163.00 103.00 42.00)
- (rect 5.00 163.00 103.00 42.00)
- (rect 5.00 163.00 103.00 42.00)
- )
- )
- )
-)
+{
+ "bounds": [800, 600],
+ "children": [
+ {
+ "bounds": [800, 600],
+ "contentsOpaque": true,
+ "drawsContent": true,
+ "repaintRects": [
+ [96, 183, 3, 20],
+ [96, 183, 3, 20],
+ [96, 183, 3, 20],
+ [92, 183, 3, 20],
+ [92, 183, 3, 20],
+ [88, 183, 3, 20],
+ [88, 183, 3, 20],
+ [81, 183, 3, 20],
+ [81, 183, 3, 20],
+ [69, 183, 3, 20],
+ [69, 183, 3, 20],
+ [62, 183, 3, 20],
+ [62, 183, 3, 20],
+ [58, 183, 3, 20],
+ [58, 183, 3, 20],
+ [58, 183, 3, 20],
+ [58, 183, 3, 20],
+ [54, 183, 3, 20],
+ [54, 183, 3, 20],
+ [50, 183, 3, 20],
+ [50, 183, 3, 20],
+ [44, 183, 3, 20],
+ [40, 183, 3, 20],
+ [40, 183, 3, 20],
+ [5, 163, 103, 42],
+ [5, 163, 103, 42],
+ [5, 163, 103, 42],
+ [5, 163, 103, 42],
+ [5, 163, 103, 42],
+ [5, 163, 103, 42],
+ [5, 163, 103, 42],
+ [5, 163, 103, 42],
+ [5, 163, 103, 42],
+ [5, 163, 103, 42],
+ [5, 163, 103, 42],
+ [5, 163, 103, 42],
+ [5, 163, 103, 42],
+ [5, 163, 103, 42],
+ [5, 163, 103, 42]
+ ]
+ }
+ ]
+}

Powered by Google App Engine
This is Rietveld 408576698