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

Side by Side Diff: third_party/WebKit/LayoutTests/compositing/will-change/composited-layers-expected.txt

Issue 2406723002: Auto-rebaseline for r424089 (Closed)
Patch Set: Created 4 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 "name": "Content Root Layer", 2 "layers": [
3 "bounds": [800, 600],
4 "children": [
5 { 3 {
6 "name": "LayoutView #document", 4 "name": "LayoutView #document",
7 "bounds": [800, 600], 5 "bounds": [800, 600],
8 "contentsOpaque": true, 6 "contentsOpaque": true,
7 "drawsContent": true
8 },
9 {
10 "name": "LayoutBlockFlow DIV id='willChangeOpacity' class='shouldComposite '",
11 "position": [12, 42],
12 "bounds": [30, 30],
13 "contentsOpaque": true,
9 "drawsContent": true, 14 "drawsContent": true,
10 "children": [ 15 "backgroundColor": "#008000"
11 { 16 },
12 "name": "LayoutBlockFlow DIV id='willChangeOpacity' class='shouldCompo site'", 17 {
13 "position": [12, 42], 18 "name": "LayoutBlockFlow DIV id='willChangeTransform' class='shouldComposi te'",
14 "bounds": [30, 30], 19 "position": [12, 76],
15 "contentsOpaque": true, 20 "bounds": [30, 30],
16 "drawsContent": true, 21 "contentsOpaque": true,
17 "backgroundColor": "#008000" 22 "drawsContent": true,
18 }, 23 "backgroundColor": "#008000"
19 { 24 },
20 "name": "LayoutBlockFlow DIV id='willChangeTransform' class='shouldCom posite'", 25 {
21 "position": [12, 76], 26 "name": "LayoutBlockFlow (relative positioned) DIV id='willChangeLeft' cla ss='positioned shouldComposite'",
22 "bounds": [30, 30], 27 "position": [12, 144],
23 "contentsOpaque": true, 28 "bounds": [30, 30],
24 "drawsContent": true, 29 "contentsOpaque": true,
25 "backgroundColor": "#008000" 30 "drawsContent": true,
26 }, 31 "backgroundColor": "#008000"
27 { 32 },
28 "name": "LayoutBlockFlow (relative positioned) DIV id='willChangeLeft' class='positioned shouldComposite'", 33 {
29 "position": [12, 144], 34 "name": "LayoutBlockFlow (relative positioned) DIV id='willChangeRight' cl ass='positioned shouldComposite'",
30 "bounds": [30, 30], 35 "position": [12, 212],
31 "contentsOpaque": true, 36 "bounds": [30, 30],
32 "drawsContent": true, 37 "contentsOpaque": true,
33 "backgroundColor": "#008000" 38 "drawsContent": true,
34 }, 39 "backgroundColor": "#008000"
35 { 40 },
36 "name": "LayoutBlockFlow (relative positioned) DIV id='willChangeRight ' class='positioned shouldComposite'", 41 {
37 "position": [12, 212], 42 "name": "LayoutBlockFlow (relative positioned) DIV id='willChangeTop' clas s='positioned shouldComposite'",
38 "bounds": [30, 30], 43 "position": [12, 280],
39 "contentsOpaque": true, 44 "bounds": [30, 30],
40 "drawsContent": true, 45 "contentsOpaque": true,
41 "backgroundColor": "#008000" 46 "drawsContent": true,
42 }, 47 "backgroundColor": "#008000"
43 { 48 },
44 "name": "LayoutBlockFlow (relative positioned) DIV id='willChangeTop' class='positioned shouldComposite'", 49 {
45 "position": [12, 280], 50 "name": "LayoutBlockFlow (relative positioned) DIV id='willChangeBottom' c lass='positioned shouldComposite'",
46 "bounds": [30, 30], 51 "position": [12, 348],
47 "contentsOpaque": true, 52 "bounds": [30, 30],
48 "drawsContent": true, 53 "contentsOpaque": true,
49 "backgroundColor": "#008000" 54 "drawsContent": true,
50 }, 55 "backgroundColor": "#008000"
51 { 56 },
52 "name": "LayoutBlockFlow (relative positioned) DIV id='willChangeBotto m' class='positioned shouldComposite'", 57 {
53 "position": [12, 348], 58 "name": "LayoutBlockFlow DIV id='willChangeCombinationThatComposites' clas s='shouldComposite'",
54 "bounds": [30, 30], 59 "position": [12, 416],
55 "contentsOpaque": true, 60 "bounds": [30, 30],
56 "drawsContent": true, 61 "contentsOpaque": true,
57 "backgroundColor": "#008000" 62 "drawsContent": true,
58 }, 63 "backgroundColor": "#008000"
59 {
60 "name": "LayoutBlockFlow DIV id='willChangeCombinationThatComposites' class='shouldComposite'",
61 "position": [12, 416],
62 "bounds": [30, 30],
63 "contentsOpaque": true,
64 "drawsContent": true,
65 "backgroundColor": "#008000"
66 }
67 ]
68 } 64 }
69 ] 65 ]
70 } 66 }
71 67
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698