mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Move nth_last_of_type_pseudo_a.html to wpt reftests.
This commit is contained in:
parent
f714725295
commit
4e59fe4d23
4 changed files with 25 additions and 1 deletions
|
@ -188,7 +188,6 @@ flaky_cpu == linebreak_simple_a.html linebreak_simple_b.html
|
||||||
== no-image.html no-image-ref.html
|
== no-image.html no-image-ref.html
|
||||||
== no_image_background_a.html no_image_background_ref.html
|
== no_image_background_a.html no_image_background_ref.html
|
||||||
!= noteq_attr_exists_selector.html attr_exists_selector_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
|
|
||||||
!= octicons_a.html octicons_ref.html
|
!= octicons_a.html octicons_ref.html
|
||||||
== ol_japanese_iroha_a.html ol_japanese_iroha_ref.html
|
== ol_japanese_iroha_a.html ol_japanese_iroha_ref.html
|
||||||
!= ol_japanese_iroha_bullet_styles.html ol_japanese_iroha_ref.html
|
!= ol_japanese_iroha_bullet_styles.html ol_japanese_iroha_ref.html
|
||||||
|
|
|
@ -911,6 +911,18 @@
|
||||||
"url": "/_mozilla/css/nth_last_child_pseudo_a.html"
|
"url": "/_mozilla/css/nth_last_child_pseudo_a.html"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"css/nth_last_of_type_pseudo_a.html": [
|
||||||
|
{
|
||||||
|
"path": "css/nth_last_of_type_pseudo_a.html",
|
||||||
|
"references": [
|
||||||
|
[
|
||||||
|
"/_mozilla/css/nth_last_of_type_pseudo_b.html",
|
||||||
|
"=="
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"url": "/_mozilla/css/nth_last_of_type_pseudo_a.html"
|
||||||
|
}
|
||||||
|
],
|
||||||
"css/nth_of_type_pseudo_a.html": [
|
"css/nth_of_type_pseudo_a.html": [
|
||||||
{
|
{
|
||||||
"path": "css/nth_of_type_pseudo_a.html",
|
"path": "css/nth_of_type_pseudo_a.html",
|
||||||
|
@ -4056,6 +4068,18 @@
|
||||||
"url": "/_mozilla/css/nth_last_child_pseudo_a.html"
|
"url": "/_mozilla/css/nth_last_child_pseudo_a.html"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"css/nth_last_of_type_pseudo_a.html": [
|
||||||
|
{
|
||||||
|
"path": "css/nth_last_of_type_pseudo_a.html",
|
||||||
|
"references": [
|
||||||
|
[
|
||||||
|
"/_mozilla/css/nth_last_of_type_pseudo_b.html",
|
||||||
|
"=="
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"url": "/_mozilla/css/nth_last_of_type_pseudo_a.html"
|
||||||
|
}
|
||||||
|
],
|
||||||
"css/nth_of_type_pseudo_a.html": [
|
"css/nth_of_type_pseudo_a.html": [
|
||||||
{
|
{
|
||||||
"path": "css/nth_of_type_pseudo_a.html",
|
"path": "css/nth_of_type_pseudo_a.html",
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
|
<link rel='match' href='nth_last_of_type_pseudo_b.html'>
|
||||||
<title>:nth-last-of-type test</title>
|
<title>:nth-last-of-type 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