summaryrefslogtreecommitdiffstats
path: root/layout/reftests/selection/themed-widget-ref.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/reftests/selection/themed-widget-ref.html')
-rw-r--r--layout/reftests/selection/themed-widget-ref.html13
1 files changed, 13 insertions, 0 deletions
diff --git a/layout/reftests/selection/themed-widget-ref.html b/layout/reftests/selection/themed-widget-ref.html
new file mode 100644
index 0000000000..1a932c3037
--- /dev/null
+++ b/layout/reftests/selection/themed-widget-ref.html
@@ -0,0 +1,13 @@
+<html>
+<head>
+<style type="text/css">
+input::-moz-selection {
+ background-color: Highlight;
+ color: HighlightText;
+}
+</style>
+</head>
+<body onload="document.getElementById('i').select();">
+<input id="i" value="text">
+</body>
+</html> \ No newline at end of file