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

Side by Side Diff: third_party/WebKit/LayoutTests/inspector/layers/layer-tree-model-expected.txt

Issue 2591883002: Apply both phsical bounding box and clip to composited bounds. (Closed)
Patch Set: none Created 3 years, 11 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 Initial layer tree 2 Initial layer tree
3 #document (9) 3 #document (9)
4 iframe#frame (10) 4 iframe#frame (10)
5 iframe#frame 200x200 (11) 5 iframe#frame 200x200 (11)
6 iframe#frame 200x200 (12) 6 iframe#frame 200x200 (12)
7 iframe#frame 200x200 (13) 7 iframe#frame 200x200 (13)
8 iframe#frame 200x200 (14) 8 iframe#frame 200x200 (14)
9 #document 200x200 (15) 9 #document 200x200 (15)
10 div#subframe1 80x80 (16) 10 div#subframe1 80x80 (16)
11 div#a 200x200 (10) 11 div#a 200x200 (10)
12 div#b1 100x150 (11) 12 div#b1 100x150 (11)
13 div#b2 110x140 (11) 13 div#b2 110x140 (11)
14 div#c 90x100 (12) 14 div#c 90x100 (12)
15 div#b3 110x140 (11) 15 div#b3 110x140 (11)
16 Updated layer tree 16 Updated layer tree
17 #document (9) 17 #document (9)
18 iframe#frame (10) 18 iframe#frame (10)
19 iframe#frame 200x200 (11) 19 iframe#frame 200x200 (11)
20 iframe#frame 200x200 (12) 20 iframe#frame 200x200 (12)
21 iframe#frame 200x200 (13) 21 iframe#frame 200x200 (13)
22 iframe#frame 200x200 (14) 22 iframe#frame 200x200 (14)
23 #document 200x200 (15) 23 #document 200x200 (15)
24 div#subframe1 80x80 (16) 24 div#subframe1 80x80 (16)
25 div#a 200x200 (10) 25 div#a 200x200 (10)
26 div#b2 110x140 (11) 26 div#b2 110x140 (11)
27 div#c 90x100 (12) 27 div#c 90x100 (12)
28 div#b1 100x150 28 div#b1 100x150
29 div#b4 0x200 29 div#b4 0x0
30 Updated layer geometry 30 Updated layer geometry
31 #document (9) 31 #document (9)
32 iframe#frame (10) 32 iframe#frame (10)
33 iframe#frame 200x200 (11) 33 iframe#frame 200x200 (11)
34 iframe#frame 200x200 (12) 34 iframe#frame 200x200 (12)
35 iframe#frame 200x200 (13) 35 iframe#frame 200x200 (13)
36 iframe#frame 200x200 (14) 36 iframe#frame 200x200 (14)
37 #document 200x200 (15) 37 #document 200x200 (15)
38 div#subframe1 80x80 (16) 38 div#subframe1 80x80 (16)
39 div#a 200x200 (10) 39 div#a 200x200 (10)
40 div#b2 110x140 (11) 40 div#b2 110x140 (11)
41 div#c 90x80 (12) 41 div#c 90x80 (12)
42 div#b1 100x150 42 div#b1 100x150
43 div#b4 0x200 43 div#b4 0x0
44 44
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698