mirror of
https://github.com/servo/servo.git
synced 2025-10-01 09:09:15 +01:00
Move floated_generated_content_a.html to wpt reftests.
This commit is contained in:
parent
af6941bfd0
commit
3147a1e13a
4 changed files with 25 additions and 1 deletions
|
@ -899,6 +899,18 @@
|
|||
"url": "/_mozilla/css/float_under_top_margin_a.html"
|
||||
}
|
||||
],
|
||||
"css/floated_generated_content_a.html": [
|
||||
{
|
||||
"path": "css/floated_generated_content_a.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/floated_generated_content_b.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/floated_generated_content_a.html"
|
||||
}
|
||||
],
|
||||
"css/floated_list_item_a.html": [
|
||||
{
|
||||
"path": "css/floated_list_item_a.html",
|
||||
|
@ -5064,6 +5076,18 @@
|
|||
"url": "/_mozilla/css/float_under_top_margin_a.html"
|
||||
}
|
||||
],
|
||||
"css/floated_generated_content_a.html": [
|
||||
{
|
||||
"path": "css/floated_generated_content_a.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/floated_generated_content_b.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/floated_generated_content_a.html"
|
||||
}
|
||||
],
|
||||
"css/floated_list_item_a.html": [
|
||||
{
|
||||
"path": "css/floated_list_item_a.html",
|
||||
|
|
16
tests/wpt/mozilla/tests/css/floated_generated_content_a.html
Normal file
16
tests/wpt/mozilla/tests/css/floated_generated_content_a.html
Normal file
|
@ -0,0 +1,16 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<link rel='match' href='floated_generated_content_b.html'>
|
||||
<style>
|
||||
.stand:before {
|
||||
content: "";
|
||||
float: left;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div class="stand">Toast! Toast! Toast!</div>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -0,0 +1,9 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
</head>
|
||||
<body>
|
||||
<div class="stand">Toast! Toast! Toast!</div>
|
||||
</body>
|
||||
</html>
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue