mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
Move inline_absolute_out_of_flow_a.html to wpt reftests.
This commit is contained in:
parent
a2a40068ab
commit
176ed83609
4 changed files with 25 additions and 1 deletions
|
@ -118,7 +118,6 @@ prefs:"layout.writing-mode.enabled" == iframe/size_attributes_vertical_writing_m
|
|||
== incremental_letter_spacing_a.html incremental_letter_spacing_ref.html
|
||||
== incremental_text_color_a.html incremental_text_color_ref.html
|
||||
== inline_absolute_hypothetical_clip_a.html inline_absolute_hypothetical_clip_ref.html
|
||||
== inline_absolute_out_of_flow_a.html inline_absolute_out_of_flow_ref.html
|
||||
!= inline_background_a.html inline_background_ref.html
|
||||
== inline_block_baseline_a.html inline_block_baseline_ref.html
|
||||
== inline_block_block_direction_margins_a.html inline_block_block_direction_margins_ref.html
|
||||
|
|
|
@ -707,6 +707,18 @@
|
|||
"url": "/_mozilla/css/incremental_float_a.html"
|
||||
}
|
||||
],
|
||||
"css/inline_absolute_out_of_flow_a.html": [
|
||||
{
|
||||
"path": "css/inline_absolute_out_of_flow_a.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/inline_absolute_out_of_flow_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/inline_absolute_out_of_flow_a.html"
|
||||
}
|
||||
],
|
||||
"css/inline_block_border_a.html": [
|
||||
{
|
||||
"path": "css/inline_block_border_a.html",
|
||||
|
@ -4320,6 +4332,18 @@
|
|||
"url": "/_mozilla/css/incremental_float_a.html"
|
||||
}
|
||||
],
|
||||
"css/inline_absolute_out_of_flow_a.html": [
|
||||
{
|
||||
"path": "css/inline_absolute_out_of_flow_a.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/inline_absolute_out_of_flow_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/inline_absolute_out_of_flow_a.html"
|
||||
}
|
||||
],
|
||||
"css/inline_block_border_a.html": [
|
||||
{
|
||||
"path": "css/inline_block_border_a.html",
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
<!DOCTYPE html>
|
||||
<link rel='match' href='inline_absolute_out_of_flow_ref.html'>
|
||||
<style>
|
||||
#a {
|
||||
display: inline;
|
Loading…
Add table
Add a link
Reference in a new issue