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

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

Powered by Google App Engine
This is Rietveld 408576698