Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / dom / css-stylesheet-candidate-ordering.html
blob23cb61cbc0fd1543e68eb4dd2d32d9565425b26a
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 parser decides to reorder the DOM tree.');
5 testPassed('Did not crash');
6 </script>
7 <table>
8 <style></style>
9 <link>
10 </table>