mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +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
|
@ -51,7 +51,6 @@ prefs:"layout.flex-direction.enabled,layout.flex.enabled" == flex_column_directi
|
|||
prefs:"layout.flex.enabled" == flex_row_direction.html flex_row_direction_ref.html
|
||||
== float_clearance_intrinsic_width_a.html float_clearance_intrinsic_width_ref.html
|
||||
== float_positioned_pseudo_stacking_context.html float_positioned_pseudo_stacking_context_ref.html
|
||||
== floated_generated_content_a.html floated_generated_content_b.html
|
||||
== floated_negative_margins_a.html floated_negative_margins_ref.html
|
||||
== font_size.html font_size_ref.html
|
||||
# `?` and `#` in the name is a test for https://github.com/servo/servo/issues/3340
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<link rel='match' href='floated_generated_content_b.html'>
|
||||
<style>
|
||||
.stand:before {
|
||||
content: "";
|
Loading…
Add table
Add a link
Reference in a new issue