blob: 23cb61cbc0fd1543e68eb4dd2d32d9565425b26a [file] [log] [blame]
<!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>