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