mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Move inline_block_img_a.html to wpt reftests.
This commit is contained in:
parent
d1b3e098cd
commit
293561a0c4
4 changed files with 25 additions and 1 deletions
|
@ -126,7 +126,6 @@ prefs:"layout.writing-mode.enabled" == iframe/size_attributes_vertical_writing_m
|
|||
== inline_block_block_direction_margins_a.html inline_block_block_direction_margins_ref.html
|
||||
== inline_block_border_a.html inline_block_border_ref.html
|
||||
== inline_block_border_intrinsic_size_a.html inline_block_border_intrinsic_size_ref.html
|
||||
== inline_block_img_a.html inline_block_img_ref.html
|
||||
== inline_block_margin_a.html inline_block_margin_ref.html
|
||||
== 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
|
||||
|
|
|
@ -683,6 +683,18 @@
|
|||
"url": "/_mozilla/css/flex_nochild.html"
|
||||
}
|
||||
],
|
||||
"css/inline_block_img_a.html": [
|
||||
{
|
||||
"path": "css/inline_block_img_a.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/inline_block_img_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/inline_block_img_a.html"
|
||||
}
|
||||
],
|
||||
"css/inline_block_overflow.html": [
|
||||
{
|
||||
"path": "css/inline_block_overflow.html",
|
||||
|
@ -4188,6 +4200,18 @@
|
|||
"url": "/_mozilla/css/flex_nochild.html"
|
||||
}
|
||||
],
|
||||
"css/inline_block_img_a.html": [
|
||||
{
|
||||
"path": "css/inline_block_img_a.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/inline_block_img_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/inline_block_img_a.html"
|
||||
}
|
||||
],
|
||||
"css/inline_block_overflow.html": [
|
||||
{
|
||||
"path": "css/inline_block_overflow.html",
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<link rel='match' href='inline_block_img_ref.html'>
|
||||
<style>
|
||||
body {
|
||||
margin: 0;
|
Loading…
Add table
Add a link
Reference in a new issue