From 6bf0a5cb5034a7e684dcc3500e841785237ce2dd Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 19:32:43 +0200 Subject: Adding upstream version 1:115.7.0. Signed-off-by: Daniel Baumann --- layout/reftests/bidi/bdi-element.html | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 layout/reftests/bidi/bdi-element.html (limited to 'layout/reftests/bidi/bdi-element.html') diff --git a/layout/reftests/bidi/bdi-element.html b/layout/reftests/bidi/bdi-element.html new file mode 100644 index 0000000000..d4ef2cd83b --- /dev/null +++ b/layout/reftests/bidi/bdi-element.html @@ -0,0 +1,19 @@ + + + + + + +

+ From WebKit bug 50913 +

+

+In this example, usernames are shown along with the number of posts that the user has submitted. If the bdi element were not used, the username of the Arabic user would end up confusing the text (the bidirectional algorithm would put the colon and the number "3" next to the word "User" rather than next to the word "posts"). +

+ + + -- cgit v1.2.3