mirror of
https://github.com/servo/servo.git
synced 2025-06-23 16:44:33 +01:00
Update web-platform-tests and CSS tests.
- Update CSS tests to revision e05bfd5e30ed662c2f8a353577003f8eed230180. - Update web-platform-tests to revision a052787dd5c069a340031011196b73affbd68cd9.
This commit is contained in:
parent
fb4f421c8b
commit
296fa2512b
21852 changed files with 2080936 additions and 892894 deletions
|
@ -0,0 +1,15 @@
|
|||
<!DOCTYPE html>
|
||||
<html><head><title>Variable reference without whitespace - reference</title>
|
||||
<link href="http://exyr.org/about/" rel="author" title="Simon Sapin">
|
||||
</head><body><p>The next four lines must be identical, containing only zeroes:
|
||||
</p><p>0 0 0
|
||||
</p><p>0 0 0
|
||||
</p><p>0 0 0
|
||||
</p><p>0 0 0
|
||||
|
||||
</p><p>The next four lines must be identical, containing increasing integers:
|
||||
</p><p>1 2 3
|
||||
</p><p>1 2 3
|
||||
</p><p>1 2 3
|
||||
</p><p>1 2 3
|
||||
</p></body></html>
|
|
@ -0,0 +1,22 @@
|
|||
<!DOCTYPE html>
|
||||
<html><head><title>CSS Variables 1: Test variables in background shorthand.</title>
|
||||
<link href="mailto:lea@verou.me" rel="author" title="Lea Verou">
|
||||
<style>
|
||||
div {
|
||||
width: 50px;
|
||||
height: 50px;
|
||||
padding: 50px;
|
||||
margin: 10px;
|
||||
display: inline-block;
|
||||
background: green;
|
||||
}
|
||||
</style>
|
||||
</head><body><p>Test passes if you see four green squares, and no red.</p>
|
||||
<div id="d1"></div>
|
||||
<div id="d2"></div>
|
||||
<div id="d3"></div>
|
||||
<div id="d4"></div>
|
||||
|
||||
|
||||
|
||||
</body></html>
|
|
@ -0,0 +1,30 @@
|
|||
<!DOCTYPE html>
|
||||
<html><head><title>CSS Variables 1: Test variables in @font-face, font-family, font shorthand.</title>
|
||||
<link href="mailto:lea@verou.me" rel="author" title="Lea Verou">
|
||||
<style>
|
||||
|
||||
|
||||
|
||||
div {
|
||||
width: 150px;
|
||||
height: 150px;
|
||||
margin: 10px;
|
||||
display: inline-block;
|
||||
vertical-align: middle;
|
||||
background: green;
|
||||
text-align: center;
|
||||
color: green;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
</style>
|
||||
</head><body><p>Test passes if you see six green squares, and no red.</p>
|
||||
<div id="d1">X</div>
|
||||
<div id="d2">X</div>
|
||||
<div id="d3">X</div>
|
||||
<div id="d4">X</div>
|
||||
<div id="d5">X</div>
|
||||
<div id="d6">X</div>
|
||||
|
||||
|
||||
</body></html>
|
Loading…
Add table
Add a link
Reference in a new issue