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
# Fails intermittently (#3636)
# == 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
== ol_japanese_iroha_a.html ol_japanese_iroha_ref.html
!= ol_japanese_iroha_bullet_styles.html ol_japanese_iroha_ref.html

View file

@ -1,11 +0,0 @@
<!DOCTYPE html>
<html>
<head>
<title>Attribute exists selector: [foo]</title>
</head>
<body>
<p>This text should be green.</p>
<p>This text should be red.</p>
<p>This text should be black.</p>
</body>
</html>