Move quotes_simple_a.html to wpt reftests.

This commit is contained in:
Corey Farwell 2015-10-16 08:28:21 -04:00
parent e76ec79356
commit 2db832f155
4 changed files with 25 additions and 1 deletions

View file

@ -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",

View 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>

View 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 &#x201c;Hagrid said, &#x2018;You're a wizard, Harry!&#x2019;&#x201d;
</body>
</html>