Move nth_child_pseudo_a.html to wpt reftests.

This commit is contained in:
Corey Farwell 2015-10-16 20:54:36 -04:00
parent 0755f21517
commit 6580f8f4c7
4 changed files with 25 additions and 1 deletions

View file

@ -205,7 +205,6 @@ flaky_cpu == linebreak_simple_a.html linebreak_simple_b.html
== no_image_background_a.html no_image_background_ref.html
== noscript.html noscript_ref.html
!= noteq_attr_exists_selector.html attr_exists_selector_ref.html
== nth_child_pseudo_a.html nth_child_pseudo_b.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
== object_element_a.html object_element_b.html

View file

@ -683,6 +683,18 @@
"url": "/_mozilla/css/flex_nochild.html"
}
],
"css/nth_child_pseudo_a.html": [
{
"path": "css/nth_child_pseudo_a.html",
"references": [
[
"/_mozilla/css/nth_child_pseudo_b.html",
"=="
]
],
"url": "/_mozilla/css/nth_child_pseudo_a.html"
}
],
"css/nth_last_child_pseudo_a.html": [
{
"path": "css/nth_last_child_pseudo_a.html",
@ -3588,6 +3600,18 @@
"url": "/_mozilla/css/flex_nochild.html"
}
],
"css/nth_child_pseudo_a.html": [
{
"path": "css/nth_child_pseudo_a.html",
"references": [
[
"/_mozilla/css/nth_child_pseudo_b.html",
"=="
]
],
"url": "/_mozilla/css/nth_child_pseudo_a.html"
}
],
"css/nth_last_child_pseudo_a.html": [
{
"path": "css/nth_last_child_pseudo_a.html",

View file

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