mirror of
https://github.com/servo/servo.git
synced 2025-09-30 16:49:16 +01:00
Move text_decoration_cached.html to wpt reftests.
This commit is contained in:
parent
5bf38ab538
commit
731c1a491c
4 changed files with 25 additions and 1 deletions
|
@ -699,6 +699,18 @@
|
|||
"url": "/_mozilla/css/text_align_start_end.html"
|
||||
}
|
||||
],
|
||||
"css/text_decoration_cached.html": [
|
||||
{
|
||||
"path": "css/text_decoration_cached.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/text_decoration_cached_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/text_decoration_cached.html"
|
||||
}
|
||||
],
|
||||
"css/text_indent_a.html": [
|
||||
{
|
||||
"path": "css/text_indent_a.html",
|
||||
|
@ -2456,6 +2468,18 @@
|
|||
"url": "/_mozilla/css/text_align_start_end.html"
|
||||
}
|
||||
],
|
||||
"css/text_decoration_cached.html": [
|
||||
{
|
||||
"path": "css/text_decoration_cached.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/text_decoration_cached_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/text_decoration_cached.html"
|
||||
}
|
||||
],
|
||||
"css/text_indent_a.html": [
|
||||
{
|
||||
"path": "css/text_indent_a.html",
|
||||
|
|
15
tests/wpt/mozilla/tests/css/text_decoration_cached.html
Normal file
15
tests/wpt/mozilla/tests/css/text_decoration_cached.html
Normal file
|
@ -0,0 +1,15 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<link rel='match' href='text_decoration_cached_ref.html'>
|
||||
<meta charset="UTF-8">
|
||||
<title>text-decoration cache test</title>
|
||||
<style>
|
||||
span { text-decoration: underline; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<u>test</u>
|
||||
<u>test</u>
|
||||
<body>
|
||||
</html>
|
14
tests/wpt/mozilla/tests/css/text_decoration_cached_ref.html
Normal file
14
tests/wpt/mozilla/tests/css/text_decoration_cached_ref.html
Normal file
|
@ -0,0 +1,14 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>text-decoration cache reference</title>
|
||||
<style>
|
||||
span { text-decoration: underline; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<u>test</u>
|
||||
<span>test</span>
|
||||
<body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue