mirror of
https://github.com/servo/servo.git
synced 2025-10-01 00:59:15 +01:00
Move upper_id_attr.html to wpt reftests.
This commit is contained in:
parent
a3d799e8c6
commit
089fc93ff7
4 changed files with 25 additions and 1 deletions
|
@ -603,6 +603,18 @@
|
|||
"url": "/_mozilla/css/stacking_context_rtl.html"
|
||||
}
|
||||
],
|
||||
"css/upper_id_attr.html": [
|
||||
{
|
||||
"path": "css/upper_id_attr.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/upper_id_attr_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/upper_id_attr.html"
|
||||
}
|
||||
],
|
||||
"css/vertical_align_text_top_a.html": [
|
||||
{
|
||||
"path": "css/vertical_align_text_top_a.html",
|
||||
|
@ -2000,6 +2012,18 @@
|
|||
"url": "/_mozilla/css/stacking_context_rtl.html"
|
||||
}
|
||||
],
|
||||
"css/upper_id_attr.html": [
|
||||
{
|
||||
"path": "css/upper_id_attr.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/upper_id_attr_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/upper_id_attr.html"
|
||||
}
|
||||
],
|
||||
"css/vertical_align_text_top_a.html": [
|
||||
{
|
||||
"path": "css/vertical_align_text_top_a.html",
|
||||
|
|
10
tests/wpt/mozilla/tests/css/upper_id_attr.html
Normal file
10
tests/wpt/mozilla/tests/css/upper_id_attr.html
Normal file
|
@ -0,0 +1,10 @@
|
|||
<!doctype html>
|
||||
<link rel='match' href='upper_id_attr_ref.html'>
|
||||
<style>
|
||||
div { height: 2em; background: green; }
|
||||
#id { background: red; }
|
||||
</style>
|
||||
<div></div>
|
||||
<script>
|
||||
document.body.firstChild.setAttributeNS("", "ID", "id");
|
||||
</script>
|
5
tests/wpt/mozilla/tests/css/upper_id_attr_ref.html
Normal file
5
tests/wpt/mozilla/tests/css/upper_id_attr_ref.html
Normal file
|
@ -0,0 +1,5 @@
|
|||
<!doctype html>
|
||||
<style>
|
||||
div { height: 2em; background: green; }
|
||||
</style>
|
||||
<div></div>
|
Loading…
Add table
Add a link
Reference in a new issue