mirror of
https://github.com/servo/servo.git
synced 2025-09-30 16:49:16 +01:00
Move outlines_simple_a.html to wpt reftests.
This commit is contained in:
parent
db930f683b
commit
248d5a6c52
4 changed files with 25 additions and 1 deletions
|
@ -683,6 +683,18 @@
|
|||
"url": "/_mozilla/css/flex_nochild.html"
|
||||
}
|
||||
],
|
||||
"css/outlines_simple_a.html": [
|
||||
{
|
||||
"path": "css/outlines_simple_a.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/outlines_simple_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/outlines_simple_a.html"
|
||||
}
|
||||
],
|
||||
"css/outlines_wrap_a.html": [
|
||||
{
|
||||
"path": "css/outlines_wrap_a.html",
|
||||
|
@ -3432,6 +3444,18 @@
|
|||
"url": "/_mozilla/css/flex_nochild.html"
|
||||
}
|
||||
],
|
||||
"css/outlines_simple_a.html": [
|
||||
{
|
||||
"path": "css/outlines_simple_a.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/outlines_simple_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/outlines_simple_a.html"
|
||||
}
|
||||
],
|
||||
"css/outlines_wrap_a.html": [
|
||||
{
|
||||
"path": "css/outlines_wrap_a.html",
|
||||
|
|
22
tests/wpt/mozilla/tests/css/outlines_simple_a.html
Normal file
22
tests/wpt/mozilla/tests/css/outlines_simple_a.html
Normal file
|
@ -0,0 +1,22 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<link rel='match' href='outlines_simple_ref.html'>
|
||||
<style>
|
||||
html, body {
|
||||
margin: 0;
|
||||
}
|
||||
section {
|
||||
position: relative;
|
||||
width: 92px;
|
||||
height: 92px;
|
||||
border: solid red 2px;
|
||||
outline: solid blue 2px;
|
||||
top: 2px;
|
||||
left: 2px;
|
||||
}
|
||||
</style>
|
||||
<body>
|
||||
<section></section>
|
||||
</body>
|
||||
</html>
|
||||
|
27
tests/wpt/mozilla/tests/css/outlines_simple_ref.html
Normal file
27
tests/wpt/mozilla/tests/css/outlines_simple_ref.html
Normal file
|
@ -0,0 +1,27 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<style>
|
||||
html, body {
|
||||
margin: 0;
|
||||
}
|
||||
section {
|
||||
position: relative;
|
||||
width: 96px;
|
||||
height: 96px;
|
||||
border: solid blue 2px;
|
||||
}
|
||||
nav {
|
||||
position: absolute;
|
||||
width: 92px;
|
||||
height: 92px;
|
||||
border: solid red 2px;
|
||||
top: 0;
|
||||
left: 0;
|
||||
}
|
||||
</style>
|
||||
<body>
|
||||
<section><nav></nav></section>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue