| <!DOCTYPE html> | |
| <script src="../../resources/js-test.js"></script> | |
| <script> | |
| description('Adding stylesheet candidates should not crash in case the html parser decides to reorder the DOM tree.'); | |
| testPassed('Did not crash'); | |
| </script> | |
| <table> | |
| <style></style> | |
| <link> | |
| </table> |