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

Unified Diff: LayoutTests/platform/mac/fast/repaint/table-collapsed-border-expected.txt

Issue 331713005: 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/mac/fast/repaint/table-collapsed-border-expected.txt
diff --git a/LayoutTests/platform/mac/fast/repaint/table-collapsed-border-expected.txt b/LayoutTests/platform/mac/fast/repaint/table-collapsed-border-expected.txt
index 546865000d05820b7895cadd4f8d82ce75b68d9a..c76d2d9eb5ba4f3eaef2d335f9fbc5bda96992c5 100644
--- a/LayoutTests/platform/mac/fast/repaint/table-collapsed-border-expected.txt
+++ b/LayoutTests/platform/mac/fast/repaint/table-collapsed-border-expected.txt
@@ -1,43 +1,43 @@
-(GraphicsLayer
- (bounds 800.00 600.00)
- (children 1
- (GraphicsLayer
- (bounds 800.00 600.00)
- (contentsOpaque 1)
- (drawsContent 1)
- (repaint rects
- (rect 80.00 268.00 27.00 76.00)
- (rect 76.00 316.00 27.00 24.00)
- (rect 76.00 296.00 27.00 20.00)
- (rect 76.00 272.00 27.00 68.00)
- (rect 76.00 272.00 27.00 24.00)
- (rect 76.00 144.00 27.00 24.00)
- (rect 76.00 124.00 27.00 20.00)
- (rect 76.00 100.00 27.00 24.00)
- (rect 22.00 316.00 85.00 28.00)
- (rect 22.00 316.00 58.00 28.00)
- (rect 22.00 296.00 85.00 20.00)
- (rect 22.00 296.00 58.00 20.00)
- (rect 22.00 268.00 85.00 28.00)
- (rect 22.00 268.00 58.00 28.00)
- (rect 22.00 210.00 94.00 20.00)
- (rect 22.00 210.00 94.00 20.00)
- (rect 22.00 144.00 85.00 28.00)
- (rect 22.00 144.00 58.00 28.00)
- (rect 22.00 124.00 85.00 20.00)
- (rect 22.00 124.00 85.00 20.00)
- (rect 22.00 96.00 85.00 28.00)
- (rect 22.00 96.00 58.00 28.00)
- (rect 12.00 186.00 100.00 68.00)
- (rect 12.00 100.00 91.00 68.00)
- (rect 12.00 100.00 64.00 68.00)
- (rect 8.00 182.00 108.00 76.00)
- (rect 8.00 96.00 99.00 76.00)
- (rect 8.00 96.00 72.00 76.00)
- (rect 8.00 10.00 95.00 76.00)
- (rect 8.00 10.00 95.00 76.00)
- )
- )
- )
-)
+{
+ "bounds": [800, 600],
+ "children": [
+ {
+ "bounds": [800, 600],
+ "contentsOpaque": true,
+ "drawsContent": true,
+ "repaintRects": [
+ [80, 268, 27, 76],
+ [76, 316, 27, 24],
+ [76, 296, 27, 20],
+ [76, 272, 27, 68],
+ [76, 272, 27, 24],
+ [76, 144, 27, 24],
+ [76, 124, 27, 20],
+ [76, 100, 27, 24],
+ [22, 316, 85, 28],
+ [22, 316, 58, 28],
+ [22, 296, 85, 20],
+ [22, 296, 58, 20],
+ [22, 268, 85, 28],
+ [22, 268, 58, 28],
+ [22, 210, 94, 20],
+ [22, 210, 94, 20],
+ [22, 144, 85, 28],
+ [22, 144, 58, 28],
+ [22, 124, 85, 20],
+ [22, 124, 85, 20],
+ [22, 96, 85, 28],
+ [22, 96, 58, 28],
+ [12, 186, 100, 68],
+ [12, 100, 91, 68],
+ [12, 100, 64, 68],
+ [8, 182, 108, 76],
+ [8, 96, 99, 76],
+ [8, 96, 72, 76],
+ [8, 10, 95, 76],
+ [8, 10, 95, 76]
+ ]
+ }
+ ]
+}

Powered by Google App Engine
This is Rietveld 408576698