mirror of
https://github.com/servo/servo.git
synced 2025-08-22 13:55:34 +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
|
@ -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",
|
||||
|
|
7
tests/wpt/mozilla/tests/css/inline_block_overflow.html
Normal file
7
tests/wpt/mozilla/tests/css/inline_block_overflow.html
Normal file
|
@ -0,0 +1,7 @@
|
|||
<!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>
|
||||
</html>
|
|
@ -0,0 +1,6 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
|
||||
<html>
|
||||
<body>
|
||||
ab
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue