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

Side by Side Diff: third_party/WebKit/LayoutTests/compositing/rtl/rtl-fixed-overflow-scrolled-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
OLDNEW
1 { 1 {
2 "layers": [ 2 "layers": [
3 { 3 {
4 "name": "LayoutView #document", 4 "name": "LayoutView #document",
5 "bounds": [1000, 1000], 5 "bounds": [1000, 1000],
6 "contentsOpaque": true, 6 "contentsOpaque": true,
7 "drawsContent": true, 7 "drawsContent": true,
8 "backgroundColor": "#FF0000" 8 "backgroundColor": "#FF0000"
9 }, 9 },
10 { 10 {
11 "name": "LayoutBlockFlow (positioned) DIV class='positioned indicator'",
12 "position": [51, 50],
13 "bounds": [100, 100],
14 "contentsOpaque": true,
15 "drawsContent": true,
16 "backgroundColor": "#FF0000"
17 },
18 {
11 "name": "LayoutBlockFlow (positioned) DIV class='positioned layer'", 19 "name": "LayoutBlockFlow (positioned) DIV class='positioned layer'",
12 "position": [51, 50], 20 "position": [51, 50],
13 "bounds": [100, 100], 21 "bounds": [100, 100],
14 "contentsOpaque": true, 22 "contentsOpaque": true,
15 "drawsContent": true, 23 "drawsContent": true,
16 "backgroundColor": "#008000" 24 "backgroundColor": "#008000"
17 } 25 }
18 ] 26 ]
19 } 27 }
20 28
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698