OLD | NEW |
---|---|
(Empty) | |
1 <!DOCTYPE html> | |
2 <script src="../../../resources/js-test.js"></script> | |
3 <style> | |
4 * { | |
Rick Byers
2014/10/09 19:29:34
does this really need to be * (that's rare) or is
| |
5 touch-action:none; | |
6 } | |
7 </style> | |
8 <script> | |
9 onload = function() { | |
Rick Byers
2014/10/09 19:29:34
please add a description() - i.e. what exactly is
| |
10 document.writeln('PASS'); | |
11 } | |
12 </script> | |
13 <source onerror="foo()"> | |
Rick Byers
2014/10/09 19:29:34
I thought <source> was only valid inside of <pictu
| |
OLD | NEW |