Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / css / crash-on-csstext.html
blobb0fcb1b19fa01f2df403e04172c450191e740e20
1 <html>
2 <body>
3 <div id ="test" style="all: initial; left: 10px;"></div>
4 <script>
5 if (window.testRunner)
6 testRunner.dumpAsText();
7 test.style.cssText;
8 </script>
9 This page shouldn't crash while fetching cssText - Bug 460810.
10 </body>
11 </html>