diff options
Diffstat (limited to 'layout/reftests/bugs/1133905-5-rtl.html')
-rw-r--r-- | layout/reftests/bugs/1133905-5-rtl.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/layout/reftests/bugs/1133905-5-rtl.html b/layout/reftests/bugs/1133905-5-rtl.html new file mode 100644 index 0000000000..5125d8d13a --- /dev/null +++ b/layout/reftests/bugs/1133905-5-rtl.html @@ -0,0 +1,9 @@ +<!DOCTYPE html> +<html><head> +<meta name="viewport" content="width=925"> +<style> html { direction: rtl; } </style> +</head> +<body> +</body> +</html> + |