chromium/third_party/blink/web_tests/fast/multicol/nested-with-padding-expected.html

<!DOCTYPE html>
<p>Below, the word "PASS" should be seen in white on a blue background.</p>
<div style="width:10em; height:20px; line-height:20px; color:white; background:blue;">
    <div style="padding-left:5em;">
        PASS
    </div>
</div>