summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--haveproblems/css-case.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/haveproblems/css-case.html b/haveproblems/css-case.html
new file mode 100644
index 0000000..8eadd18
--- /dev/null
+++ b/haveproblems/css-case.html
@@ -0,0 +1,10 @@
+<html>
+<head>
+<style>
+.test, .Test { background:#0f0; }
+</style>
+</head>
+<body class="test">
+<p>The page <strong>background should be green</strong> but NetSurf's CSS parser doesn't like the class case stuff.</p>
+</body>
+</html> \ No newline at end of file