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

Unified Diff: LayoutTests/platform/linux/fast/repaint/outline-change-invalidation-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/platform/linux/fast/repaint/outline-change-invalidation-expected.txt
diff --git a/LayoutTests/platform/linux/fast/repaint/outline-change-invalidation-expected.txt b/LayoutTests/platform/linux/fast/repaint/outline-change-invalidation-expected.txt
index 0570d2f8c2c637253c69166aa2483a9b0b9e7142..cc6ee315b2256688691442387b29e6c389bc3212 100644
--- a/LayoutTests/platform/linux/fast/repaint/outline-change-invalidation-expected.txt
+++ b/LayoutTests/platform/linux/fast/repaint/outline-change-invalidation-expected.txt
@@ -1,21 +1,21 @@
-(GraphicsLayer
- (bounds 800.00 600.00)
- (children 1
- (GraphicsLayer
- (bounds 800.00 600.00)
- (contentsOpaque 1)
- (drawsContent 1)
- (repaint rects
- (rect 792.00 16.00 5.00 97.00)
- (rect 30.00 88.00 762.00 20.00)
- (rect 30.00 88.00 762.00 20.00)
- (rect 30.00 83.00 767.00 30.00)
- (rect 30.00 83.00 767.00 30.00)
- (rect 8.00 108.00 789.00 5.00)
- (rect 8.00 88.00 784.00 20.00)
- (rect 8.00 83.00 789.00 30.00)
- )
- )
- )
-)
+{
+ "bounds": [800, 600],
+ "children": [
+ {
+ "bounds": [800, 600],
+ "contentsOpaque": true,
+ "drawsContent": true,
+ "repaintRects": [
+ [792, 16, 5, 97],
+ [30, 88, 762, 20],
+ [30, 88, 762, 20],
+ [30, 83, 767, 30],
+ [30, 83, 767, 30],
+ [8, 108, 789, 5],
+ [8, 88, 784, 20],
+ [8, 83, 789, 30]
+ ]
+ }
+ ]
+}

Powered by Google App Engine
This is Rietveld 408576698