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

Unified Diff: LayoutTests/platform/win-xp/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/win-xp/fast/repaint/inline-outline-repaint-expected.txt
diff --git a/LayoutTests/platform/win-xp/fast/repaint/inline-outline-repaint-expected.txt b/LayoutTests/platform/win-xp/fast/repaint/inline-outline-repaint-expected.txt
index 08541c12a1cd273761fa565cb6373db2e8a5dc30..b10d849f35ec86fb2b48348ab117a41934d5a76e 100644
--- a/LayoutTests/platform/win-xp/fast/repaint/inline-outline-repaint-expected.txt
+++ b/LayoutTests/platform/win-xp/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 93.00 174.00 3.00 22.00)
- (rect 93.00 174.00 3.00 22.00)
- (rect 93.00 174.00 3.00 22.00)
- (rect 89.00 174.00 3.00 22.00)
- (rect 89.00 174.00 3.00 22.00)
- (rect 85.00 174.00 3.00 22.00)
- (rect 85.00 174.00 3.00 22.00)
- (rect 78.00 174.00 3.00 22.00)
- (rect 78.00 174.00 3.00 22.00)
- (rect 67.00 174.00 3.00 22.00)
- (rect 67.00 174.00 3.00 22.00)
- (rect 60.00 174.00 3.00 22.00)
- (rect 60.00 174.00 3.00 22.00)
- (rect 56.00 174.00 3.00 22.00)
- (rect 56.00 174.00 3.00 22.00)
- (rect 56.00 174.00 3.00 22.00)
- (rect 56.00 174.00 3.00 22.00)
- (rect 52.00 174.00 3.00 22.00)
- (rect 52.00 174.00 3.00 22.00)
- (rect 49.00 174.00 3.00 22.00)
- (rect 49.00 174.00 3.00 22.00)
- (rect 43.00 174.00 3.00 22.00)
- (rect 39.00 174.00 3.00 22.00)
- (rect 39.00 174.00 3.00 22.00)
- (rect 5.00 153.00 103.00 45.00)
- (rect 5.00 153.00 103.00 45.00)
- (rect 5.00 153.00 103.00 45.00)
- (rect 5.00 153.00 103.00 45.00)
- (rect 5.00 153.00 103.00 45.00)
- (rect 5.00 153.00 103.00 45.00)
- (rect 5.00 153.00 103.00 45.00)
- (rect 5.00 153.00 103.00 45.00)
- (rect 5.00 153.00 103.00 45.00)
- (rect 5.00 153.00 103.00 45.00)
- (rect 5.00 153.00 103.00 45.00)
- (rect 5.00 153.00 103.00 45.00)
- (rect 5.00 153.00 103.00 45.00)
- (rect 5.00 153.00 103.00 45.00)
- (rect 5.00 153.00 103.00 45.00)
- )
- )
- )
-)
+{
+ "bounds": [800, 600],
+ "children": [
+ {
+ "bounds": [800, 600],
+ "contentsOpaque": true,
+ "drawsContent": true,
+ "repaintRects": [
+ [93, 174, 3, 22],
+ [93, 174, 3, 22],
+ [93, 174, 3, 22],
+ [89, 174, 3, 22],
+ [89, 174, 3, 22],
+ [85, 174, 3, 22],
+ [85, 174, 3, 22],
+ [78, 174, 3, 22],
+ [78, 174, 3, 22],
+ [67, 174, 3, 22],
+ [67, 174, 3, 22],
+ [60, 174, 3, 22],
+ [60, 174, 3, 22],
+ [56, 174, 3, 22],
+ [56, 174, 3, 22],
+ [56, 174, 3, 22],
+ [56, 174, 3, 22],
+ [52, 174, 3, 22],
+ [52, 174, 3, 22],
+ [49, 174, 3, 22],
+ [49, 174, 3, 22],
+ [43, 174, 3, 22],
+ [39, 174, 3, 22],
+ [39, 174, 3, 22],
+ [5, 153, 103, 45],
+ [5, 153, 103, 45],
+ [5, 153, 103, 45],
+ [5, 153, 103, 45],
+ [5, 153, 103, 45],
+ [5, 153, 103, 45],
+ [5, 153, 103, 45],
+ [5, 153, 103, 45],
+ [5, 153, 103, 45],
+ [5, 153, 103, 45],
+ [5, 153, 103, 45],
+ [5, 153, 103, 45],
+ [5, 153, 103, 45],
+ [5, 153, 103, 45],
+ [5, 153, 103, 45]
+ ]
+ }
+ ]
+}

Powered by Google App Engine
This is Rietveld 408576698