mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Show overflow for #8118.
This commit is contained in:
parent
381317f658
commit
2b6e897cd1
4 changed files with 54 additions and 1 deletions
|
@ -2087,6 +2087,18 @@
|
|||
"url": "/_mozilla/css/list_style_fixed_inside_a.html"
|
||||
}
|
||||
],
|
||||
"css/list_item_overflow.html": [
|
||||
{
|
||||
"path": "css/list_item_overflow.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/list_item_overflow_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/list_item_overflow.html"
|
||||
}
|
||||
],
|
||||
"css/list_style_image_sizing_a.html": [
|
||||
{
|
||||
"path": "css/list_style_image_sizing_a.html",
|
||||
|
@ -6696,6 +6708,18 @@
|
|||
"url": "/_mozilla/css/list_style_fixed_inside_a.html"
|
||||
}
|
||||
],
|
||||
"css/list_item_overflow.html": [
|
||||
{
|
||||
"path": "css/list_item_overflow.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/list_item_overflow_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/list_item_overflow.html"
|
||||
}
|
||||
],
|
||||
"css/list_style_image_sizing_a.html": [
|
||||
{
|
||||
"path": "css/list_style_image_sizing_a.html",
|
||||
|
|
12
tests/wpt/mozilla/tests/css/list_item_overflow.html
Normal file
12
tests/wpt/mozilla/tests/css/list_item_overflow.html
Normal file
|
@ -0,0 +1,12 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<link rel=match href=list_item_overflow_ref.html>
|
||||
</head>
|
||||
<body>
|
||||
<ul style="position: fixed; padding: 0; left: 20px">
|
||||
<li>x
|
||||
</ul>
|
||||
</body>
|
||||
</html>
|
||||
|
9
tests/wpt/mozilla/tests/css/list_item_overflow_ref.html
Normal file
9
tests/wpt/mozilla/tests/css/list_item_overflow_ref.html
Normal file
|
@ -0,0 +1,9 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<body>
|
||||
<ul style="position: absolute; padding: 0; left: 20px">
|
||||
<li>x
|
||||
</ul>
|
||||
</body>
|
||||
</html>
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue