Move text_transform_none_a.html to wpt reftests.

This commit is contained in:
Corey Farwell 2015-10-15 21:32:50 -04:00
parent 6975cd97e9
commit 47dd629d6a
4 changed files with 25 additions and 1 deletions

View file

@ -699,6 +699,18 @@
"url": "/_mozilla/css/text_transform_lowercase_a.html"
}
],
"css/text_transform_none_a.html": [
{
"path": "css/text_transform_none_a.html",
"references": [
[
"/_mozilla/css/text_transform_none_ref.html",
"=="
]
],
"url": "/_mozilla/css/text_transform_none_a.html"
}
],
"css/transform_optimization.html": [
{
"path": "css/transform_optimization.html",
@ -2348,6 +2360,18 @@
"url": "/_mozilla/css/text_transform_lowercase_a.html"
}
],
"css/text_transform_none_a.html": [
{
"path": "css/text_transform_none_a.html",
"references": [
[
"/_mozilla/css/text_transform_none_ref.html",
"=="
]
],
"url": "/_mozilla/css/text_transform_none_a.html"
}
],
"css/transform_optimization.html": [
{
"path": "css/transform_optimization.html",

View file

@ -0,0 +1,9 @@
<!DOCTYPE html>
<html>
<link rel='match' href='text_transform_none_ref.html'>
<!-- Tests that `text-transform: none` works. -->
<body>
<h1 style='text-transform: none; font-family: Hiragino Maru Gothic Pro'>You can do anything at ゾムボ.com</h1>
</body>
</html>

View file

@ -0,0 +1,9 @@
<!DOCTYPE html>
<html>
<!-- Tests that `text-transform: none` works. -->
<body>
<h1 style='font-family: Hiragino Maru Gothic Pro'>You can do anything at ゾムボ.com</h1>
</body>
</html>