mirror of
https://github.com/servo/servo.git
synced 2025-09-11 15:38:24 +01:00
Move clear_generated_content_table_a.html to wpt reftests.
This commit is contained in:
parent
0a6feb0c9a
commit
8eca6d1cb6
4 changed files with 25 additions and 1 deletions
|
@ -827,6 +827,18 @@
|
|||
"url": "/_mozilla/css/class-namespaces.html"
|
||||
}
|
||||
],
|
||||
"css/clear_generated_content_table_a.html": [
|
||||
{
|
||||
"path": "css/clear_generated_content_table_a.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/clear_generated_content_table_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/clear_generated_content_table_a.html"
|
||||
}
|
||||
],
|
||||
"css/clip_a.html": [
|
||||
{
|
||||
"path": "css/clip_a.html",
|
||||
|
@ -5160,6 +5172,18 @@
|
|||
"url": "/_mozilla/css/class-namespaces.html"
|
||||
}
|
||||
],
|
||||
"css/clear_generated_content_table_a.html": [
|
||||
{
|
||||
"path": "css/clear_generated_content_table_a.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/clear_generated_content_table_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/clear_generated_content_table_a.html"
|
||||
}
|
||||
],
|
||||
"css/clip_a.html": [
|
||||
{
|
||||
"path": "css/clip_a.html",
|
||||
|
|
|
@ -0,0 +1,20 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<link rel='match' href='clear_generated_content_table_ref.html'>
|
||||
<style>
|
||||
.clearit:after {
|
||||
content: "";
|
||||
clear: both;
|
||||
display: table;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div class=clearit>
|
||||
<div style="float: left;">x</div>
|
||||
</div>
|
||||
<div style="float: left;">y</div>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -0,0 +1,12 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<body>
|
||||
<div class=clearit>
|
||||
<div style="float: left;">x</div>
|
||||
</div>
|
||||
<div style="display: table; clear: both;"></div>
|
||||
<div style="float: left;">y</div>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue