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

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

Issue 2423643002: Revert of 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,
15 "drawsContent": true, 14 "drawsContent": true,
16 "transform": [ 15 "transform": [
17 [1, 0, 0, 0], 16 [1, 0, 0, 0],
18 [0, 1, 0, 0], 17 [0, 1, 0, 0],
19 [0, 0, 1, 0], 18 [0, 0, 1, 0],
20 [0, 1000, 0, 1] 19 [0, 1000, 0, 1]
21 ] 20 ]
22 }, 21 },
23 { 22 {
24 "name": "LayoutBlockFlow (positioned) DIV id='overlap'", 23 "name": "LayoutBlockFlow (positioned) DIV id='overlap'",
25 "position": [0, 1000], 24 "position": [0, 1000],
26 "bounds": [500, 500], 25 "bounds": [500, 500],
27 "contentsOpaque": true, 26 "contentsOpaque": true,
28 "drawsContent": true, 27 "drawsContent": true,
29 "backgroundColor": "#008000" 28 "backgroundColor": "#008000"
30 } 29 }
31 ] 30 ]
32 } 31 }
33 32
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