mirror of
https://github.com/servo/servo.git
synced 2025-10-01 17:19:16 +01:00
Move bg_color.html to wpt reftests.
This commit is contained in:
parent
6ab205a97e
commit
833cd524e0
4 changed files with 25 additions and 1 deletions
|
@ -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",
|
||||
|
|
9
tests/wpt/mozilla/tests/css/iframe/bg_color.html
Normal file
9
tests/wpt/mozilla/tests/css/iframe/bg_color.html
Normal 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>
|
6
tests/wpt/mozilla/tests/css/iframe/bg_color_ref.html
Normal file
6
tests/wpt/mozilla/tests/css/iframe/bg_color_ref.html
Normal 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>
|
Loading…
Add table
Add a link
Reference in a new issue