Move bg_color.html to wpt reftests.

This commit is contained in:
Ms2ger 2015-11-22 15:08:05 +01:00
parent 6ab205a97e
commit 833cd524e0
4 changed files with 25 additions and 1 deletions

View file

@ -1567,6 +1567,18 @@
"url": "/_mozilla/css/hide_after_create.html"
}
],
"css/iframe/bg_color.html": [
{
"path": "css/iframe/bg_color.html",
"references": [
[
"/_mozilla/css/iframe/bg_color_ref.html",
"=="
]
],
"url": "/_mozilla/css/iframe/bg_color.html"
}
],
"css/image_rendering_auto_a.html": [
{
"path": "css/image_rendering_auto_a.html",
@ -7008,6 +7020,18 @@
"url": "/_mozilla/css/hide_after_create.html"
}
],
"css/iframe/bg_color.html": [
{
"path": "css/iframe/bg_color.html",
"references": [
[
"/_mozilla/css/iframe/bg_color_ref.html",
"=="
]
],
"url": "/_mozilla/css/iframe/bg_color.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=bg_color_ref.html>
<body style="background-color: blue; margin: 0;">
<div style="margin: 20px;">
<iframe src="about:blank" style="border: 0; background-color: green;">
</iframe>
</div>
</body>
</html>

View file

@ -0,0 +1,6 @@
<html>
<body style="background-color: blue; margin: 0;">
<div style="width: 300px; height: 150px; margin: 20px; background-color: green;">
</div>
</body>
</html>