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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/mac/paint/selection/selection-within-composited-scroller-expected.txt

Issue 1372393006: Auto-rebaseline for r351979 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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 unified diff | Download patch
OLDNEW
1 { 1 {
2 "bounds": [800, 600], 2 "bounds": [800, 600],
3 "children": [ 3 "children": [
4 { 4 {
5 "bounds": [800, 600], 5 "bounds": [800, 600],
6 "contentsOpaque": true, 6 "contentsOpaque": true,
7 "drawsContent": true, 7 "drawsContent": true,
8 "paintInvalidationClients": [ 8 "paintInvalidationClients": [
9 "LayoutBlockFlow HTML", 9 "LayoutBlockFlow HTML",
10 "LayoutBlockFlow BODY" 10 "LayoutBlockFlow BODY"
(...skipping 23 matching lines...) Expand all
34 "shouldFlattenTransform": false, 34 "shouldFlattenTransform": false,
35 "drawsContent": true, 35 "drawsContent": true,
36 "repaintRects": [ 36 "repaintRects": [
37 [0, 610, 23, 18] 37 [0, 610, 23, 18]
38 ], 38 ],
39 "paintInvalidationClients": [ 39 "paintInvalidationClients": [
40 "LayoutBlockFlow DIV id='scroller'", 40 "LayoutBlockFlow DIV id='scroller'",
41 "LayoutBlockFlow DIV id='target'", 41 "LayoutBlockFlow DIV id='target'",
42 "LayoutText #text", 42 "LayoutText #text",
43 "InlineTextBox 'test'" 43 "InlineTextBox 'test'"
44 ],
45 "children": [
46 {
47 "shouldFlattenTransform": false
48 }
49 ] 44 ]
50 } 45 }
51 ] 46 ]
52 }, 47 },
53 { 48 {
54 "children": [ 49 "children": [
55 { 50 {
56 "position": [0, 185], 51 "position": [0, 185],
57 "bounds": [185, 15] 52 "bounds": [185, 15]
58 }, 53 },
59 { 54 {
60 "position": [185, 0], 55 "position": [185, 0],
61 "bounds": [15, 185] 56 "bounds": [15, 185]
62 }, 57 },
63 { 58 {
64 "position": [185, 185], 59 "position": [185, 185],
65 "bounds": [15, 15], 60 "bounds": [15, 15],
66 "drawsContent": true 61 "drawsContent": true
67 } 62 }
68 ] 63 ]
69 } 64 }
70 ] 65 ]
71 } 66 }
72 ] 67 ]
73 } 68 }
74 ] 69 ]
75 } 70 }
76 71
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698