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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/linux/compositing/overflow/updating-scrolling-container-and-content-expected.txt

Issue 1846953008: Clip visual rect with real overflow clip rect (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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 "repaintRects": [ 8 "repaintRects": [
9 [8, 298, 74, 10], 9 [8, 278, 74, 15],
10 [8, 278, 74, 19],
11 [8, 258, 74, 19], 10 [8, 258, 74, 19],
12 [8, 238, 74, 19], 11 [8, 238, 74, 19],
13 [8, 218, 74, 19], 12 [8, 218, 74, 19],
14 [8, 198, 74, 19], 13 [8, 198, 74, 19],
15 [8, 178, 74, 19], 14 [8, 178, 74, 19],
16 [8, 158, 74, 19], 15 [8, 158, 74, 19],
17 [8, 138, 74, 19], 16 [8, 138, 74, 19],
18 [8, 118, 74, 19], 17 [8, 118, 74, 19],
19 [8, 108, 74, 9] 18 [8, 108, 74, 9]
20 ], 19 ],
(...skipping 22 matching lines...) Expand all
43 "InlineTextBox 'CONTENT'", 42 "InlineTextBox 'CONTENT'",
44 "LayoutText #text", 43 "LayoutText #text",
45 "InlineTextBox 'CONTENT'", 44 "InlineTextBox 'CONTENT'",
46 "LayoutText #text", 45 "LayoutText #text",
47 "InlineTextBox 'CONTENT'" 46 "InlineTextBox 'CONTENT'"
48 ] 47 ]
49 } 48 }
50 ] 49 ]
51 } 50 }
52 51
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698