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

Unified Diff: LayoutTests/platform/win-xp/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-xp/fast/repaint/table-collapsed-border-expected.txt
diff --git a/LayoutTests/platform/win-xp/fast/repaint/table-collapsed-border-expected.txt b/LayoutTests/platform/win-xp/fast/repaint/table-collapsed-border-expected.txt
index c8086e3adc5e23af35210f88bebea96065a1291d..f12cbca766832b3635f6863ca9af184e37ae4d0a 100644
--- a/LayoutTests/platform/win-xp/fast/repaint/table-collapsed-border-expected.txt
+++ b/LayoutTests/platform/win-xp/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 78.00 286.00 25.00 82.00)
- (rect 74.00 338.00 25.00 26.00)
- (rect 74.00 316.00 25.00 22.00)
- (rect 74.00 290.00 25.00 74.00)
- (rect 74.00 290.00 25.00 26.00)
- (rect 74.00 154.00 25.00 26.00)
- (rect 74.00 132.00 25.00 22.00)
- (rect 74.00 106.00 25.00 26.00)
- (rect 22.00 338.00 81.00 30.00)
- (rect 22.00 338.00 56.00 30.00)
- (rect 22.00 316.00 81.00 22.00)
- (rect 22.00 316.00 56.00 22.00)
- (rect 22.00 286.00 81.00 30.00)
- (rect 22.00 286.00 56.00 30.00)
- (rect 22.00 224.00 89.00 22.00)
- (rect 22.00 224.00 89.00 22.00)
- (rect 22.00 154.00 81.00 30.00)
- (rect 22.00 154.00 56.00 30.00)
- (rect 22.00 132.00 81.00 22.00)
- (rect 22.00 132.00 81.00 22.00)
- (rect 22.00 102.00 81.00 30.00)
- (rect 22.00 102.00 56.00 30.00)
- (rect 12.00 198.00 95.00 74.00)
- (rect 12.00 106.00 87.00 74.00)
- (rect 12.00 106.00 62.00 74.00)
- (rect 8.00 194.00 103.00 82.00)
- (rect 8.00 102.00 95.00 82.00)
- (rect 8.00 102.00 70.00 82.00)
- (rect 8.00 10.00 91.00 82.00)
- (rect 8.00 10.00 91.00 82.00)
- )
- )
- )
-)
+{
+ "bounds": [800, 600],
+ "children": [
+ {
+ "bounds": [800, 600],
+ "contentsOpaque": true,
+ "drawsContent": true,
+ "repaintRects": [
+ [78, 286, 25, 82],
+ [74, 338, 25, 26],
+ [74, 316, 25, 22],
+ [74, 290, 25, 74],
+ [74, 290, 25, 26],
+ [74, 154, 25, 26],
+ [74, 132, 25, 22],
+ [74, 106, 25, 26],
+ [22, 338, 81, 30],
+ [22, 338, 56, 30],
+ [22, 316, 81, 22],
+ [22, 316, 56, 22],
+ [22, 286, 81, 30],
+ [22, 286, 56, 30],
+ [22, 224, 89, 22],
+ [22, 224, 89, 22],
+ [22, 154, 81, 30],
+ [22, 154, 56, 30],
+ [22, 132, 81, 22],
+ [22, 132, 81, 22],
+ [22, 102, 81, 30],
+ [22, 102, 56, 30],
+ [12, 198, 95, 74],
+ [12, 106, 87, 74],
+ [12, 106, 62, 74],
+ [8, 194, 103, 82],
+ [8, 102, 95, 82],
+ [8, 102, 70, 82],
+ [8, 10, 91, 82],
+ [8, 10, 91, 82]
+ ]
+ }
+ ]
+}

Powered by Google App Engine
This is Rietveld 408576698