mirror of
https://github.com/servo/servo.git
synced 2025-08-12 17:05:33 +01:00
Update web-platform-tests to revision 10168e9a5d44efbc6e7d416d1d454eb9c9f1396c
This commit is contained in:
parent
c88dc51d03
commit
0e1caebaf4
791 changed files with 23381 additions and 5501 deletions
|
@ -0,0 +1,13 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Adlam</title>
|
||||
<link href="support/adlam.css" rel="stylesheet">
|
||||
<link href="adlam.html" rel="mismatch">
|
||||
</head>
|
||||
<body>
|
||||
<p><bdo dir="ltr">𞤀𞤁𞤂𞤁𞤄</bdo></p>
|
||||
<p>U+1E900 U+1E901 U+1E902 U+1E901 U+1E904</p>
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,12 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Adlam</title>
|
||||
<link href="support/adlam.css" rel="stylesheet">
|
||||
</head>
|
||||
<body>
|
||||
<p><bdo dir="rtl">𞤀𞤁𞤂𞤁𞤄</bdo></p>
|
||||
<p>U+1E900 U+1E901 U+1E902 U+1E901 U+1E904</p>
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,15 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Adlam</title>
|
||||
<link href="support/adlam.css" rel="stylesheet">
|
||||
<link href="adlam-ref.html" rel="match">
|
||||
<link href="https://www.unicode.org/roadmaps/smp/" rel="help">
|
||||
<meta name="assert" content="Upper astral RTL range is treated as RTL.">
|
||||
</head>
|
||||
<body>
|
||||
<p>𞤀𞤁𞤂𞤁𞤄</p>
|
||||
<p>U+1E900 U+1E901 U+1E902 U+1E901 U+1E904</p>
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,13 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Cypriot</title>
|
||||
<link href="support/cypriot.css" rel="stylesheet">
|
||||
<link href="cypriot.html" rel="mismatch">
|
||||
</head>
|
||||
<body>
|
||||
<p><bdo dir="ltr">𐠀𐠰𐠦𐠡𐠩</bdo></p>
|
||||
<p>U+10800 U+10830 U+10826 U+10821 U+10829</p>
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,12 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Cypriot</title>
|
||||
<link href="support/cypriot.css" rel="stylesheet">
|
||||
</head>
|
||||
<body>
|
||||
<p><bdo dir="rtl">𐠀𐠰𐠦𐠡𐠩</bdo></p>
|
||||
<p>U+10800 U+10830 U+10826 U+10821 U+10829</p>
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,15 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Cypriot</title>
|
||||
<link href="support/cypriot.css" rel="stylesheet">
|
||||
<link href="cypriot-ref.html" rel="match">
|
||||
<link href="https://www.unicode.org/roadmaps/smp/" rel="help">
|
||||
<meta name="assert" content="Lower astral RTL range is treated as RTL.">
|
||||
</head>
|
||||
<body>
|
||||
<p>𐠀𐠰𐠦𐠡𐠩</p>
|
||||
<p>U+10800 U+10830 U+10826 U+10821 U+10829</p>
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,9 @@
|
|||
@font-face {
|
||||
font-family: "Noto Sans Adlam";
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
src: url("../../../fonts/noto/NotoSansAdlam-hinted/NotoSansAdlam-Regular.ttf") format("truetype");
|
||||
}
|
||||
p {
|
||||
font-family: "Noto Sans Adlam";
|
||||
}
|
|
@ -0,0 +1,9 @@
|
|||
@font-face {
|
||||
font-family: "Noto Sans Cypriot";
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
src: url("../../../fonts/noto/NotoSansCypriot-hinted/NotoSansCypriot-Regular.ttf") format("truetype");
|
||||
}
|
||||
p {
|
||||
font-family: "Noto Sans Cypriot";
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue