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