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

Unified Diff: LayoutTests/platform/win/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/fast/repaint/inline-outline-repaint-expected.txt
diff --git a/LayoutTests/platform/win/fast/repaint/inline-outline-repaint-expected.txt b/LayoutTests/platform/win/fast/repaint/inline-outline-repaint-expected.txt
index f47f469b6a21ddc92b260b208fce8bec70c068f1..5b8cf6a13feb34547e7ca60f7ba4fe91645d2f83 100644
--- a/LayoutTests/platform/win/fast/repaint/inline-outline-repaint-expected.txt
+++ b/LayoutTests/platform/win/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 99.00 182.00 3.00 20.00)
- (rect 99.00 182.00 3.00 20.00)
- (rect 99.00 182.00 3.00 20.00)
- (rect 95.00 182.00 3.00 20.00)
- (rect 95.00 182.00 3.00 20.00)
- (rect 91.00 182.00 3.00 20.00)
- (rect 91.00 182.00 3.00 20.00)
- (rect 83.00 182.00 3.00 20.00)
- (rect 83.00 182.00 3.00 20.00)
- (rect 71.00 182.00 3.00 20.00)
- (rect 71.00 182.00 3.00 20.00)
- (rect 64.00 182.00 3.00 20.00)
- (rect 64.00 182.00 3.00 20.00)
- (rect 60.00 182.00 3.00 20.00)
- (rect 60.00 182.00 3.00 20.00)
- (rect 60.00 182.00 3.00 20.00)
- (rect 60.00 182.00 3.00 20.00)
- (rect 55.00 182.00 3.00 20.00)
- (rect 55.00 182.00 3.00 20.00)
- (rect 51.00 182.00 3.00 20.00)
- (rect 51.00 182.00 3.00 20.00)
- (rect 45.00 182.00 3.00 20.00)
- (rect 41.00 182.00 3.00 20.00)
- (rect 41.00 182.00 3.00 20.00)
- (rect 5.00 163.00 103.00 41.00)
- (rect 5.00 163.00 103.00 41.00)
- (rect 5.00 163.00 103.00 41.00)
- (rect 5.00 163.00 103.00 41.00)
- (rect 5.00 163.00 103.00 41.00)
- (rect 5.00 163.00 103.00 41.00)
- (rect 5.00 163.00 103.00 41.00)
- (rect 5.00 163.00 103.00 41.00)
- (rect 5.00 163.00 103.00 41.00)
- (rect 5.00 163.00 103.00 41.00)
- (rect 5.00 163.00 103.00 41.00)
- (rect 5.00 163.00 103.00 41.00)
- (rect 5.00 163.00 103.00 41.00)
- (rect 5.00 163.00 103.00 41.00)
- (rect 5.00 163.00 103.00 41.00)
- )
- )
- )
-)
+{
+ "bounds": [800, 600],
+ "children": [
+ {
+ "bounds": [800, 600],
+ "contentsOpaque": true,
+ "drawsContent": true,
+ "repaintRects": [
+ [99, 182, 3, 20],
+ [99, 182, 3, 20],
+ [99, 182, 3, 20],
+ [95, 182, 3, 20],
+ [95, 182, 3, 20],
+ [91, 182, 3, 20],
+ [91, 182, 3, 20],
+ [83, 182, 3, 20],
+ [83, 182, 3, 20],
+ [71, 182, 3, 20],
+ [71, 182, 3, 20],
+ [64, 182, 3, 20],
+ [64, 182, 3, 20],
+ [60, 182, 3, 20],
+ [60, 182, 3, 20],
+ [60, 182, 3, 20],
+ [60, 182, 3, 20],
+ [55, 182, 3, 20],
+ [55, 182, 3, 20],
+ [51, 182, 3, 20],
+ [51, 182, 3, 20],
+ [45, 182, 3, 20],
+ [41, 182, 3, 20],
+ [41, 182, 3, 20],
+ [5, 163, 103, 41],
+ [5, 163, 103, 41],
+ [5, 163, 103, 41],
+ [5, 163, 103, 41],
+ [5, 163, 103, 41],
+ [5, 163, 103, 41],
+ [5, 163, 103, 41],
+ [5, 163, 103, 41],
+ [5, 163, 103, 41],
+ [5, 163, 103, 41],
+ [5, 163, 103, 41],
+ [5, 163, 103, 41],
+ [5, 163, 103, 41],
+ [5, 163, 103, 41],
+ [5, 163, 103, 41]
+ ]
+ }
+ ]
+}

Powered by Google App Engine
This is Rietveld 408576698