mirror of
https://github.com/servo/servo.git
synced 2025-10-01 00:59:15 +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
|
@ -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",
|
||||
|
|
9
tests/wpt/mozilla/tests/css/fonts/octicons/LICENSE.txt
Normal file
9
tests/wpt/mozilla/tests/css/fonts/octicons/LICENSE.txt
Normal 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
|
BIN
tests/wpt/mozilla/tests/css/fonts/octicons/octicons.ttf
Normal file
BIN
tests/wpt/mozilla/tests/css/fonts/octicons/octicons.ttf
Normal file
Binary file not shown.
16
tests/wpt/mozilla/tests/css/octicons_a.html
Normal file
16
tests/wpt/mozilla/tests/css/octicons_a.html
Normal 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>
|
||||
|
12
tests/wpt/mozilla/tests/css/octicons_ref.html
Normal file
12
tests/wpt/mozilla/tests/css/octicons_ref.html
Normal file
|
@ -0,0 +1,12 @@
|
|||
<!DOCTYPE html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<style>
|
||||
h1 {
|
||||
font-family: Octiconz;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<h1></h1>
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue