Move nth_of_type_pseudo_a.html to wpt reftests.

This commit is contained in:
Corey Farwell 2015-10-19 18:34:07 -04:00
parent 562d89bac6
commit f714725295
4 changed files with 25 additions and 1 deletions

View file

@ -189,7 +189,6 @@ flaky_cpu == linebreak_simple_a.html linebreak_simple_b.html
== no_image_background_a.html no_image_background_ref.html
!= noteq_attr_exists_selector.html attr_exists_selector_ref.html
== nth_last_of_type_pseudo_a.html nth_last_of_type_pseudo_b.html
== nth_of_type_pseudo_a.html nth_of_type_pseudo_b.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

@ -911,6 +911,18 @@
"url": "/_mozilla/css/nth_last_child_pseudo_a.html"
}
],
"css/nth_of_type_pseudo_a.html": [
{
"path": "css/nth_of_type_pseudo_a.html",
"references": [
[
"/_mozilla/css/nth_of_type_pseudo_b.html",
"=="
]
],
"url": "/_mozilla/css/nth_of_type_pseudo_a.html"
}
],
"css/object_element_a.html": [
{
"path": "css/object_element_a.html",
@ -4044,6 +4056,18 @@
"url": "/_mozilla/css/nth_last_child_pseudo_a.html"
}
],
"css/nth_of_type_pseudo_a.html": [
{
"path": "css/nth_of_type_pseudo_a.html",
"references": [
[
"/_mozilla/css/nth_of_type_pseudo_b.html",
"=="
]
],
"url": "/_mozilla/css/nth_of_type_pseudo_a.html"
}
],
"css/object_element_a.html": [
{
"path": "css/object_element_a.html",

View file

@ -1,6 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<link rel='match' href='nth_of_type_pseudo_b.html'>
<title>:nth-of-type test</title>
<style type="text/css">
html { background: red; }