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

Unified Diff: LayoutTests/platform/win/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/win/fast/repaint/table-collapsed-border-expected.txt
diff --git a/LayoutTests/platform/win/fast/repaint/table-collapsed-border-expected.txt b/LayoutTests/platform/win/fast/repaint/table-collapsed-border-expected.txt
index 34eeab7270d7642f5489b68dbed2e42f51ef4678..272755f74d4f35117255a06e9b0ab2b6d97f70ae 100644
--- a/LayoutTests/platform/win/fast/repaint/table-collapsed-border-expected.txt
+++ b/LayoutTests/platform/win/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 83.00 268.00 26.00 76.00)
- (rect 79.00 316.00 26.00 24.00)
- (rect 79.00 296.00 26.00 20.00)
- (rect 79.00 272.00 26.00 68.00)
- (rect 79.00 272.00 26.00 24.00)
- (rect 79.00 144.00 26.00 24.00)
- (rect 79.00 124.00 26.00 20.00)
- (rect 79.00 100.00 26.00 24.00)
- (rect 22.00 316.00 87.00 28.00)
- (rect 22.00 316.00 61.00 28.00)
- (rect 22.00 296.00 87.00 20.00)
- (rect 22.00 296.00 61.00 20.00)
- (rect 22.00 268.00 87.00 28.00)
- (rect 22.00 268.00 61.00 28.00)
- (rect 22.00 210.00 96.00 20.00)
- (rect 22.00 210.00 96.00 20.00)
- (rect 22.00 144.00 87.00 28.00)
- (rect 22.00 144.00 61.00 28.00)
- (rect 22.00 124.00 87.00 20.00)
- (rect 22.00 124.00 87.00 20.00)
- (rect 22.00 96.00 87.00 28.00)
- (rect 22.00 96.00 61.00 28.00)
- (rect 12.00 186.00 102.00 68.00)
- (rect 12.00 100.00 93.00 68.00)
- (rect 12.00 100.00 67.00 68.00)
- (rect 8.00 182.00 110.00 76.00)
- (rect 8.00 96.00 101.00 76.00)
- (rect 8.00 96.00 75.00 76.00)
- (rect 8.00 10.00 97.00 76.00)
- (rect 8.00 10.00 97.00 76.00)
- )
- )
- )
-)
+{
+ "bounds": [800, 600],
+ "children": [
+ {
+ "bounds": [800, 600],
+ "contentsOpaque": true,
+ "drawsContent": true,
+ "repaintRects": [
+ [83, 268, 26, 76],
+ [79, 316, 26, 24],
+ [79, 296, 26, 20],
+ [79, 272, 26, 68],
+ [79, 272, 26, 24],
+ [79, 144, 26, 24],
+ [79, 124, 26, 20],
+ [79, 100, 26, 24],
+ [22, 316, 87, 28],
+ [22, 316, 61, 28],
+ [22, 296, 87, 20],
+ [22, 296, 61, 20],
+ [22, 268, 87, 28],
+ [22, 268, 61, 28],
+ [22, 210, 96, 20],
+ [22, 210, 96, 20],
+ [22, 144, 87, 28],
+ [22, 144, 61, 28],
+ [22, 124, 87, 20],
+ [22, 124, 87, 20],
+ [22, 96, 87, 28],
+ [22, 96, 61, 28],
+ [12, 186, 102, 68],
+ [12, 100, 93, 68],
+ [12, 100, 67, 68],
+ [8, 182, 110, 76],
+ [8, 96, 101, 76],
+ [8, 96, 75, 76],
+ [8, 10, 97, 76],
+ [8, 10, 97, 76]
+ ]
+ }
+ ]
+}

Powered by Google App Engine
This is Rietveld 408576698