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

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

Issue 1457963006: Revert of Clip scrollbars to box bounds when they don't fit. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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 25 matching lines...) Expand all
36 "paintInvalidationClients": [ 36 "paintInvalidationClients": [
37 "LayoutBlockFlow DIV id='scroller'", 37 "LayoutBlockFlow DIV id='scroller'",
38 "LayoutBlockFlow DIV id='target'", 38 "LayoutBlockFlow DIV id='target'",
39 "LayoutText #text", 39 "LayoutText #text",
40 "InlineTextBox 'test'" 40 "InlineTextBox 'test'"
41 ] 41 ]
42 } 42 }
43 ] 43 ]
44 }, 44 },
45 { 45 {
46 "bounds": [200, 200],
47 "children": [ 46 "children": [
48 { 47 {
49 "position": [0, 185], 48 "position": [0, 185],
50 "bounds": [185, 15] 49 "bounds": [185, 15]
51 }, 50 },
52 { 51 {
53 "position": [185, 0], 52 "position": [185, 0],
54 "bounds": [15, 185] 53 "bounds": [15, 185]
55 }, 54 },
56 { 55 {
57 "position": [185, 185], 56 "position": [185, 185],
58 "bounds": [15, 15], 57 "bounds": [15, 15],
59 "drawsContent": true 58 "drawsContent": true
60 } 59 }
61 ] 60 ]
62 } 61 }
63 ] 62 ]
64 } 63 }
65 ] 64 ]
66 } 65 }
67 ] 66 ]
68 } 67 }
69 68
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698