blob: 0677a4b6b39f26aa4b3acc7480240b9d061e4929 [file] [log] [blame] [edit]
<!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;
color: green;
display: inline;
font-size: 300%;
}
</style>
<p>Test passes if each glyph of "Selected Text" is green with a yellow background and if there is <strong>no red</strong>.
<div contenteditable="true" id="test">Selected Text</div>