Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / parser / residual-style-dom.html
blobed6a61d409a8f753f5b67e4984f0272b13078640
1 <script src="../../resources/dump-as-markup.js"></script>
2 <script>
3 var kDepth = 100;
5 for (var i=0; i < kDepth; ++i) {
6 document.write("<b><div>");
8 </script>
9 This test creates a nutty dom by abusing the residual style algorithm. It's
10 unclear exactly what DOM we should create here, but we shouldn't hang.
11 <script>
12 for (var i=0; i < kDepth; ++i) {
13 document.write("</b>");
15 </script>