mirror of
https://github.com/servo/servo.git
synced 2025-10-01 00:59:15 +01:00
Move quotes_simple_a.html to wpt reftests.
This commit is contained in:
parent
e76ec79356
commit
2db832f155
4 changed files with 25 additions and 1 deletions
|
@ -683,6 +683,18 @@
|
|||
"url": "/_mozilla/css/flex_nochild.html"
|
||||
}
|
||||
],
|
||||
"css/quotes_simple_a.html": [
|
||||
{
|
||||
"path": "css/quotes_simple_a.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/quotes_simple_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/quotes_simple_a.html"
|
||||
}
|
||||
],
|
||||
"css/root_height_a.html": [
|
||||
{
|
||||
"path": "css/root_height_a.html",
|
||||
|
@ -2964,6 +2976,18 @@
|
|||
"url": "/_mozilla/css/flex_nochild.html"
|
||||
}
|
||||
],
|
||||
"css/quotes_simple_a.html": [
|
||||
{
|
||||
"path": "css/quotes_simple_a.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/quotes_simple_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/quotes_simple_a.html"
|
||||
}
|
||||
],
|
||||
"css/root_height_a.html": [
|
||||
{
|
||||
"path": "css/root_height_a.html",
|
||||
|
|
11
tests/wpt/mozilla/tests/css/quotes_simple_a.html
Normal file
11
tests/wpt/mozilla/tests/css/quotes_simple_a.html
Normal file
|
@ -0,0 +1,11 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<link rel='match' href='quotes_simple_ref.html'>
|
||||
<!-- Tests that the initial value of `quotes` works. -->
|
||||
</head>
|
||||
<body>
|
||||
I remember when I first read <q>Hagrid said, <q>You're a wizard, Harry!</q></q>
|
||||
</body>
|
||||
</html>
|
||||
|
11
tests/wpt/mozilla/tests/css/quotes_simple_ref.html
Normal file
11
tests/wpt/mozilla/tests/css/quotes_simple_ref.html
Normal file
|
@ -0,0 +1,11 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<!-- Tests that the initial value of `quotes` works. -->
|
||||
</head>
|
||||
<body>
|
||||
I remember when I first read “Hagrid said, ‘You're a wizard, Harry!’”
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue