list-item-counter-crash.html (383B)
1 <!doctype html> 2 <html class="test-wait"> 3 <link rel="help" href="http://crbug.com/1487174"> 4 <style> 5 * { counter-increment: c; } 6 </style> 7 <script> 8 function error_fn() { 9 test.style.setProperty("text-orientation", "upright"); 10 document.documentElement.classList.remove("test-wait"); 11 } 12 </script> 13 <li id="test"></li> 14 <image onerror="error_fn()" srcset="error" ></image> 15 </html>