diff options
Diffstat (limited to 'testing/web-platform/tests/css/css-writing-modes/text-orientation-upright-directionality-001-ref.html')
-rw-r--r-- | testing/web-platform/tests/css/css-writing-modes/text-orientation-upright-directionality-001-ref.html | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/testing/web-platform/tests/css/css-writing-modes/text-orientation-upright-directionality-001-ref.html b/testing/web-platform/tests/css/css-writing-modes/text-orientation-upright-directionality-001-ref.html new file mode 100644 index 0000000000..5e7c1e2f7a --- /dev/null +++ b/testing/web-platform/tests/css/css-writing-modes/text-orientation-upright-directionality-001-ref.html @@ -0,0 +1,18 @@ +<!DOCTYPE html> +<html> +<head> +<meta charset="utf-8"> +<title>CSS Reference: text-orientation:upright in sideways-* writing modes</title> +<link rel="author" title="Jonathan Kew" href="mailto:jfkthame@gmail.com"> +</head> +<body style="font: 24px sans-serif"> +<p>The two sideways-rl lines should be identical: +<div style="writing-mode:sideways-rl"> + <p>hello العربي world עברית</p> + <p>hello العربي world עברית</p> +</div> +<p>The two sideways-lr lines should be identical: +<div style="writing-mode:sideways-lr"> + <p>hello العربي world עברית</p> + <p>hello العربي world עברית</p> +</div> |