mirror of
https://github.com/servo/servo.git
synced 2025-10-01 09:09:15 +01:00
Move size_attributes.html to wpt reftests.
This commit is contained in:
parent
3f99612e5d
commit
e2c5143ec7
4 changed files with 25 additions and 1 deletions
|
@ -1759,6 +1759,18 @@
|
|||
"url": "/_mozilla/css/iframe/simple_inline_width_percentage.html"
|
||||
}
|
||||
],
|
||||
"css/iframe/size_attributes.html": [
|
||||
{
|
||||
"path": "css/iframe/size_attributes.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/iframe/size_attributes_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/iframe/size_attributes.html"
|
||||
}
|
||||
],
|
||||
"css/image_rendering_auto_a.html": [
|
||||
{
|
||||
"path": "css/image_rendering_auto_a.html",
|
||||
|
@ -7398,6 +7410,18 @@
|
|||
"url": "/_mozilla/css/iframe/simple_inline_width_percentage.html"
|
||||
}
|
||||
],
|
||||
"css/iframe/size_attributes.html": [
|
||||
{
|
||||
"path": "css/iframe/size_attributes.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/iframe/size_attributes_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/iframe/size_attributes.html"
|
||||
}
|
||||
],
|
||||
"css/image_rendering_auto_a.html": [
|
||||
{
|
||||
"path": "css/image_rendering_auto_a.html",
|
||||
|
|
15
tests/wpt/mozilla/tests/css/iframe/size_attributes.html
Normal file
15
tests/wpt/mozilla/tests/css/iframe/size_attributes.html
Normal file
|
@ -0,0 +1,15 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<link rel=match href=size_attributes_ref.html>
|
||||
<style>
|
||||
body {
|
||||
background: purple;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<iframe src="about:blank" width=200 height=100></iframe>
|
||||
</body>
|
||||
</html>
|
||||
|
18
tests/wpt/mozilla/tests/css/iframe/size_attributes_ref.html
Normal file
18
tests/wpt/mozilla/tests/css/iframe/size_attributes_ref.html
Normal file
|
@ -0,0 +1,18 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<style>
|
||||
body {
|
||||
background: purple;
|
||||
}
|
||||
iframe {
|
||||
width: 200px;
|
||||
height: 100px;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<iframe src="about:blank"></iframe>
|
||||
</body>
|
||||
</html>
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue