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

Unified Diff: LayoutTests/platform/linux/compositing/overflow/textarea-scroll-touch-expected.txt

Issue 348583003: 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/compositing/overflow/textarea-scroll-touch-expected.txt
diff --git a/LayoutTests/platform/linux/compositing/overflow/textarea-scroll-touch-expected.txt b/LayoutTests/platform/linux/compositing/overflow/textarea-scroll-touch-expected.txt
index 20da046d02b390e88f0a713adf3199b486b8f35f..5c51f750b38a192341841a02244bf2a37d6d3510 100644
--- a/LayoutTests/platform/linux/compositing/overflow/textarea-scroll-touch-expected.txt
+++ b/LayoutTests/platform/linux/compositing/overflow/textarea-scroll-touch-expected.txt
@@ -1,82 +1,84 @@
-(GraphicsLayer
- (bounds 800.00 600.00)
- (children 1
- (GraphicsLayer
- (bounds 800.00 600.00)
- (contentsOpaque 1)
- (drawsContent 1)
- (children 2
- (GraphicsLayer
- (position 18.00 18.00)
- (bounds 206.00 126.00)
- (contentsOpaque 1)
- (drawsContent 1)
- (backgroundColor #CCCCCC)
- (children 3
- (GraphicsLayer
- (position 1.00 1.00)
- (bounds 189.00 124.00)
- (children 1
- (GraphicsLayer
- (bounds 189.00 328.00)
- (shouldFlattenTransform 0)
- (drawsContent 1)
- (children 1
- (GraphicsLayer
- )
- )
- )
- )
- )
- (GraphicsLayer
- (position 190.00 1.00)
- (bounds 15.00 109.00)
- (drawsContent 1)
- )
- (GraphicsLayer
- (position 190.00 110.00)
- (bounds 15.00 15.00)
- (drawsContent 1)
- )
- )
- )
- (GraphicsLayer
- (position 248.00 18.00)
- (bounds 206.00 126.00)
- (contentsOpaque 1)
- (drawsContent 1)
- (backgroundColor #CCCCCC)
- (children 3
- (GraphicsLayer
- (position 1.00 1.00)
- (bounds 189.00 124.00)
- (children 1
- (GraphicsLayer
- (bounds 189.00 328.00)
- (shouldFlattenTransform 0)
- (drawsContent 1)
- (children 1
- (GraphicsLayer
- )
- )
- )
- )
- )
- (GraphicsLayer
- (position 190.00 1.00)
- (bounds 15.00 109.00)
- (drawsContent 1)
- )
- (GraphicsLayer
- (position 190.00 110.00)
- (bounds 15.00 15.00)
- (drawsContent 1)
- )
- )
- )
- )
- )
- )
-)
+{
+ "bounds": [800, 600],
+ "children": [
+ {
+ "bounds": [800, 600],
+ "contentsOpaque": true,
+ "drawsContent": true,
+ "children": [
+ {
+ "position": [18, 18],
+ "bounds": [206, 126],
+ "contentsOpaque": true,
+ "drawsContent": true,
+ "backgroundColor": "#CCCCCC",
+ "children": [
+ {
+ "position": [1, 1],
+ "bounds": [189, 124],
+ "children": [
+ {
+ "bounds": [189, 328],
+ "shouldFlattenTransform": false,
+ "drawsContent": true,
+ "children": [
+ {
+
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "position": [190, 1],
+ "bounds": [15, 109],
+ "drawsContent": true
+ },
+ {
+ "position": [190, 110],
+ "bounds": [15, 15],
+ "drawsContent": true
+ }
+ ]
+ },
+ {
+ "position": [248, 18],
+ "bounds": [206, 126],
+ "contentsOpaque": true,
+ "drawsContent": true,
+ "backgroundColor": "#CCCCCC",
+ "children": [
+ {
+ "position": [1, 1],
+ "bounds": [189, 124],
+ "children": [
+ {
+ "bounds": [189, 328],
+ "shouldFlattenTransform": false,
+ "drawsContent": true,
+ "children": [
+ {
+
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "position": [190, 1],
+ "bounds": [15, 109],
+ "drawsContent": true
+ },
+ {
+ "position": [190, 110],
+ "bounds": [15, 15],
+ "drawsContent": true
+ }
+ ]
+ }
+ ]
+ }
+ ]
+}

Powered by Google App Engine
This is Rietveld 408576698