mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
Update web-platform-tests to revision 3adb0f89d80bb92ea1a458b3fbe461f7803549a9
This commit is contained in:
parent
173bfadaa7
commit
f3e7a5cac0
119 changed files with 2706 additions and 282 deletions
|
@ -0,0 +1,24 @@
|
|||
<!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 */
|
||||
position: relative;
|
||||
top: 1.25em;
|
||||
}
|
||||
</style>
|
||||
|
||||
<p>Test passes if "Text sample" is green and if its background color is yellow.
|
||||
|
||||
<div>Test sample</div>
|
Loading…
Add table
Add a link
Reference in a new issue