From 26a029d407be480d791972afb5975cf62c9360a6 Mon Sep 17 00:00:00 2001 From: Daniel Baumann <daniel.baumann@progress-linux.org> Date: Fri, 19 Apr 2024 02:47:55 +0200 Subject: Adding upstream version 124.0.1. Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org> --- .../bidi/unicode-bidi-plaintext-textarea-3.html | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 layout/reftests/bidi/unicode-bidi-plaintext-textarea-3.html (limited to 'layout/reftests/bidi/unicode-bidi-plaintext-textarea-3.html') diff --git a/layout/reftests/bidi/unicode-bidi-plaintext-textarea-3.html b/layout/reftests/bidi/unicode-bidi-plaintext-textarea-3.html new file mode 100644 index 0000000000..89ea8a1059 --- /dev/null +++ b/layout/reftests/bidi/unicode-bidi-plaintext-textarea-3.html @@ -0,0 +1,20 @@ +<!DOCTYPE html> +<html><head> +<title>unicode-bidi:plaintext</title> +<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> +<style> + .plaintext { + unicode-bidi:plaintext; + } + textarea { text-align: left; resize: none; } +</style> +</head><body> +<div> +The exclamation mark should be on the left side of the first line +and on the right side of the second line. +</div> +<textarea rows=4 cols=50 dir="ltr" class="plaintext"> +שלום! +hello! +</textarea> +</body></html> -- cgit v1.2.3