haikuwebkit/LayoutTests/fast/inline/marker-list-item-move-shoul...

14 lines
215 B
HTML

<style>
:matches(::marker) {
all: inherit;
}
</style>
<li>Pass if no crash.</li>
<script>
if (window.testRunner)
testRunner.dumpAsText();
document.body.offsetHeight;
document.linkColor = "foobar";
</script>