Move attr_exists_selector.html to wpt reftests.

This commit is contained in:
Ms2ger 2015-10-08 17:20:18 +02:00
parent 2ca5f85d4e
commit 1f37ac0d71
4 changed files with 25 additions and 1 deletions

View file

@ -12,7 +12,6 @@ fragment=top != ../html/acid2.html acid2_ref.html
== acid1_a.html acid1_b.html
== acid2_noscroll.html acid2_ref_broken.html
flaky_cpu == append_style_a.html append_style_b.html
== attr_exists_selector.html attr_exists_selector_ref.html
== attr_selector_case_sensitivity.html attr_selector_case_sensitivity_ref.html
== background_clip_a.html background_clip_ref.html
== background_external_stylesheet.html background_ref.html

View file

@ -171,6 +171,18 @@
"url": "/_mozilla/css/anon_block_inherit_a.html"
}
],
"css/attr_exists_selector.html": [
{
"path": "css/attr_exists_selector.html",
"references": [
[
"/_mozilla/css/attr_exists_selector_ref.html",
"=="
]
],
"url": "/_mozilla/css/attr_exists_selector.html"
}
],
"css/background.html": [
{
"path": "css/background.html",
@ -1136,6 +1148,18 @@
"url": "/_mozilla/css/anon_block_inherit_a.html"
}
],
"css/attr_exists_selector.html": [
{
"path": "css/attr_exists_selector.html",
"references": [
[
"/_mozilla/css/attr_exists_selector_ref.html",
"=="
]
],
"url": "/_mozilla/css/attr_exists_selector.html"
}
],
"css/background.html": [
{
"path": "css/background.html",

View file

@ -2,6 +2,7 @@
<html>
<head>
<title>Attribute exists selector: [foo] and [*|foo]</title>
<link rel=match href=attr_exists_selector_ref.html>
<style>
p[data-green] { color: green }
p[*|data-red] { color: red }