OLD | NEW |
---|---|
(Empty) | |
1 <!DOCTYPE html> | |
2 <script src="../../resources/js-test.js"></script> | |
3 <script> | |
4 description('Adding stylesheet candidates should not crash in case the html pars er decides to reorder the DOM tree.'); | |
5 testPassed('Did not crash'); | |
6 </script> | |
7 <table> | |
8 <style></style> | |
9 <link> | |
10 </table> | |
OLD | NEW |