blob: 38650c90b4096ddac99543aeca2405ac4f288969 [file] [log] [blame]
<!DOCTYPE html>
<meta charset="UTF-8">
<title>CSS Reftest Reference</title>
<link rel="author" title="GĂ©rard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/">
<style>
div
{
background-color: yellow;
display: inline-block;
font-size: 48px;
letter-spacing: 1em;
}
span
{
background-color: orange;
}
</style>
<p>Test passes if the background of characters "c" and "t" is orange and if the space between those 2 characters is yellow (and not orange).
<div>Sele<span>c</span> <span>t</span>ed Text</div>