Index: third_party/WebKit/LayoutTests/imported/csswg-test/vendor-imports/mozilla/mozilla-central-reftests/writing-modes-3/text-orientation-upright-directionality-001-expected.html |
diff --git a/third_party/WebKit/LayoutTests/imported/csswg-test/vendor-imports/mozilla/mozilla-central-reftests/writing-modes-3/text-orientation-upright-directionality-001-expected.html b/third_party/WebKit/LayoutTests/imported/csswg-test/vendor-imports/mozilla/mozilla-central-reftests/writing-modes-3/text-orientation-upright-directionality-001-expected.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..cafd8e8f63540a72452ccb3929dc2a6d8463d72d |
--- /dev/null |
+++ b/third_party/WebKit/LayoutTests/imported/csswg-test/vendor-imports/mozilla/mozilla-central-reftests/writing-modes-3/text-orientation-upright-directionality-001-expected.html |
@@ -0,0 +1,19 @@ |
+<!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"> |
+<link rel="help" href="https://drafts.csswg.org/css-writing-modes-3/#text-orientation"> |
+</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> |