mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
Move inline_hypothetical_box_a.html to wpt reftests.
This commit is contained in:
parent
21d6bccf62
commit
d1b3e098cd
4 changed files with 25 additions and 1 deletions
|
@ -137,7 +137,6 @@ prefs:"layout.writing-mode.enabled" == iframe/size_attributes_vertical_writing_m
|
|||
== inline_block_parent_width_percentage.html inline_block_parent_width_ref.html
|
||||
== inline_block_stacking_context_a.html inline_block_stacking_context_ref.html
|
||||
# inline_border_a.html inline_border_b.html
|
||||
== inline_hypothetical_box_a.html inline_hypothetical_box_ref.html
|
||||
== inline_margin_multiple_fragments_a.html inline_margin_multiple_fragments_ref.html
|
||||
== inline_whitespace_a.html inline_whitespace_ref.html
|
||||
== inline_whitespace_b.html inline_whitespace_ref.html
|
||||
|
|
|
@ -743,6 +743,18 @@
|
|||
"url": "/_mozilla/css/inline_element_border_a.html"
|
||||
}
|
||||
],
|
||||
"css/inline_hypothetical_box_a.html": [
|
||||
{
|
||||
"path": "css/inline_hypothetical_box_a.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/inline_hypothetical_box_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/inline_hypothetical_box_a.html"
|
||||
}
|
||||
],
|
||||
"css/inline_margins_a.html": [
|
||||
{
|
||||
"path": "css/inline_margins_a.html",
|
||||
|
@ -4236,6 +4248,18 @@
|
|||
"url": "/_mozilla/css/inline_element_border_a.html"
|
||||
}
|
||||
],
|
||||
"css/inline_hypothetical_box_a.html": [
|
||||
{
|
||||
"path": "css/inline_hypothetical_box_a.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/inline_hypothetical_box_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/inline_hypothetical_box_a.html"
|
||||
}
|
||||
],
|
||||
"css/inline_margins_a.html": [
|
||||
{
|
||||
"path": "css/inline_margins_a.html",
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<link rel='match' href='inline_hypothetical_box_ref.html'>
|
||||
<style>
|
||||
.a {
|
||||
position: relative;
|
Loading…
Add table
Add a link
Reference in a new issue