<style> | |
:matches(foobar, .inlineContainer .floatContainer)::first-letter { | |
font-size: 10px; | |
} | |
</style> | |
<span class=inlineContainer><div style="float: left" class=floatContainer>Pass if no crash</div></span> | |
<script> | |
if (window.testRunner) | |
testRunner.dumpAsText(); | |
</script> |