mirror of
https://github.com/servo/servo.git
synced 2025-10-01 00:59:15 +01:00
Move simple_inline_height.html to wpt reftests.
This commit is contained in:
parent
5e7306bf19
commit
dbc79eea96
4 changed files with 25 additions and 1 deletions
|
@ -1687,6 +1687,18 @@
|
|||
"url": "/_mozilla/css/iframe/simple_inline_default.html"
|
||||
}
|
||||
],
|
||||
"css/iframe/simple_inline_height.html": [
|
||||
{
|
||||
"path": "css/iframe/simple_inline_height.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/iframe/simple_inline_height_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/iframe/simple_inline_height.html"
|
||||
}
|
||||
],
|
||||
"css/image_rendering_auto_a.html": [
|
||||
{
|
||||
"path": "css/image_rendering_auto_a.html",
|
||||
|
@ -7254,6 +7266,18 @@
|
|||
"url": "/_mozilla/css/iframe/simple_inline_default.html"
|
||||
}
|
||||
],
|
||||
"css/iframe/simple_inline_height.html": [
|
||||
{
|
||||
"path": "css/iframe/simple_inline_height.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/iframe/simple_inline_height_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/iframe/simple_inline_height.html"
|
||||
}
|
||||
],
|
||||
"css/image_rendering_auto_a.html": [
|
||||
{
|
||||
"path": "css/image_rendering_auto_a.html",
|
||||
|
|
10
tests/wpt/mozilla/tests/css/iframe/simple_inline_height.html
Normal file
10
tests/wpt/mozilla/tests/css/iframe/simple_inline_height.html
Normal file
|
@ -0,0 +1,10 @@
|
|||
<html>
|
||||
<link rel=match href=simple_inline_height_ref.html>
|
||||
<body>
|
||||
<div style="margin-top: 20px;">
|
||||
<iframe src="data:text/html,%3Cspan%3EJust%20a%20simple%20little%20iframe.%3C%2Fspan%3E"
|
||||
style="display: inline; border: 1px solid black; height: 300px;">
|
||||
</iframe>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,7 @@
|
|||
<html>
|
||||
<body>
|
||||
<div style="border: 1px solid black; width: 300px; height: 300px; margin-top: 20px;">
|
||||
<div style="margin: 8px; /* matches user-agent body */">Just a simple little iframe.</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue