diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 09:22:09 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 09:22:09 +0000 |
commit | 43a97878ce14b72f0981164f87f2e35e14151312 (patch) | |
tree | 620249daf56c0258faa40cbdcf9cfba06de2a846 /testing/web-platform/tests/css/css-writing-modes/astral-bidi/adlam.html | |
parent | Initial commit. (diff) | |
download | firefox-upstream.tar.xz firefox-upstream.zip |
Adding upstream version 110.0.1.upstream/110.0.1upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'testing/web-platform/tests/css/css-writing-modes/astral-bidi/adlam.html')
-rw-r--r-- | testing/web-platform/tests/css/css-writing-modes/astral-bidi/adlam.html | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/testing/web-platform/tests/css/css-writing-modes/astral-bidi/adlam.html b/testing/web-platform/tests/css/css-writing-modes/astral-bidi/adlam.html new file mode 100644 index 0000000000..8b3ba71c25 --- /dev/null +++ b/testing/web-platform/tests/css/css-writing-modes/astral-bidi/adlam.html @@ -0,0 +1,16 @@ +<!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"> + <link href="https://www.w3.org/TR/css-writing-modes/#bidi-algo" 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> |