chromium/third_party/blink/web_tests/external/wpt/css/css-text/tab-size/tab-size-integer-005-ref.html

<!DOCTYPE html>
<html>
<meta charset=utf-8>
<title>CSS Text Reference</title>
<link rel="author" title="Jonathan Kew" href="mailto:[email protected]">
<style>
@font-face {
    /* this font-family does not support <space>, so should not be used to resolve tab-size */
    font-family: without-space;
    src: url("/fonts/CanvasTest-nospace.ttf");
}
@font-face {
    /* the <space> in this font is much narrower than the default/.notdef in "first" */
    font-family: with-space;
    src: url("/fonts/GentiumPlus-R.woff");
}
div {
    font: 40px/2 without-space, with-space, sans-serif;
}
span {
    font-family: with-space, sans-serif;
}
</style>

<p>Test passes if the two black squares below are vertically aligned.

<div><span>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span>E</div>
<div><span>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span>E</div>