fune/testing/web-platform/tests/css/css-pseudo/highlight-z-index-002-ref.html
Gérard Talbot 2dc22d7cae Bug 1593063 [wpt PR 20030] - Added 7 new CSS4Pseudo tests and 3 references, a=testonly
Automatic update from web-platform-tests
Added 7 new CSS4Pseudo tests and 3 references

--
Improved highlight-z-index-* tests

--
Corrected highlight-z-index-00[1-2].html tests

--
Corrected highlight-z-index-00[1-2].html tests

--

wpt-commits: 4b953890fe7217bdbd20d2777bc32687ef2a2d92, 41d824c80080b7e3eba3fdf522512bd4efeaa932, 472d91adc81ec070295abc98b3e59282874a1c37, 3adb0f89d80bb92ea1a458b3fbe461f7803549a9
wpt-pr: 20030
2020-05-20 10:28:11 +00:00

22 lines
494 B
HTML

<!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-block;
font-size: 48px;
line-height: 1.25; /* computes to 60px */
}
</style>
<p>Test passes if "Text sample" is green and if its background color is yellow.
<div>Test sample</div>