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