diff options
Diffstat (limited to 'layout/reftests/css-placeholder/input/placeholdershown-ref.html')
-rw-r--r-- | layout/reftests/css-placeholder/input/placeholdershown-ref.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/layout/reftests/css-placeholder/input/placeholdershown-ref.html b/layout/reftests/css-placeholder/input/placeholdershown-ref.html new file mode 100644 index 000000000..126bb09f7 --- /dev/null +++ b/layout/reftests/css-placeholder/input/placeholdershown-ref.html @@ -0,0 +1,7 @@ +<!DOCTYPE html> +<html> + <link rel='stylesheet' type='text/css' href='style-shown.css'> + <body> + <input class='shown-ref' value='foo'> + </body> +</html> |