diff options
Diffstat (limited to 'layout/reftests/selection/pseudo-element-of-native-anonymous-ref.html')
-rw-r--r-- | layout/reftests/selection/pseudo-element-of-native-anonymous-ref.html | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/layout/reftests/selection/pseudo-element-of-native-anonymous-ref.html b/layout/reftests/selection/pseudo-element-of-native-anonymous-ref.html new file mode 100644 index 0000000000..dbcfef7cfc --- /dev/null +++ b/layout/reftests/selection/pseudo-element-of-native-anonymous-ref.html @@ -0,0 +1,13 @@ +<html> +<head> +<style type="text/css"> +input { + color: white; + background-color: green; +} +</style> +</head> +<body onload="document.getElementById('i').select();"> +<input value="text" id="i"> +</body> +</html>
\ No newline at end of file |