mirror of
https://github.com/servo/servo.git
synced 2025-10-01 09:09:15 +01:00
Move simple.html to wpt reftests.
This commit is contained in:
parent
2450694eee
commit
7254a25fc5
4 changed files with 25 additions and 1 deletions
|
@ -1663,6 +1663,18 @@
|
|||
"url": "/_mozilla/css/iframe/positioning_margin.html"
|
||||
}
|
||||
],
|
||||
"css/iframe/simple.html": [
|
||||
{
|
||||
"path": "css/iframe/simple.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/iframe/simple_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/iframe/simple.html"
|
||||
}
|
||||
],
|
||||
"css/image_rendering_auto_a.html": [
|
||||
{
|
||||
"path": "css/image_rendering_auto_a.html",
|
||||
|
@ -7200,6 +7212,18 @@
|
|||
"url": "/_mozilla/css/iframe/positioning_margin.html"
|
||||
}
|
||||
],
|
||||
"css/iframe/simple.html": [
|
||||
{
|
||||
"path": "css/iframe/simple.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/iframe/simple_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/iframe/simple.html"
|
||||
}
|
||||
],
|
||||
"css/image_rendering_auto_a.html": [
|
||||
{
|
||||
"path": "css/image_rendering_auto_a.html",
|
||||
|
|
10
tests/wpt/mozilla/tests/css/iframe/simple.html
Normal file
10
tests/wpt/mozilla/tests/css/iframe/simple.html
Normal file
|
@ -0,0 +1,10 @@
|
|||
<html>
|
||||
<link rel=match href=simple_ref.html>
|
||||
<body>
|
||||
<div style="margin-top: 20px">
|
||||
<iframe src="data:text/html,%3Cspan%3EJust%20a%20simple%20little%20iframe.%3C%2Fspan%3E"
|
||||
style="display: block; border: 1px solid black; width: 500px; height: 300px; margin-left: 10px; margin-top: 0px;">
|
||||
</iframe>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
7
tests/wpt/mozilla/tests/css/iframe/simple_ref.html
Normal file
7
tests/wpt/mozilla/tests/css/iframe/simple_ref.html
Normal file
|
@ -0,0 +1,7 @@
|
|||
<html>
|
||||
<body>
|
||||
<div style="border: 1px solid black; width: 500px; height: 300px; margin-left: 10px; 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