mirror of
https://github.com/servo/servo.git
synced 2025-10-01 00:59:15 +01:00
Move text_decoration_propagation_a.html to wpt reftests.
This commit is contained in:
parent
1ff3424a8b
commit
d8fe60ccb1
5 changed files with 29 additions and 1 deletions
|
@ -4375,6 +4375,18 @@
|
|||
"url": "/_mozilla/css/text_decoration_cached.html"
|
||||
}
|
||||
],
|
||||
"css/text_decoration_propagation_a.html": [
|
||||
{
|
||||
"path": "css/text_decoration_propagation_a.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/text_decoration_propagation_b.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/text_decoration_propagation_a.html"
|
||||
}
|
||||
],
|
||||
"css/text_decoration_smoke_a.html": [
|
||||
{
|
||||
"path": "css/text_decoration_smoke_a.html",
|
||||
|
@ -10158,6 +10170,18 @@
|
|||
"url": "/_mozilla/css/text_decoration_cached.html"
|
||||
}
|
||||
],
|
||||
"css/text_decoration_propagation_a.html": [
|
||||
{
|
||||
"path": "css/text_decoration_propagation_a.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/text_decoration_propagation_b.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/text_decoration_propagation_a.html"
|
||||
}
|
||||
],
|
||||
"css/text_decoration_smoke_a.html": [
|
||||
{
|
||||
"path": "css/text_decoration_smoke_a.html",
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
[text_decoration_propagation_a.html]
|
||||
type: reftest
|
||||
expected: FAIL
|
||||
bug: https://github.com/servo/servo/issues/8783
|
|
@ -0,0 +1,21 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>I CAN'T LIVE ANOTHER DAY WITHOUT AIR CONDITIONING!</title>
|
||||
<link rel=match href=text_decoration_propagation_b.html>
|
||||
<style>
|
||||
#a {
|
||||
text-decoration: underline;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div id=a>
|
||||
hi
|
||||
<div id=b>
|
||||
there
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -0,0 +1,23 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>I CAN'T LIVE ANOTHER DAY WITHOUT AIR CONDITIONING!</title>
|
||||
<style>
|
||||
#a {
|
||||
text-decoration: underline;
|
||||
}
|
||||
#b {
|
||||
text-decoration: underline;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div id=a>
|
||||
hi
|
||||
<div id=b>
|
||||
there
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue