Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /css/css-lists/list-item-counter-crash.html - WPT Dashboard Interop Dashboard
<!doctype html>
<html class="reftest-wait">
<style>
* { counter-increment: c; }
</style>
<script>
function error_fn() {
test.style.setProperty("text-orientation", "upright");
document.documentElement.classList.remove("reftest-wait");
}
</script>
<li id="test"></li>
<image onerror="error_fn()" srcset="error" ></image>
</html>