mirror of
https://github.com/servo/servo.git
synced 2025-10-01 00:59:15 +01:00
Move float_table_a.html to wpt reftests.
This commit is contained in:
parent
7dbdaea6e3
commit
b250479448
4 changed files with 25 additions and 1 deletions
|
@ -803,6 +803,18 @@
|
|||
"url": "/_mozilla/css/flex_nochild.html"
|
||||
}
|
||||
],
|
||||
"css/float_table_a.html": [
|
||||
{
|
||||
"path": "css/float_table_a.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/float_table_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/float_table_a.html"
|
||||
}
|
||||
],
|
||||
"css/floated_list_item_a.html": [
|
||||
{
|
||||
"path": "css/floated_list_item_a.html",
|
||||
|
@ -4824,6 +4836,18 @@
|
|||
"url": "/_mozilla/css/flex_nochild.html"
|
||||
}
|
||||
],
|
||||
"css/float_table_a.html": [
|
||||
{
|
||||
"path": "css/float_table_a.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/float_table_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/float_table_a.html"
|
||||
}
|
||||
],
|
||||
"css/floated_list_item_a.html": [
|
||||
{
|
||||
"path": "css/floated_list_item_a.html",
|
||||
|
|
33
tests/wpt/mozilla/tests/css/float_table_a.html
Normal file
33
tests/wpt/mozilla/tests/css/float_table_a.html
Normal file
|
@ -0,0 +1,33 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<link rel='match' href='float_table_ref.html'>
|
||||
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
||||
<meta charset="UTF-8">
|
||||
<style type="text/css">
|
||||
body {
|
||||
margin: 0;
|
||||
}
|
||||
table {
|
||||
font-family: 'ahem';
|
||||
font-size: 100px;
|
||||
color: red;
|
||||
float: right;
|
||||
line-height: 1;
|
||||
border-spacing: 0;
|
||||
}
|
||||
td {
|
||||
padding: 0;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<table>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>X</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
22
tests/wpt/mozilla/tests/css/float_table_ref.html
Normal file
22
tests/wpt/mozilla/tests/css/float_table_ref.html
Normal file
|
@ -0,0 +1,22 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
||||
<meta charset="UTF-8">
|
||||
<style type="text/css">
|
||||
body {
|
||||
margin: 0;
|
||||
}
|
||||
div {
|
||||
background-color: red;
|
||||
width: 100px;
|
||||
height: 100px;
|
||||
position: absolute;
|
||||
right: 0;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div></div>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue