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

Unified Diff: LayoutTests/platform/linux/fast/repaint/layout-state-scrolloffset2-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/layout-state-scrolloffset2-expected.txt
diff --git a/LayoutTests/platform/linux/fast/repaint/layout-state-scrolloffset2-expected.txt b/LayoutTests/platform/linux/fast/repaint/layout-state-scrolloffset2-expected.txt
index b11da3e68cd275c5c2bed022ba8977cce1f31344..84bc4317f4e6c015798d94f194dae8dc37de7499 100644
--- a/LayoutTests/platform/linux/fast/repaint/layout-state-scrolloffset2-expected.txt
+++ b/LayoutTests/platform/linux/fast/repaint/layout-state-scrolloffset2-expected.txt
@@ -1,16 +1,16 @@
-(GraphicsLayer
- (bounds 800.00 600.00)
- (children 1
- (GraphicsLayer
- (bounds 800.00 600.00)
- (contentsOpaque 1)
- (drawsContent 1)
- (repaint rects
- (rect 111.00 131.00 50.00 50.00)
- (rect 102.00 122.00 50.00 50.00)
- (rect 101.00 121.00 102.00 102.00)
- )
- )
- )
-)
+{
+ "bounds": [800, 600],
+ "children": [
+ {
+ "bounds": [800, 600],
+ "contentsOpaque": true,
+ "drawsContent": true,
+ "repaintRects": [
+ [111, 131, 50, 50],
+ [102, 122, 50, 50],
+ [101, 121, 102, 102]
+ ]
+ }
+ ]
+}

Powered by Google App Engine
This is Rietveld 408576698