summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/dom/css-stylesheet-candidate-ordering.html
blob: 23cb61cbc0fd1543e68eb4dd2d32d9565425b26a (plain)
1
2
3
4
5
6
7
8
9
10
<!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>