Move overflow.html to wpt reftests.

This commit is contained in:
Ms2ger 2015-11-22 15:22:00 +01:00
parent ea118c56d6
commit e228e29289
4 changed files with 25 additions and 1 deletions

View file

@ -1639,6 +1639,18 @@
"url": "/_mozilla/css/iframe/multiple_external.html"
}
],
"css/iframe/overflow.html": [
{
"path": "css/iframe/overflow.html",
"references": [
[
"/_mozilla/css/iframe/overflow_ref.html",
"=="
]
],
"url": "/_mozilla/css/iframe/overflow.html"
}
],
"css/image_rendering_auto_a.html": [
{
"path": "css/image_rendering_auto_a.html",
@ -7152,6 +7164,18 @@
"url": "/_mozilla/css/iframe/multiple_external.html"
}
],
"css/iframe/overflow.html": [
{
"path": "css/iframe/overflow.html",
"references": [
[
"/_mozilla/css/iframe/overflow_ref.html",
"=="
]
],
"url": "/_mozilla/css/iframe/overflow.html"
}
],
"css/image_rendering_auto_a.html": [
{
"path": "css/image_rendering_auto_a.html",

View file

@ -0,0 +1,9 @@
<html>
<link rel=match href=overflow_ref.html>
<body>
<iframe src="data:text/html,%3Cdiv%20style%3D%22background%3Agreen%3B%20width%3A%20200px%3B%20height%3A%20200px%3B%22%3E%3C%2Fdiv%3E"
style="display: block; width: 108px; height: 108px; border: none">
</iframe>
</div>
</body>
</html>

View file

@ -0,0 +1,6 @@
<html>
<body style="margin: 16px;">
<div style="background: green; width: 100px; height: 100px;"></div>
</div>
</body>
</html>