Move noteq_attr_exists_selector.html to wpt reftests.

This commit is contained in:
Ms2ger 2015-11-20 12:02:47 +01:00
parent 07d1f3f546
commit 6a862fc747
4 changed files with 9 additions and 1 deletions

View file

@ -38,7 +38,6 @@ prefs:"layout.writing-mode.enabled" == iframe/size_attributes_vertical_writing_m
flaky_cpu == linebreak_simple_a.html linebreak_simple_b.html flaky_cpu == linebreak_simple_a.html linebreak_simple_b.html
# Fails intermittently (#3636) # Fails intermittently (#3636)
# == link_style_dynamic_addition.html link_style_dynamic_addition_ref.html # == link_style_dynamic_addition.html link_style_dynamic_addition_ref.html
!= noteq_attr_exists_selector.html attr_exists_selector_ref.html
!= octicons_a.html octicons_ref.html != octicons_a.html octicons_ref.html
== ol_japanese_iroha_a.html ol_japanese_iroha_ref.html == ol_japanese_iroha_a.html ol_japanese_iroha_ref.html
!= ol_japanese_iroha_bullet_styles.html ol_japanese_iroha_ref.html != ol_japanese_iroha_bullet_styles.html ol_japanese_iroha_ref.html

View file

@ -206,6 +206,10 @@
[ [
"/_mozilla/css/attr_exists_selector_ref.html", "/_mozilla/css/attr_exists_selector_ref.html",
"==" "=="
],
[
"/_mozilla/css/noteq_attr_exists_selector.html",
"!="
] ]
], ],
"url": "/_mozilla/css/attr_exists_selector.html" "url": "/_mozilla/css/attr_exists_selector.html"
@ -5463,6 +5467,10 @@
[ [
"/_mozilla/css/attr_exists_selector_ref.html", "/_mozilla/css/attr_exists_selector_ref.html",
"==" "=="
],
[
"/_mozilla/css/noteq_attr_exists_selector.html",
"!="
] ]
], ],
"url": "/_mozilla/css/attr_exists_selector.html" "url": "/_mozilla/css/attr_exists_selector.html"

View file

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