chromium/third_party/blink/web_tests/fast/css/all-shorthand-first-letter-expected.html

<!DOCTYPE html>
<style>
    #elm { font-family:monospace; overflow:scroll; max-width:4em; padding-left:3em; background:yellow; }
</style>
<p>Test that an all:inherit declaration in a ::first-letter rule inherits what should be inherited,
    while invalid properties for ::first-letter aren't.</p>
<p>The word "PASS" should be seen below, in a yellow box. There should be scrollbars on the yellow
    box. Translucency should be uniform. There should be no red.</p>
<div id="elm"><span>PASS</span></div>