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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/linux/fast/layers/scroll-descendant-with-cached-cliprects-expected.txt

Issue 1403963002: Invalidate non-self-painting-layer descendants when creating a layer (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add spv2 expectation for the test 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": [785, 1895], 2 "bounds": [785, 1895],
3 "children": [ 3 "children": [
4 { 4 {
5 "bounds": [785, 1895], 5 "bounds": [785, 1895],
6 "contentsOpaque": true, 6 "contentsOpaque": true,
7 "drawsContent": true, 7 "drawsContent": true,
8 "repaintRects": [ 8 "repaintRects": [
9 [677, 252, 100, 100], 9 [677, 252, 100, 100],
10 [677, 252, 100, 100], 10 [677, 252, 100, 100],
11 [677, 252, 100, 100], 11 [677, 252, 100, 100],
12 [677, 252, 100, 100], 12 [677, 252, 100, 100],
13 [677, 52, 100, 100], 13 [677, 52, 100, 100],
14 [677, 52, 100, 100], 14 [677, 52, 100, 100],
15 [677, 52, 100, 100], 15 [677, 52, 100, 100],
16 [677, 52, 100, 100], 16 [677, 52, 100, 100]
17 [0, 0, 100, 100]
18 ], 17 ],
19 "paintInvalidationClients": [ 18 "paintInvalidationClients": [
20 "LayoutBlockFlow (positioned) DIV id='scrollpanel'", 19 "LayoutBlockFlow (positioned) DIV id='scrollpanel'",
21 "LayoutBlockFlow (relative positioned) DIV class='container'", 20 "LayoutBlockFlow (relative positioned) DIV class='container'",
22 "LayoutBlockFlow (relative positioned) DIV id='ul'", 21 "LayoutBlockFlow (relative positioned) DIV id='ul'",
23 "LayoutBlockFlow DIV", 22 "LayoutBlockFlow DIV",
24 "LayoutBlockFlow (positioned) DIV id='scrollpanel'", 23 "LayoutBlockFlow (positioned) DIV id='scrollpanel'",
25 "LayoutBlockFlow (relative positioned) DIV class='container'", 24 "LayoutBlockFlow (relative positioned) DIV class='container'",
26 "LayoutBlockFlow (relative positioned) DIV id='ul'", 25 "LayoutBlockFlow (relative positioned) DIV id='ul'",
27 "LayoutBlockFlow DIV" 26 "LayoutBlockFlow DIV"
28 ] 27 ]
29 } 28 }
30 ] 29 ]
31 } 30 }
32 31
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698