mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
parent
d5913035ec
commit
ede4730913
4 changed files with 44 additions and 2 deletions
|
@ -71,6 +71,18 @@
|
|||
"url": "/_mozilla/css/absolute_content_height.html"
|
||||
}
|
||||
],
|
||||
"css/absolute_css_width.html": [
|
||||
{
|
||||
"path": "css/absolute_css_width.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/absolute_css_width_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/absolute_css_width.html"
|
||||
}
|
||||
],
|
||||
"css/absolute_hypothetical_float.html": [
|
||||
{
|
||||
"path": "css/absolute_hypothetical_float.html",
|
||||
|
@ -9375,6 +9387,18 @@
|
|||
"url": "/_mozilla/css/absolute_content_height.html"
|
||||
}
|
||||
],
|
||||
"css/absolute_css_width.html": [
|
||||
{
|
||||
"path": "css/absolute_css_width.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/absolute_css_width_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/absolute_css_width.html"
|
||||
}
|
||||
],
|
||||
"css/absolute_hypothetical_float.html": [
|
||||
{
|
||||
"path": "css/absolute_hypothetical_float.html",
|
||||
|
|
13
tests/wpt/mozilla/tests/css/absolute_css_width.html
Normal file
13
tests/wpt/mozilla/tests/css/absolute_css_width.html
Normal file
|
@ -0,0 +1,13 @@
|
|||
<!doctype html>
|
||||
<meta charset="utf-8">
|
||||
<title>HTML expands to fit 100% body</title>
|
||||
<link rel="match" href="absolute_css_width_ref.html">
|
||||
<style>
|
||||
body {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
overflow: hidden;
|
||||
}
|
||||
</style>
|
||||
<div style="position:absolute">X</div>
|
||||
|
5
tests/wpt/mozilla/tests/css/absolute_css_width_ref.html
Normal file
5
tests/wpt/mozilla/tests/css/absolute_css_width_ref.html
Normal file
|
@ -0,0 +1,5 @@
|
|||
<!doctype html>
|
||||
<meta charset="utf-8">
|
||||
<title>HTML expands to fit 100% body</title>
|
||||
<div>X</div>
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue