Chromium Code Reviews| Index: LayoutTests/fast/css/crash-on-csstext.html |
| diff --git a/LayoutTests/fast/css/crash-on-csstext.html b/LayoutTests/fast/css/crash-on-csstext.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..b0fcb1b19fa01f2df403e04172c450191e740e20 |
| --- /dev/null |
| +++ b/LayoutTests/fast/css/crash-on-csstext.html |
| @@ -0,0 +1,11 @@ |
| +<html> |
| +<body> |
| +<div id ="test" style="all: initial; left: 10px;"></div> |
| +<script> |
| + if (window.testRunner) |
| + testRunner.dumpAsText(); |
| + test.style.cssText; |
| +</script> |
| +This page shouldn't crash while fetching cssText - Bug 460810. |
| +</body> |
| +</html> |