mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Move ol_japanese_iroha_a.html and ol_japanese_iroha_bullet_styles.html to wpt reftests.
This commit is contained in:
parent
d6a7794f41
commit
22656dc39d
7 changed files with 50 additions and 2 deletions
|
@ -38,8 +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
|
||||
== 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
|
||||
!= overconstrained_block.html overconstrained_block_ref.html
|
||||
== overflow_auto.html overflow_simple_b.html
|
||||
|
|
|
@ -2839,6 +2839,30 @@
|
|||
"url": "/_mozilla/css/octicons_a.html"
|
||||
}
|
||||
],
|
||||
"css/ol_japanese_iroha_a.html": [
|
||||
{
|
||||
"path": "css/ol_japanese_iroha_a.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/ol_japanese_iroha_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/ol_japanese_iroha_a.html"
|
||||
}
|
||||
],
|
||||
"css/ol_japanese_iroha_bullet_styles.html": [
|
||||
{
|
||||
"path": "css/ol_japanese_iroha_bullet_styles.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/ol_japanese_iroha_ref.html",
|
||||
"!="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/ol_japanese_iroha_bullet_styles.html"
|
||||
}
|
||||
],
|
||||
"css/ol_simple_a.html": [
|
||||
{
|
||||
"path": "css/ol_simple_a.html",
|
||||
|
@ -8112,6 +8136,30 @@
|
|||
"url": "/_mozilla/css/octicons_a.html"
|
||||
}
|
||||
],
|
||||
"css/ol_japanese_iroha_a.html": [
|
||||
{
|
||||
"path": "css/ol_japanese_iroha_a.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/ol_japanese_iroha_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/ol_japanese_iroha_a.html"
|
||||
}
|
||||
],
|
||||
"css/ol_japanese_iroha_bullet_styles.html": [
|
||||
{
|
||||
"path": "css/ol_japanese_iroha_bullet_styles.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/ol_japanese_iroha_ref.html",
|
||||
"!="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/ol_japanese_iroha_bullet_styles.html"
|
||||
}
|
||||
],
|
||||
"css/ol_simple_a.html": [
|
||||
{
|
||||
"path": "css/ol_simple_a.html",
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
<html>
|
||||
<head>
|
||||
<!-- Tests that Japanese iroha ordering works in list items. -->
|
||||
<link rel=match href=ol_japanese_iroha_ref.html>
|
||||
<style>
|
||||
@font-face {
|
||||
font-family: TakaoPGothic;
|
|
@ -2,6 +2,7 @@
|
|||
<html>
|
||||
<head>
|
||||
<!-- Ensures that U+3044, U+308D, U+306F, and U+306B are all supported in the current font. -->
|
||||
<link rel=mismatch href=ol_japanese_iroha_ref.html>
|
||||
<style>
|
||||
@font-face {
|
||||
font-family: TakaoPGothic;
|
Loading…
Add table
Add a link
Reference in a new issue