Move octicons_a.html to wpt reftests.

This commit is contained in:
Ms2ger 2015-11-20 12:07:03 +01:00
parent 6a862fc747
commit d6a7794f41
6 changed files with 25 additions and 1 deletions

View file

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

View file

@ -0,0 +1,9 @@
(c) 2012-2015 GitHub
When using the GitHub logos, be sure to follow the GitHub logo guidelines (https://github.com/logos)
Font License: SIL OFL 1.1 (http://scripts.sil.org/OFL)
Applies to all font files
Code License: MIT (http://choosealicense.com/licenses/mit/)
Applies to all other files

View file

@ -0,0 +1,16 @@
<!DOCTYPE html>
<head>
<meta charset="utf-8">
<link rel=mismatch href=octicons_ref.html>
<style>
@font-face {
font-family: 'Octicons';
src: url(fonts/octicons/octicons.ttf);
}
h1 {
font-family: Octicons;
}
</style>
</head>
<h1></h1>

View file

@ -0,0 +1,12 @@
<!DOCTYPE html>
<head>
<meta charset="utf-8">
<style>
h1 {
font-family: Octiconz;
}
</style>
</head>
<h1></h1>