chromium/third_party/blink/web_tests/fast/dom/css-stylesheet-candidate-ordering.html

<!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>