Move ol_simple_a.html to wpt reftests.

This commit is contained in:
Corey Farwell 2015-10-16 20:25:54 -04:00
parent 1f0b6daaa9
commit ed69bc5566
4 changed files with 25 additions and 1 deletions

View file

@ -213,7 +213,6 @@ flaky_cpu == linebreak_simple_a.html linebreak_simple_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
== ol_simple_a.html ol_simple_ref.html
== only_child_pseudo_a.html only_child_pseudo_b.html == only_child_pseudo_a.html only_child_pseudo_b.html
== outline_offset_a.html outline_offset_ref.html == outline_offset_a.html outline_offset_ref.html
!= outset_blackborder.html blackborder_ref.html != outset_blackborder.html blackborder_ref.html

View file

@ -683,6 +683,18 @@
"url": "/_mozilla/css/flex_nochild.html" "url": "/_mozilla/css/flex_nochild.html"
} }
], ],
"css/ol_simple_a.html": [
{
"path": "css/ol_simple_a.html",
"references": [
[
"/_mozilla/css/ol_simple_ref.html",
"=="
]
],
"url": "/_mozilla/css/ol_simple_a.html"
}
],
"css/only_of_type_pseudo_a.html": [ "css/only_of_type_pseudo_a.html": [
{ {
"path": "css/only_of_type_pseudo_a.html", "path": "css/only_of_type_pseudo_a.html",
@ -3480,6 +3492,18 @@
"url": "/_mozilla/css/flex_nochild.html" "url": "/_mozilla/css/flex_nochild.html"
} }
], ],
"css/ol_simple_a.html": [
{
"path": "css/ol_simple_a.html",
"references": [
[
"/_mozilla/css/ol_simple_ref.html",
"=="
]
],
"url": "/_mozilla/css/ol_simple_a.html"
}
],
"css/only_of_type_pseudo_a.html": [ "css/only_of_type_pseudo_a.html": [
{ {
"path": "css/only_of_type_pseudo_a.html", "path": "css/only_of_type_pseudo_a.html",

View file

@ -1,6 +1,7 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head> <head>
<link rel='match' href='ol_simple_ref.html'>
<style> <style>
li { li {
list-style-type: decimal; list-style-type: decimal;