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

Side by Side Diff: third_party/WebKit/LayoutTests/compositing/rtl/rtl-iframe-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": [800, 600], 5 "bounds": [800, 600],
6 "contentsOpaque": true, 6 "contentsOpaque": true,
7 "drawsContent": true 7 "drawsContent": true
8 }, 8 },
9 { 9 {
10 "name": "LayoutIFrame (positioned) IFRAME", 10 "name": "LayoutIFrame (positioned) IFRAME",
(...skipping 17 matching lines...) Expand all
28 "position": [-615, 0], 28 "position": [-615, 0],
29 "bounds": [1000, 1000] 29 "bounds": [1000, 1000]
30 }, 30 },
31 { 31 {
32 "name": "LayoutView #document", 32 "name": "LayoutView #document",
33 "bounds": [1000, 1000], 33 "bounds": [1000, 1000],
34 "drawsContent": true, 34 "drawsContent": true,
35 "backgroundColor": "#FF0000" 35 "backgroundColor": "#FF0000"
36 }, 36 },
37 { 37 {
38 "name": "LayoutBlockFlow (positioned) DIV class='positioned indicator'",
39 "position": [665, 50],
40 "bounds": [100, 100],
41 "contentsOpaque": true,
42 "drawsContent": true,
43 "backgroundColor": "#FF0000"
44 },
45 {
38 "name": "LayoutBlockFlow (positioned) DIV class='positioned layer'", 46 "name": "LayoutBlockFlow (positioned) DIV class='positioned layer'",
39 "position": [665, 50], 47 "position": [665, 50],
40 "bounds": [100, 100], 48 "bounds": [100, 100],
41 "contentsOpaque": true, 49 "contentsOpaque": true,
42 "drawsContent": true, 50 "drawsContent": true,
43 "backgroundColor": "#008000" 51 "backgroundColor": "#008000"
44 }, 52 },
45 { 53 {
46 "name": "Frame Horizontal Scrollbar Layer", 54 "name": "Frame Horizontal Scrollbar Layer",
47 "position": [0, 385], 55 "position": [0, 385],
48 "bounds": [385, 15] 56 "bounds": [385, 15]
49 }, 57 },
50 { 58 {
51 "name": "Frame Vertical Scrollbar Layer", 59 "name": "Frame Vertical Scrollbar Layer",
52 "position": [385, 0], 60 "position": [385, 0],
53 "bounds": [15, 385] 61 "bounds": [15, 385]
54 }, 62 },
55 { 63 {
56 "name": "Frame Scroll Corner Layer", 64 "name": "Frame Scroll Corner Layer",
57 "position": [385, 385], 65 "position": [385, 385],
58 "bounds": [15, 15], 66 "bounds": [15, 15],
59 "drawsContent": true 67 "drawsContent": true
60 } 68 }
61 ] 69 ]
62 } 70 }
63 71
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698