mirror of
https://github.com/servo/servo.git
synced 2025-08-14 01:45:33 +01:00
Update web-platform-tests to revision c26470dac73f2df9d4822a0d3482f7eb1ebf57d9
This commit is contained in:
parent
7de87c487b
commit
4d3c932c47
648 changed files with 9014 additions and 4821 deletions
|
@ -1,32 +0,0 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<title>CSS Test: Color set to hex with three digits with the maximum plus one value of #1000</title>
|
||||
<link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
|
||||
<link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 -->
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" />
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" />
|
||||
<link rel="match" href="color-002-ref.xht" />
|
||||
<meta name="flags" content="ahem invalid" />
|
||||
<meta name="assert" content="The 'color' set to '#1000' falls back to the initial value and renders the correct foreground color of an element's text content." />
|
||||
<style type="text/css">
|
||||
#test
|
||||
{
|
||||
color: #1000;
|
||||
font: 100px/1 Ahem;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
#reference
|
||||
{
|
||||
height: 100px;
|
||||
width: 100px;
|
||||
background-color: #000000;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<p>Test passes if there are 2 squares with the <strong>same color</strong>.</p>
|
||||
<div id="test">X</div>
|
||||
<div id="reference"></div>
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,12 @@
|
|||
<!DOCTYPE html>
|
||||
<meta charset="utf-8">
|
||||
<title>CSS Reference</title>
|
||||
<style>
|
||||
div {
|
||||
font-size: 30px;
|
||||
}
|
||||
</style>
|
||||
<body>
|
||||
<p>Test passes if the number '2' appears below.</p>
|
||||
<div>2</div>
|
||||
</body>
|
|
@ -5,6 +5,7 @@
|
|||
<link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/generate.html#propdef-counter-increment" />
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/generate.html#counters" />
|
||||
<link rel="match" href="counter-increment-014-ref.html" />
|
||||
<meta name="flags" content="" />
|
||||
<meta name="assert" content="The 'counter-increment' property with only an identifier, grouped twice." />
|
||||
<style type="text/css">
|
||||
|
|
|
@ -0,0 +1,12 @@
|
|||
<!DOCTYPE html>
|
||||
<meta charset="utf-8">
|
||||
<title>CSS Reference</title>
|
||||
<style>
|
||||
div {
|
||||
font-size: 30px;
|
||||
}
|
||||
</style>
|
||||
<body>
|
||||
<p>Test passes if the number '20' appears below.</p>
|
||||
<div>20</div>
|
||||
</body>
|
|
@ -5,6 +5,7 @@
|
|||
<link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/generate.html#propdef-counter-increment" />
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/generate.html#counters" />
|
||||
<link rel="match" href="counter-increment-021-ref.html" />
|
||||
<meta name="flags" content="" />
|
||||
<meta name="assert" content="The 'counter-increment' property with an identifier and an integer value, grouped twice." />
|
||||
<style type="text/css">
|
||||
|
|
|
@ -5,6 +5,7 @@
|
|||
<link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/generate.html#propdef-counter-increment" />
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/generate.html#counters" />
|
||||
<link rel="match" href="counter-increment-021-ref.html" />
|
||||
<meta name="flags" content="" />
|
||||
<meta name="assert" content="The 'counter-increment' property with an identifier and a positive integer value, grouped twice." />
|
||||
<style type="text/css">
|
||||
|
|
|
@ -0,0 +1,12 @@
|
|||
<!DOCTYPE html>
|
||||
<meta charset="utf-8">
|
||||
<title>CSS Reference</title>
|
||||
<style>
|
||||
div {
|
||||
font-size: 30px;
|
||||
}
|
||||
</style>
|
||||
<body>
|
||||
<p>Test passes if the number '3' appears below.</p>
|
||||
<div>3</div>
|
||||
</body>
|
|
@ -5,6 +5,7 @@
|
|||
<link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/generate.html#propdef-counter-increment" />
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/generate.html#counters" />
|
||||
<link rel="match" href="counter-increment-027-ref.html" />
|
||||
<meta name="flags" content="" />
|
||||
<meta name="assert" content="The 'counter-increment' property with only an identifier, grouped three times." />
|
||||
<style type="text/css">
|
||||
|
|
|
@ -0,0 +1,12 @@
|
|||
<!DOCTYPE html>
|
||||
<meta charset="utf-8">
|
||||
<title>CSS Reference</title>
|
||||
<style>
|
||||
div {
|
||||
font-size: 30px;
|
||||
}
|
||||
</style>
|
||||
<body>
|
||||
<p>Test passes if the number '30' appears below.</p>
|
||||
<div>30</div>
|
||||
</body>
|
|
@ -5,6 +5,7 @@
|
|||
<link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/generate.html#propdef-counter-increment" />
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/generate.html#counters" />
|
||||
<link rel="match" href="counter-increment-034-ref.html" />
|
||||
<meta name="flags" content="" />
|
||||
<meta name="assert" content="The 'counter-increment' property with an identifier and an integer value, grouped three times." />
|
||||
<style type="text/css">
|
||||
|
|
|
@ -5,6 +5,7 @@
|
|||
<link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/generate.html#propdef-counter-increment" />
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/generate.html#counters" />
|
||||
<link rel="match" href="counter-increment-034-ref.html" />
|
||||
<meta name="flags" content="" />
|
||||
<meta name="assert" content="The 'counter-increment' property with an identifier and a positive integer value, grouped three times." />
|
||||
<style type="text/css">
|
||||
|
|
|
@ -0,0 +1,12 @@
|
|||
<!DOCTYPE html>
|
||||
<meta charset="utf-8">
|
||||
<title>CSS Reference</title>
|
||||
<style>
|
||||
div {
|
||||
font-size: 30px;
|
||||
}
|
||||
</style>
|
||||
<body>
|
||||
<p>Test passes if the number '32' appears below.</p>
|
||||
<div>32</div>
|
||||
</body>
|
|
@ -5,6 +5,7 @@
|
|||
<link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/generate.html#propdef-counter-increment" />
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/generate.html#counters" />
|
||||
<link rel="match" href="counter-increment-040-ref.html" />
|
||||
<meta name="flags" content="" />
|
||||
<meta name="assert" content="The 'counter-increment' property with only an identifier, grouped thirty-two times." />
|
||||
<style type="text/css">
|
||||
|
|
|
@ -0,0 +1,12 @@
|
|||
<!DOCTYPE html>
|
||||
<meta charset="utf-8">
|
||||
<title>CSS Reference</title>
|
||||
<style>
|
||||
div {
|
||||
font-size: 30px;
|
||||
}
|
||||
</style>
|
||||
<body>
|
||||
<p>Test passes if the number '320' appears below.</p>
|
||||
<div>320</div>
|
||||
</body>
|
|
@ -5,6 +5,7 @@
|
|||
<link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/generate.html#propdef-counter-increment" />
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/generate.html#counters" />
|
||||
<link rel="match" href="counter-increment-047-ref.html" />
|
||||
<meta name="flags" content="" />
|
||||
<meta name="assert" content="The 'counter-increment' property with an identifier and an integer value, grouped thirty-two times." />
|
||||
<style type="text/css">
|
||||
|
|
|
@ -5,6 +5,7 @@
|
|||
<link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/generate.html#propdef-counter-increment" />
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/generate.html#counters" />
|
||||
<link rel="match" href="counter-increment-047-ref.html" />
|
||||
<meta name="flags" content="" />
|
||||
<meta name="assert" content="The 'counter-increment' property with an identifier and a positive integer value, grouped thirty-two times." />
|
||||
<style type="text/css">
|
||||
|
|
|
@ -0,0 +1,14 @@
|
|||
<!DOCTYPE html>
|
||||
<meta charset="utf-8">
|
||||
<title>CSS Reference</title>
|
||||
<style>
|
||||
div {
|
||||
font-size: 30px;
|
||||
}
|
||||
</style>
|
||||
<body>
|
||||
<p>Test passes if the numbers '5 5 10' appear below in the same order.</p>
|
||||
<div>5</div>
|
||||
<div>5</div>
|
||||
<div>10</div>
|
||||
</body>
|
|
@ -5,6 +5,7 @@
|
|||
<link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/generate.html#propdef-counter-increment" />
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/generate.html#counters" />
|
||||
<link rel="match" href="counter-increment-053-ref.html" />
|
||||
<meta name="flags" content="" />
|
||||
<meta name="assert" content="The counter-increment set to 'none' does not increment counter." />
|
||||
<style type="text/css">
|
||||
|
|
|
@ -0,0 +1,13 @@
|
|||
<!DOCTYPE html>
|
||||
<meta charset="utf-8">
|
||||
<title>CSS Reference</title>
|
||||
<style>
|
||||
div {
|
||||
font-size: 30px;
|
||||
}
|
||||
</style>
|
||||
<body>
|
||||
<p>Test passes if the numbers '5 10' appear below in the same order.</p>
|
||||
<div>5</div>
|
||||
<div>10</div>
|
||||
</body>
|
|
@ -5,6 +5,7 @@
|
|||
<link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/generate.html#propdef-counter-increment" />
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/generate.html#counters" />
|
||||
<link rel="match" href="counter-increment-054-ref.html" />
|
||||
<meta name="flags" content="" />
|
||||
<meta name="assert" content="The counter-increment with the value inherit specified." />
|
||||
<style type="text/css">
|
||||
|
|
|
@ -0,0 +1,12 @@
|
|||
<!DOCTYPE html>
|
||||
<meta charset="utf-8">
|
||||
<title>CSS Reference</title>
|
||||
<style>
|
||||
div {
|
||||
font-size: 30px;
|
||||
}
|
||||
</style>
|
||||
<body>
|
||||
<p>Test passes if the number '1' appears below.</p>
|
||||
<div>1</div>
|
||||
</body>
|
|
@ -5,6 +5,7 @@
|
|||
<link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/generate.html#propdef-counter-increment" />
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/generate.html#counters" />
|
||||
<link rel="match" href="counter-increment-055-ref.html" />
|
||||
<meta name="flags" content="" />
|
||||
<meta name="assert" content="The 'counter-increment' property with only an identifier." />
|
||||
<style type="text/css">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue