1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
2 "http://www.w3.org/TR/html4/strict.dtd">
6 <title>Testing that overloading some controls doesn't crash the browser</title>
8 .nocontrols::-webkit-media-controls-panel{
11 .notimeline::-webkit-media-controls-timeline-container{
15 <script src=video-test.js></script>
18 <video class="nocontrols" width=300 height=200 controls></video>
19 <video class="notimeline" width=300 height=200 controls></video>
21 consoleWrite("I did not crash");