OLD | NEW |
---|---|
(Empty) | |
1 <!DOCTYPE html> | |
2 <p>Overloading ::-webkit-media-controls -webkit-appearance. PASS if it doesn't c rash.</p> | |
3 <style> | |
4 div { | |
5 position: absolute; | |
6 width: 300px; | |
7 height: 150px; | |
8 z-index: -1; | |
9 -webkit-appearance: button; | |
10 } | |
11 </style> | |
12 <div></div> | |
13 <video controls></video> | |
OLD | NEW |