mirror of
https://github.com/servo/servo.git
synced 2025-08-05 13:40:08 +01:00
Move nth_child_pseudo_a.html to wpt reftests.
This commit is contained in:
parent
0755f21517
commit
6580f8f4c7
4 changed files with 25 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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; }
|
Loading…
Add table
Add a link
Reference in a new issue