forked from mirrors/gecko-dev
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
22 lines
494 B
HTML
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>
|