mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Move inline_block_parent_padding_a.html to wpt reftests.
This commit is contained in:
parent
b67699e377
commit
7a79618d77
4 changed files with 25 additions and 1 deletions
|
@ -130,7 +130,6 @@ prefs:"layout.writing-mode.enabled" == iframe/size_attributes_vertical_writing_m
|
|||
== inline_block_margin_auto_a.html inline_block_margin_auto_ref.html
|
||||
== inline_block_margin_auto_zero_a.html inline_block_margin_auto_zero_ref.html
|
||||
== inline_block_overflow_hidden_a.html inline_block_overflow_hidden_ref.html
|
||||
== inline_block_parent_padding_a.html inline_block_parent_padding_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
|
||||
|
|
|
@ -719,6 +719,18 @@
|
|||
"url": "/_mozilla/css/inline_block_overflow.html"
|
||||
}
|
||||
],
|
||||
"css/inline_block_parent_padding_a.html": [
|
||||
{
|
||||
"path": "css/inline_block_parent_padding_a.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/inline_block_parent_padding_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/inline_block_parent_padding_a.html"
|
||||
}
|
||||
],
|
||||
"css/inline_block_percentage_height_a.html": [
|
||||
{
|
||||
"path": "css/inline_block_percentage_height_a.html",
|
||||
|
@ -4272,6 +4284,18 @@
|
|||
"url": "/_mozilla/css/inline_block_overflow.html"
|
||||
}
|
||||
],
|
||||
"css/inline_block_parent_padding_a.html": [
|
||||
{
|
||||
"path": "css/inline_block_parent_padding_a.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/inline_block_parent_padding_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/inline_block_parent_padding_a.html"
|
||||
}
|
||||
],
|
||||
"css/inline_block_percentage_height_a.html": [
|
||||
{
|
||||
"path": "css/inline_block_percentage_height_a.html",
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<link rel='match' href='inline_block_parent_padding_ref.html'>
|
||||
<link rel="stylesheet" type="text/css" href="css/ahem.css">
|
||||
<style type="text/css">
|
||||
body {
|
Loading…
Add table
Add a link
Reference in a new issue