diff options
Diffstat (limited to 'layout/reftests/selection/non-themed-widget.html')
-rw-r--r-- | layout/reftests/selection/non-themed-widget.html | 12 |
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 000000000..7b8708fc1 --- /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 |