Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / dom / shadow / css-computed-style-declarations-length-with-dirty-distribution-crash.html
1 <!DOCTYPE html>
2 <div>Tests that CSSComputedStyleDeclaration.length with dirty distribution doesn't crash.</div>
3 <div id='host'></div>
4 <script>
5 if (window.testRunner)
6     testRunner.dumpAsText();
7 host.createShadowRoot();
8 window.getComputedStyle(host).length;
9 </script>