mirror of
https://github.com/servo/servo.git
synced 2025-09-30 16:49:16 +01:00
Move noscript.html to wpt reftests.
This commit is contained in:
parent
b9c06f3f0b
commit
e8283572b3
4 changed files with 25 additions and 1 deletions
|
@ -851,6 +851,18 @@
|
|||
"url": "/_mozilla/css/negative_margin_uncle_a.html"
|
||||
}
|
||||
],
|
||||
"css/noscript.html": [
|
||||
{
|
||||
"path": "css/noscript.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/noscript_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/noscript.html"
|
||||
}
|
||||
],
|
||||
"css/nth_child_pseudo_a.html": [
|
||||
{
|
||||
"path": "css/nth_child_pseudo_a.html",
|
||||
|
@ -3936,6 +3948,18 @@
|
|||
"url": "/_mozilla/css/negative_margin_uncle_a.html"
|
||||
}
|
||||
],
|
||||
"css/noscript.html": [
|
||||
{
|
||||
"path": "css/noscript.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/noscript_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/noscript.html"
|
||||
}
|
||||
],
|
||||
"css/nth_child_pseudo_a.html": [
|
||||
{
|
||||
"path": "css/nth_child_pseudo_a.html",
|
||||
|
|
6
tests/wpt/mozilla/tests/css/noscript.html
Normal file
6
tests/wpt/mozilla/tests/css/noscript.html
Normal file
|
@ -0,0 +1,6 @@
|
|||
<html>
|
||||
<link rel='match' href='noscript_ref.html'>
|
||||
<body>
|
||||
Text <noscript>Noscript</noscript> Final.
|
||||
</body>
|
||||
</html>
|
5
tests/wpt/mozilla/tests/css/noscript_ref.html
Normal file
5
tests/wpt/mozilla/tests/css/noscript_ref.html
Normal file
|
@ -0,0 +1,5 @@
|
|||
<html>
|
||||
<body>
|
||||
Text Final.
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue