diff options
Diffstat (limited to 'layout/reftests/bidi/83958-1-ref.html')
-rw-r--r-- | layout/reftests/bidi/83958-1-ref.html | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/layout/reftests/bidi/83958-1-ref.html b/layout/reftests/bidi/83958-1-ref.html new file mode 100644 index 000000000..146b7cd32 --- /dev/null +++ b/layout/reftests/bidi/83958-1-ref.html @@ -0,0 +1,23 @@ +<!DOCTYPE html> +<html> + <head> + <meta charset="UTF-8"> + <title>Bidirectional Text Test 2</title> + <style> + body { font-size: 300%; } + p { font-family: monospace; margin: 0; } + </style> + </head> + <body> + <p>The following lines should all read "ABCDEFGHI":</p> + <p>ABCDEFGHI</p> + <p>ABCDEFGHI</p> + <p>ABCDEFGHI</p> + <p>ABCDEFGHI</p> + <p>ABCDEFGHI</p> + <p>ABCDEFGHI</p> + <p>ABCDEFGHI</p> + <p>ABCDEFGHI</p> + <p>ABCDEFGHI</p> + </body> +</html> |