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

Side by Side Diff: third_party/WebKit/LayoutTests/compositing/rtl/rtl-iframe-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": [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 {
46 "name": "LayoutBlockFlow (positioned) DIV class='positioned layer'", 38 "name": "LayoutBlockFlow (positioned) DIV class='positioned layer'",
47 "position": [665, 50], 39 "position": [665, 50],
48 "bounds": [100, 100], 40 "bounds": [100, 100],
49 "contentsOpaque": true, 41 "contentsOpaque": true,
50 "drawsContent": true, 42 "drawsContent": true,
51 "backgroundColor": "#008000" 43 "backgroundColor": "#008000"
52 }, 44 },
53 { 45 {
54 "name": "Frame Horizontal Scrollbar Layer", 46 "name": "Frame Horizontal Scrollbar Layer",
55 "position": [0, 385], 47 "position": [0, 385],
56 "bounds": [385, 15] 48 "bounds": [385, 15]
57 }, 49 },
58 { 50 {
59 "name": "Frame Vertical Scrollbar Layer", 51 "name": "Frame Vertical Scrollbar Layer",
60 "position": [385, 0], 52 "position": [385, 0],
61 "bounds": [15, 385] 53 "bounds": [15, 385]
62 }, 54 },
63 { 55 {
64 "name": "Frame Scroll Corner Layer", 56 "name": "Frame Scroll Corner Layer",
65 "position": [385, 385], 57 "position": [385, 385],
66 "bounds": [15, 15], 58 "bounds": [15, 15],
67 "drawsContent": true 59 "drawsContent": true
68 } 60 }
69 ] 61 ]
70 } 62 }
71 63
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698