Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / css-generated-content / media-generated-content.html
blob70c0e64b233029b51faf4e12d8434e93d6c0110c
1 <!DOCTYPE html>
3 <style>
4 audio:after,
5 audio:before {
6 display: inline;
7 content: no-close-quote;
9 video:after,
10 video:before {
11 display: inline;
12 content: no-close-quote;
14 </style>
16 <script>
17 if (window.testRunner)
18 testRunner.dumpAsText();
19 </script>
21 <audio controls></audio>
23 <video controls></video>
25 <p>Should not crash when ::before or ::after is used on media elements</p>