mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Move floated_table_with_margin_a.html to wpt reftests.
This commit is contained in:
parent
b687c1c7f9
commit
4f8a84109e
4 changed files with 25 additions and 1 deletions
|
@ -54,7 +54,6 @@ prefs:"layout.flex.enabled" == flex_row_direction.html flex_row_direction_ref.ht
|
|||
== 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
|
||||
== floated_table_with_margin_a.html floated_table_with_margin_ref.html
|
||||
== font_size.html font_size_ref.html
|
||||
# `?` and `#` in the name is a test for https://github.com/servo/servo/issues/3340
|
||||
== hide_after_create.html hide_after_create_ref.html
|
||||
|
|
|
@ -899,6 +899,18 @@
|
|||
"url": "/_mozilla/css/floated_list_item_a.html"
|
||||
}
|
||||
],
|
||||
"css/floated_table_with_margin_a.html": [
|
||||
{
|
||||
"path": "css/floated_table_with_margin_a.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/floated_table_with_margin_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/floated_table_with_margin_a.html"
|
||||
}
|
||||
],
|
||||
"css/focus_selector.html": [
|
||||
{
|
||||
"path": "css/focus_selector.html",
|
||||
|
@ -5040,6 +5052,18 @@
|
|||
"url": "/_mozilla/css/floated_list_item_a.html"
|
||||
}
|
||||
],
|
||||
"css/floated_table_with_margin_a.html": [
|
||||
{
|
||||
"path": "css/floated_table_with_margin_a.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/floated_table_with_margin_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/floated_table_with_margin_a.html"
|
||||
}
|
||||
],
|
||||
"css/focus_selector.html": [
|
||||
{
|
||||
"path": "css/focus_selector.html",
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
<html>
|
||||
<head>
|
||||
<link rel='match' href='floated_table_with_margin_ref.html'>
|
||||
<title>Rust - Wikipedia, the free encyclopedia</title>
|
||||
<style>
|
||||
body {
|
Loading…
Add table
Add a link
Reference in a new issue