mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Move octicons_a.html to wpt reftests.
This commit is contained in:
parent
6a862fc747
commit
d6a7794f41
6 changed files with 25 additions and 1 deletions
|
@ -38,7 +38,6 @@ prefs:"layout.writing-mode.enabled" == iframe/size_attributes_vertical_writing_m
|
|||
flaky_cpu == linebreak_simple_a.html linebreak_simple_b.html
|
||||
# Fails intermittently (#3636)
|
||||
# == link_style_dynamic_addition.html link_style_dynamic_addition_ref.html
|
||||
!= octicons_a.html octicons_ref.html
|
||||
== ol_japanese_iroha_a.html ol_japanese_iroha_ref.html
|
||||
!= ol_japanese_iroha_bullet_styles.html ol_japanese_iroha_ref.html
|
||||
# Should be == with expected failure. See #2797
|
||||
|
|
|
@ -2827,6 +2827,18 @@
|
|||
"url": "/_mozilla/css/object_element_a.html"
|
||||
}
|
||||
],
|
||||
"css/octicons_a.html": [
|
||||
{
|
||||
"path": "css/octicons_a.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/octicons_ref.html",
|
||||
"!="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/octicons_a.html"
|
||||
}
|
||||
],
|
||||
"css/ol_simple_a.html": [
|
||||
{
|
||||
"path": "css/ol_simple_a.html",
|
||||
|
@ -8088,6 +8100,18 @@
|
|||
"url": "/_mozilla/css/object_element_a.html"
|
||||
}
|
||||
],
|
||||
"css/octicons_a.html": [
|
||||
{
|
||||
"path": "css/octicons_a.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/octicons_ref.html",
|
||||
"!="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/octicons_a.html"
|
||||
}
|
||||
],
|
||||
"css/ol_simple_a.html": [
|
||||
{
|
||||
"path": "css/ol_simple_a.html",
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
<!DOCTYPE html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<link rel=mismatch href=octicons_ref.html>
|
||||
<style>
|
||||
@font-face {
|
||||
font-family: 'Octicons';
|
Loading…
Add table
Add a link
Reference in a new issue