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

Unified Diff: LayoutTests/fast/repaint/border-radius-repaint-2-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/border-radius-repaint-2-expected.txt
diff --git a/LayoutTests/fast/repaint/border-radius-repaint-2-expected.txt b/LayoutTests/fast/repaint/border-radius-repaint-2-expected.txt
index ddc95580509ded24771fb54051abe45a2e40823d..6e4594d735e77c284639c02465a5a72470b9efcc 100644
--- a/LayoutTests/fast/repaint/border-radius-repaint-2-expected.txt
+++ b/LayoutTests/fast/repaint/border-radius-repaint-2-expected.txt
@@ -1,20 +1,20 @@
-(GraphicsLayer
- (bounds 874.00 600.00)
- (children 1
- (GraphicsLayer
- (bounds 874.00 600.00)
- (contentsOpaque 1)
- (drawsContent 1)
- (repaint rects
- (rect 141.00 139.00 600.00 550.00)
- (rect 141.00 139.00 600.00 2.00)
- (rect 138.00 144.00 606.00 548.00)
- (rect 8.00 224.00 866.00 548.00)
- (rect 8.00 8.00 866.00 764.00)
- (rect 8.00 8.00 866.00 216.00)
- (rect 0.00 232.00 874.00 548.00)
- )
- )
- )
-)
+{
+ "bounds": [874, 600],
+ "children": [
+ {
+ "bounds": [874, 600],
+ "contentsOpaque": true,
+ "drawsContent": true,
+ "repaintRects": [
+ [141, 139, 600, 550],
+ [141, 139, 600, 2],
+ [138, 144, 606, 548],
+ [8, 224, 866, 548],
+ [8, 8, 866, 764],
+ [8, 8, 866, 216],
+ [0, 232, 874, 548]
+ ]
+ }
+ ]
+}
« no previous file with comments | « LayoutTests/fast/repaint/border-outline-0-expected.txt ('k') | LayoutTests/fast/repaint/border-radius-repaint-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698