mirror of
https://github.com/servo/servo.git
synced 2025-10-01 09:09:15 +01:00
Move img_dynamic_remove.html to wpt reftests.
This commit is contained in:
parent
4ac7f9d944
commit
d6bd162268
4 changed files with 25 additions and 1 deletions
|
@ -803,6 +803,18 @@
|
|||
"url": "/_mozilla/css/flex_nochild.html"
|
||||
}
|
||||
],
|
||||
"css/img_dynamic_remove.html": [
|
||||
{
|
||||
"path": "css/img_dynamic_remove.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/img_dynamic_remove_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/img_dynamic_remove.html"
|
||||
}
|
||||
],
|
||||
"css/img_padding_a.html": [
|
||||
{
|
||||
"path": "css/img_padding_a.html",
|
||||
|
@ -4752,6 +4764,18 @@
|
|||
"url": "/_mozilla/css/flex_nochild.html"
|
||||
}
|
||||
],
|
||||
"css/img_dynamic_remove.html": [
|
||||
{
|
||||
"path": "css/img_dynamic_remove.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/img_dynamic_remove_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/img_dynamic_remove.html"
|
||||
}
|
||||
],
|
||||
"css/img_padding_a.html": [
|
||||
{
|
||||
"path": "css/img_padding_a.html",
|
||||
|
|
7
tests/wpt/mozilla/tests/css/img_dynamic_remove.html
Normal file
7
tests/wpt/mozilla/tests/css/img_dynamic_remove.html
Normal file
|
@ -0,0 +1,7 @@
|
|||
<!doctype html>
|
||||
<link rel='match' href='img_dynamic_remove_ref.html'>
|
||||
Image dynamic remove
|
||||
<img src=400x400_green.png>
|
||||
<script>
|
||||
document.getElementsByTagName("img")[0].removeAttribute("src");
|
||||
</script>
|
3
tests/wpt/mozilla/tests/css/img_dynamic_remove_ref.html
Normal file
3
tests/wpt/mozilla/tests/css/img_dynamic_remove_ref.html
Normal file
|
@ -0,0 +1,3 @@
|
|||
<!doctype html>
|
||||
Image dynamic remove
|
||||
<img>
|
Loading…
Add table
Add a link
Reference in a new issue