mirror of
https://github.com/servo/servo.git
synced 2025-09-11 15:38:24 +01:00
Move inline_block_overflow_hidden_a.html to wpt reftests.
This commit is contained in:
parent
603dbe377c
commit
4625d2e3d0
4 changed files with 25 additions and 1 deletions
|
@ -779,6 +779,18 @@
|
|||
"url": "/_mozilla/css/inline_block_overflow.html"
|
||||
}
|
||||
],
|
||||
"css/inline_block_overflow_hidden_a.html": [
|
||||
{
|
||||
"path": "css/inline_block_overflow_hidden_a.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/inline_block_overflow_hidden_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/inline_block_overflow_hidden_a.html"
|
||||
}
|
||||
],
|
||||
"css/inline_block_parent_padding_a.html": [
|
||||
{
|
||||
"path": "css/inline_block_parent_padding_a.html",
|
||||
|
@ -4416,6 +4428,18 @@
|
|||
"url": "/_mozilla/css/inline_block_overflow.html"
|
||||
}
|
||||
],
|
||||
"css/inline_block_overflow_hidden_a.html": [
|
||||
{
|
||||
"path": "css/inline_block_overflow_hidden_a.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/inline_block_overflow_hidden_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/inline_block_overflow_hidden_a.html"
|
||||
}
|
||||
],
|
||||
"css/inline_block_parent_padding_a.html": [
|
||||
{
|
||||
"path": "css/inline_block_parent_padding_a.html",
|
||||
|
|
|
@ -0,0 +1,8 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<link rel='match' href='inline_block_overflow_hidden_ref.html'>
|
||||
<body>
|
||||
<div style="display: inline-block; overflow: hidden">This should be visible</div>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<body>
|
||||
<div style="display: inline-block">This should be visible</div>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue