OLD | NEW |
---|---|
(Empty) | |
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> | |
OLD | NEW |