summaryrefslogtreecommitdiffstats
path: root/layout/reftests/selection/rtl-selection-with-decoration-ref.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/reftests/selection/rtl-selection-with-decoration-ref.html')
-rw-r--r--layout/reftests/selection/rtl-selection-with-decoration-ref.html24
1 files changed, 24 insertions, 0 deletions
diff --git a/layout/reftests/selection/rtl-selection-with-decoration-ref.html b/layout/reftests/selection/rtl-selection-with-decoration-ref.html
new file mode 100644
index 0000000000..6e057bf95a
--- /dev/null
+++ b/layout/reftests/selection/rtl-selection-with-decoration-ref.html
@@ -0,0 +1,24 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <meta charset="utf-8" />
+ <title>rtl-selection-with-decoration-ref</title>
+ <style>
+ p {
+ font-size: 2em;
+ text-decoration-color: rgba(0, 0, 0, 0.3);
+ text-decoration-skip-ink: none;
+ }
+ #text1 {
+ text-decoration-line: line-through underline;
+ }
+ #text2 {
+ text-decoration-line: line-through overline;
+ }
+ </style>
+ </head>
+ <body>
+ <p id="text1" lang="he">זוהי עובדה הקורא שדעתו מבוססת של תהיה</p>
+ <p id="text2" lang="he" dir="rtl">זוהי עובדה הקורא שדעתו מבוססת של תהיה</p>
+ </body>
+</html>