Move nth_last_child_pseudo_a.html to wpt reftests.

This commit is contained in:
Corey Farwell 2015-10-16 20:29:22 -04:00
parent a79407d561
commit 9c26694601
4 changed files with 25 additions and 1 deletions

View file

@ -206,7 +206,6 @@ flaky_cpu == linebreak_simple_a.html linebreak_simple_b.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_child_pseudo_a.html nth_last_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_last_child_pseudo_a.html": [
{
"path": "css/nth_last_child_pseudo_a.html",
"references": [
[
"/_mozilla/css/nth_last_child_pseudo_b.html",
"=="
]
],
"url": "/_mozilla/css/nth_last_child_pseudo_a.html"
}
],
"css/ol_simple_a.html": [
{
"path": "css/ol_simple_a.html",
@ -3504,6 +3516,18 @@
"url": "/_mozilla/css/flex_nochild.html"
}
],
"css/nth_last_child_pseudo_a.html": [
{
"path": "css/nth_last_child_pseudo_a.html",
"references": [
[
"/_mozilla/css/nth_last_child_pseudo_b.html",
"=="
]
],
"url": "/_mozilla/css/nth_last_child_pseudo_a.html"
}
],
"css/ol_simple_a.html": [
{
"path": "css/ol_simple_a.html",

View file

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