mirror of
https://github.com/servo/servo.git
synced 2025-08-04 21:20:23 +01:00
Move inline_block_overflow.html to wpt reftests.
This commit is contained in:
parent
30208daf1f
commit
ca8540e02c
4 changed files with 25 additions and 1 deletions
|
@ -131,7 +131,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_min_width.html inline_block_min_width_ref.html
|
||||
== inline_block_overflow.html inline_block_overflow_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
|
||||
|
|
|
@ -683,6 +683,18 @@
|
|||
"url": "/_mozilla/css/flex_nochild.html"
|
||||
}
|
||||
],
|
||||
"css/inline_block_overflow.html": [
|
||||
{
|
||||
"path": "css/inline_block_overflow.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/inline_block_overflow_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/inline_block_overflow.html"
|
||||
}
|
||||
],
|
||||
"css/inline_border_baseline_a.html": [
|
||||
{
|
||||
"path": "css/inline_border_baseline_a.html",
|
||||
|
@ -3936,6 +3948,18 @@
|
|||
"url": "/_mozilla/css/flex_nochild.html"
|
||||
}
|
||||
],
|
||||
"css/inline_block_overflow.html": [
|
||||
{
|
||||
"path": "css/inline_block_overflow.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/inline_block_overflow_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/inline_block_overflow.html"
|
||||
}
|
||||
],
|
||||
"css/inline_border_baseline_a.html": [
|
||||
{
|
||||
"path": "css/inline_border_baseline_a.html",
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
|
||||
<html>
|
||||
<link rel='match' href='inline_block_overflow_ref.html'>
|
||||
<body>
|
||||
a<span style="display: inline-block; overflow: hidden">b</span>
|
||||
</body>
|
Loading…
Add table
Add a link
Reference in a new issue