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; | |
rune
2014/10/30 12:15:19
In this reference, this absolute positioned is pai
philipj_slow
2014/10/30 12:28:58
Oh, my assumption was that the video would be pain
| |
6 width: 300px; | |
7 height: 150px; | |
8 -webkit-appearance: button; | |
9 } | |
10 </style> | |
11 <div></div> | |
12 <video controls></video> | |
OLD | NEW |