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

Unified Diff: LayoutTests/fast/repaint/make-children-non-inline-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/fast/repaint/make-children-non-inline-expected.txt
diff --git a/LayoutTests/fast/repaint/make-children-non-inline-expected.txt b/LayoutTests/fast/repaint/make-children-non-inline-expected.txt
index dcefb6e6b446d7687abe6a9cc5bca889e4d00fe5..aa9b9e9cd6b8efa73f0e3538a555e451b18ee9ea 100644
--- a/LayoutTests/fast/repaint/make-children-non-inline-expected.txt
+++ b/LayoutTests/fast/repaint/make-children-non-inline-expected.txt
@@ -1,18 +1,18 @@
-(GraphicsLayer
- (bounds 800.00 600.00)
- (children 1
- (GraphicsLayer
- (bounds 800.00 600.00)
- (contentsOpaque 1)
- (drawsContent 1)
- (repaint rects
- (rect 8.00 250.00 784.00 72.00)
- (rect 8.00 222.00 784.00 100.00)
- (rect 8.00 150.00 10.00 100.00)
- (rect 8.00 60.00 784.00 162.00)
- (rect 8.00 60.00 784.00 90.00)
- )
- )
- )
-)
+{
+ "bounds": [800, 600],
+ "children": [
+ {
+ "bounds": [800, 600],
+ "contentsOpaque": true,
+ "drawsContent": true,
+ "repaintRects": [
+ [8, 250, 784, 72],
+ [8, 222, 784, 100],
+ [8, 150, 10, 100],
+ [8, 60, 784, 162],
+ [8, 60, 784, 90]
+ ]
+ }
+ ]
+}

Powered by Google App Engine
This is Rietveld 408576698