Move nth_last_of_type_pseudo_a.html to wpt reftests.

This commit is contained in:
Corey Farwell 2015-10-19 18:34:07 -04:00
parent f714725295
commit 4e59fe4d23
4 changed files with 25 additions and 1 deletions

View file

@ -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

View file

@ -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",

View file

@ -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; }