mirror of
https://github.com/servo/servo.git
synced 2025-09-30 16:49:16 +01:00
Move text_transform_none_a.html to wpt reftests.
This commit is contained in:
parent
6975cd97e9
commit
47dd629d6a
4 changed files with 25 additions and 1 deletions
|
@ -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",
|
||||
|
|
9
tests/wpt/mozilla/tests/css/text_transform_none_a.html
Normal file
9
tests/wpt/mozilla/tests/css/text_transform_none_a.html
Normal 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>
|
||||
|
9
tests/wpt/mozilla/tests/css/text_transform_none_ref.html
Normal file
9
tests/wpt/mozilla/tests/css/text_transform_none_ref.html
Normal 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>
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue