OLD | NEW |
---|---|
(Empty) | |
1 | |
2 <!DOCTYPE html> | |
3 <body style='margin: 0px'> | |
4 <div style='background-color: green; width: 100px; height: 100px'></div> | |
5 <div>This tests ensures that themed scrollbars are clipped to their iframe. You should see a green box above.</div> | |
6 <iframe style='position: absolute; top: 100px; left: 100px;' width="1" height="1 " srcdoc=' | |
7 <html><head><style> | |
8 html,body { width:200px; height:100px;} | |
9 ::-webkit-scrollbar { height: 200px; width: 200px; } | |
10 ::-webkit-scrollbar-corner { background-color: red; } | |
11 </style>'> | |
OLD | NEW |