mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Move nth_last_child_pseudo_a.html to wpt reftests.
This commit is contained in:
parent
a79407d561
commit
9c26694601
4 changed files with 25 additions and 1 deletions
|
@ -206,7 +206,6 @@ flaky_cpu == linebreak_simple_a.html linebreak_simple_b.html
|
||||||
== noscript.html noscript_ref.html
|
== noscript.html noscript_ref.html
|
||||||
!= noteq_attr_exists_selector.html attr_exists_selector_ref.html
|
!= noteq_attr_exists_selector.html attr_exists_selector_ref.html
|
||||||
== nth_child_pseudo_a.html nth_child_pseudo_b.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_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
|
== nth_of_type_pseudo_a.html nth_of_type_pseudo_b.html
|
||||||
== object_element_a.html object_element_b.html
|
== object_element_a.html object_element_b.html
|
||||||
|
|
|
@ -683,6 +683,18 @@
|
||||||
"url": "/_mozilla/css/flex_nochild.html"
|
"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": [
|
"css/ol_simple_a.html": [
|
||||||
{
|
{
|
||||||
"path": "css/ol_simple_a.html",
|
"path": "css/ol_simple_a.html",
|
||||||
|
@ -3504,6 +3516,18 @@
|
||||||
"url": "/_mozilla/css/flex_nochild.html"
|
"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": [
|
"css/ol_simple_a.html": [
|
||||||
{
|
{
|
||||||
"path": "css/ol_simple_a.html",
|
"path": "css/ol_simple_a.html",
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
|
<link rel='match' href='nth_last_child_pseudo_b.html'>
|
||||||
<title>:nth-last-child test</title>
|
<title>:nth-last-child test</title>
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
html { background: red; }
|
html { background: red; }
|
Loading…
Add table
Add a link
Reference in a new issue