mirror of
https://github.com/servo/servo.git
synced 2025-08-15 10:25:32 +01:00
Update web-platform-tests to revision c2e5b9fbaa17424f05ca2bb04609790a3b61d5c2
This commit is contained in:
parent
db7bb2a510
commit
f2c1b70e4a
138 changed files with 2799 additions and 851 deletions
|
@ -4,9 +4,11 @@
|
|||
<title>CSS Reftest Reference</title>
|
||||
<link rel="author" title="Ms2ger" href="mailto:Ms2ger@gmail.com"/>
|
||||
<style type="text/css">
|
||||
body {
|
||||
color: navy;
|
||||
}
|
||||
div {
|
||||
width: 138px;
|
||||
color: orange;
|
||||
font-size: 10px;
|
||||
line-height: 1;
|
||||
}
|
||||
|
|
|
@ -43,7 +43,7 @@
|
|||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<p>Test passes if there are two black squares on the page.</p>
|
||||
<p>Test passes if there are 2 filled black squares.</p>
|
||||
<div id="test">XX XX</div>
|
||||
<div id="reference"><div id="div1"></div><div id="div2"></div><div id="div3"></div></div>
|
||||
</body>
|
||||
|
|
|
@ -9,6 +9,7 @@
|
|||
{
|
||||
font-family: monospace;
|
||||
font-size: 10pt;
|
||||
margin: 0;
|
||||
}
|
||||
div
|
||||
{
|
||||
|
|
|
@ -12,6 +12,7 @@
|
|||
{
|
||||
font-family: monospace;
|
||||
font-size: 10pt;
|
||||
margin: 0;
|
||||
}
|
||||
div
|
||||
{
|
||||
|
|
|
@ -16,12 +16,12 @@
|
|||
#div1
|
||||
{
|
||||
white-space: pre-wrap;
|
||||
margin-left: -1em;
|
||||
}
|
||||
#div2
|
||||
{
|
||||
background: black;
|
||||
height: 1em;
|
||||
margin-left: 1em;
|
||||
width: 1em;
|
||||
}
|
||||
</style>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue