diff options
Diffstat (limited to 'layout/reftests/css-placeholder/css-restrictions-ref.html')
-rw-r--r-- | layout/reftests/css-placeholder/css-restrictions-ref.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/layout/reftests/css-placeholder/css-restrictions-ref.html b/layout/reftests/css-placeholder/css-restrictions-ref.html new file mode 100644 index 0000000000..a09df21e12 --- /dev/null +++ b/layout/reftests/css-placeholder/css-restrictions-ref.html @@ -0,0 +1,9 @@ +<!DOCTYPE html> +<html> + <body> + <input placeholder='foo'> + <textarea placeholder='foo'></textarea> + <input placeholder='this is a quitelongetextforasmallelement'> + <textarea placeholder='this is a quitelongetextforasmallelement'></textarea> + </body> +</html> |