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

Side by Side Diff: third_party/WebKit/LayoutTests/compositing/layer-creation/fixed-position-under-transform-expected.txt

Issue 2369603002: Turn on CompositeOpaqueFixedPosition for test and rebase tests. (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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/compositing/rtl/rtl-fixed-overflow-expected.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "layers": [ 2 "layers": [
3 { 3 {
4 "name": "LayoutView #document", 4 "name": "LayoutView #document",
5 "bounds": [785, 5021], 5 "bounds": [785, 5021],
6 "contentsOpaque": true, 6 "contentsOpaque": true,
7 "drawsContent": true 7 "drawsContent": true
8 }, 8 },
9 { 9 {
10 "name": "LayoutBlockFlow DIV id='transform'", 10 "name": "LayoutBlockFlow DIV id='transform'",
11 "position": [108, 113], 11 "position": [108, 113],
12 "transformOrigin": [284.5, -100], 12 "transformOrigin": [284.5, -100],
13 "bounds": [256, 256], 13 "bounds": [256, 256],
14 "contentsOpaque": true,
14 "drawsContent": true, 15 "drawsContent": true,
15 "transform": [ 16 "transform": [
16 [1, 0, 0, 0], 17 [1, 0, 0, 0],
17 [0, 1, 0, 0], 18 [0, 1, 0, 0],
18 [0, 0, 1, 0], 19 [0, 0, 1, 0],
19 [0, 1000, 0, 1] 20 [0, 1000, 0, 1]
20 ] 21 ]
21 }, 22 },
22 { 23 {
23 "name": "LayoutBlockFlow (positioned) DIV id='overlap'", 24 "name": "LayoutBlockFlow (positioned) DIV id='overlap'",
24 "position": [0, 1000], 25 "position": [0, 1000],
25 "bounds": [500, 500], 26 "bounds": [500, 500],
26 "contentsOpaque": true, 27 "contentsOpaque": true,
27 "drawsContent": true, 28 "drawsContent": true,
28 "backgroundColor": "#008000" 29 "backgroundColor": "#008000"
29 } 30 }
30 ] 31 ]
31 } 32 }
32 33
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/compositing/rtl/rtl-fixed-overflow-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698