diff options
Diffstat (limited to 'layout/reftests/bugs/1133905-4-vh-rtl.html')
-rw-r--r-- | layout/reftests/bugs/1133905-4-vh-rtl.html | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/layout/reftests/bugs/1133905-4-vh-rtl.html b/layout/reftests/bugs/1133905-4-vh-rtl.html deleted file mode 100644 index cdb1ae155..000000000 --- a/layout/reftests/bugs/1133905-4-vh-rtl.html +++ /dev/null @@ -1,10 +0,0 @@ -<!DOCTYPE html> -<html><head> -<meta name="viewport" content="width=725"> -<style> html { direction: rtl; } </style> -</head> -<body> -<div style="height: 20000px; width: 9000px;"></div> -</body> -</html> - |