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

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

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

Powered by Google App Engine
This is Rietveld 408576698