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

Unified Diff: LayoutTests/fast/repaint/repaint-table-row-in-composited-document-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/repaint-table-row-in-composited-document-expected.txt
diff --git a/LayoutTests/fast/repaint/repaint-table-row-in-composited-document-expected.txt b/LayoutTests/fast/repaint/repaint-table-row-in-composited-document-expected.txt
index cbcff232b0b5c1011196d3ccec692adaf7780de4..5517aade0b3b50bb38245d748dad429732fcd815 100644
--- a/LayoutTests/fast/repaint/repaint-table-row-in-composited-document-expected.txt
+++ b/LayoutTests/fast/repaint/repaint-table-row-in-composited-document-expected.txt
@@ -1,26 +1,26 @@
-(GraphicsLayer
- (bounds 800.00 600.00)
- (children 1
- (GraphicsLayer
- (bounds 800.00 600.00)
- (contentsOpaque 1)
- (drawsContent 1)
- (repaint rects
- (rect 256.00 306.00 204.00 104.00)
- (rect 256.00 156.00 204.00 104.00)
- (rect 52.00 306.00 202.00 104.00)
- (rect 52.00 156.00 202.00 104.00)
- (rect 52.00 52.00 202.00 252.00)
- (rect 52.00 52.00 202.00 102.00)
- (rect 50.00 306.00 412.00 104.00)
- (rect 50.00 262.00 700.00 150.00)
- (rect 50.00 262.00 412.00 150.00)
- (rect 50.00 262.00 412.00 150.00)
- (rect 50.00 156.00 412.00 104.00)
- (rect 50.00 154.00 412.00 150.00)
- (rect 0.00 312.00 800.00 150.00)
- )
- )
- )
-)
+{
+ "bounds": [800, 600],
+ "children": [
+ {
+ "bounds": [800, 600],
+ "contentsOpaque": true,
+ "drawsContent": true,
+ "repaintRects": [
+ [256, 306, 204, 104],
+ [256, 156, 204, 104],
+ [52, 306, 202, 104],
+ [52, 156, 202, 104],
+ [52, 52, 202, 252],
+ [52, 52, 202, 102],
+ [50, 306, 412, 104],
+ [50, 262, 700, 150],
+ [50, 262, 412, 150],
+ [50, 262, 412, 150],
+ [50, 156, 412, 104],
+ [50, 154, 412, 150],
+ [0, 312, 800, 150]
+ ]
+ }
+ ]
+}

Powered by Google App Engine
This is Rietveld 408576698