mirror of
https://github.com/servo/servo.git
synced 2025-08-22 13:55:34 +01:00
Move many_brs_a.html to wpt reftests.
This commit is contained in:
parent
72176abbd3
commit
2c297877f6
4 changed files with 25 additions and 1 deletions
|
@ -1019,6 +1019,18 @@
|
|||
"url": "/_mozilla/css/link_style_order.html"
|
||||
}
|
||||
],
|
||||
"css/many_brs_a.html": [
|
||||
{
|
||||
"path": "css/many_brs_a.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/many_brs_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/many_brs_a.html"
|
||||
}
|
||||
],
|
||||
"css/max_width_float_simple_a.html": [
|
||||
{
|
||||
"path": "css/max_width_float_simple_a.html",
|
||||
|
@ -4464,6 +4476,18 @@
|
|||
"url": "/_mozilla/css/link_style_order.html"
|
||||
}
|
||||
],
|
||||
"css/many_brs_a.html": [
|
||||
{
|
||||
"path": "css/many_brs_a.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/many_brs_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/many_brs_a.html"
|
||||
}
|
||||
],
|
||||
"css/max_width_float_simple_a.html": [
|
||||
{
|
||||
"path": "css/max_width_float_simple_a.html",
|
||||
|
|
7
tests/wpt/mozilla/tests/css/many_brs_a.html
Normal file
7
tests/wpt/mozilla/tests/css/many_brs_a.html
Normal file
|
@ -0,0 +1,7 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<link rel='match' href='many_brs_ref.html'>
|
||||
<body>
|
||||
Cupcakes<br>are<br>supremely<br>delicious.
|
||||
</body>
|
||||
</html>
|
9
tests/wpt/mozilla/tests/css/many_brs_ref.html
Normal file
9
tests/wpt/mozilla/tests/css/many_brs_ref.html
Normal file
|
@ -0,0 +1,9 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<body>
|
||||
<div>Cupcakes</div>
|
||||
<div>are</div>
|
||||
<div>supremely</div>
|
||||
<div>delicious.</div>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue