mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
Move inline_block_parent_width.html and inline_block_parent_width_percentage.html to wpt reftests.
This commit is contained in:
parent
cfbe639e79
commit
3ed4e62057
5 changed files with 50 additions and 2 deletions
|
@ -34,8 +34,6 @@ prefs:"layout.writing-mode.enabled" == iframe/size_attributes_vertical_writing_m
|
|||
== iframe/stacking_context.html iframe/stacking_context_ref.html
|
||||
== iframe/stacking_context_position_a.html iframe/stacking_context_position_ref.html
|
||||
|
||||
== inline_block_parent_width.html inline_block_parent_width_ref.html
|
||||
== inline_block_parent_width_percentage.html inline_block_parent_width_ref.html
|
||||
# inline_border_a.html inline_border_b.html
|
||||
== inline_whitespace_a.html inline_whitespace_ref.html
|
||||
== inline_whitespace_b.html inline_whitespace_ref.html
|
||||
|
|
|
@ -1919,6 +1919,30 @@
|
|||
"url": "/_mozilla/css/inline_block_parent_padding_a.html"
|
||||
}
|
||||
],
|
||||
"css/inline_block_parent_width.html": [
|
||||
{
|
||||
"path": "css/inline_block_parent_width.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/inline_block_parent_width_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/inline_block_parent_width.html"
|
||||
}
|
||||
],
|
||||
"css/inline_block_parent_width_percentage.html": [
|
||||
{
|
||||
"path": "css/inline_block_parent_width_percentage.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/inline_block_parent_width_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/inline_block_parent_width_percentage.html"
|
||||
}
|
||||
],
|
||||
"css/inline_block_percentage_height_a.html": [
|
||||
{
|
||||
"path": "css/inline_block_percentage_height_a.html",
|
||||
|
@ -6876,6 +6900,30 @@
|
|||
"url": "/_mozilla/css/inline_block_parent_padding_a.html"
|
||||
}
|
||||
],
|
||||
"css/inline_block_parent_width.html": [
|
||||
{
|
||||
"path": "css/inline_block_parent_width.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/inline_block_parent_width_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/inline_block_parent_width.html"
|
||||
}
|
||||
],
|
||||
"css/inline_block_parent_width_percentage.html": [
|
||||
{
|
||||
"path": "css/inline_block_parent_width_percentage.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/inline_block_parent_width_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/inline_block_parent_width_percentage.html"
|
||||
}
|
||||
],
|
||||
"css/inline_block_percentage_height_a.html": [
|
||||
{
|
||||
"path": "css/inline_block_percentage_height_a.html",
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<link rel=match href=inline_block_parent_width_ref.html>
|
||||
<body>
|
||||
<div style="display: block; width: 300px;">
|
||||
<div style="display: inline-block">
|
|
@ -1,5 +1,6 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<link rel=match href=inline_block_parent_width_ref.html>
|
||||
<body>
|
||||
<div style="display: block; width: 600px;">
|
||||
<div style="width: 50%; display: inline-block;">
|
Loading…
Add table
Add a link
Reference in a new issue