diff options
Diffstat (limited to '')
-rw-r--r-- | layout/reftests/bugs/332360-ltr-ref.html | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/layout/reftests/bugs/332360-ltr-ref.html b/layout/reftests/bugs/332360-ltr-ref.html new file mode 100644 index 0000000000..92b53374ea --- /dev/null +++ b/layout/reftests/bugs/332360-ltr-ref.html @@ -0,0 +1,14 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" + "http://www.w3.org/TR/html4/strict.dtd"> +<html lang="en-US"> +<head> + <title>Testcase, bug 332360</title> + <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> + <meta http-equiv="Content-Style-Type" content="text/css"> +</head> +<body> + +<ul><li>list item</li></ul> + +</body> +</html> |