OLD | NEW |
---|---|
(Empty) | |
1 <!DOCTYPE HTML> | |
2 <script> | |
3 //Test passes by not crashing | |
rune
2015/09/23 22:55:41
I would have put the pass condition in a <p> to ma
Justin Novosad
2015/09/24 19:39:11
Yep I would have done that too, but it does not wo
| |
4 if (window.testRunner) { | |
5 testRunner.dumpAsText(); | |
6 } | |
7 document.documentElement.createShadowRoot(); | |
8 var canvas = document.createElement('canvas'); | |
9 var context = canvas.getContext('2d'); | |
10 context.font = 'italic 40pt Calibri'; | |
11 </script> | |
OLD | NEW |