diff options
Diffstat (limited to 'layout/reftests/css-invalid/form/form-valid-ref-4.html')
-rw-r--r-- | layout/reftests/css-invalid/form/form-valid-ref-4.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/layout/reftests/css-invalid/form/form-valid-ref-4.html b/layout/reftests/css-invalid/form/form-valid-ref-4.html new file mode 100644 index 0000000000..881c5cab87 --- /dev/null +++ b/layout/reftests/css-invalid/form/form-valid-ref-4.html @@ -0,0 +1,9 @@ +<!DOCTYPE html> +<html> + <body> + <form> + <input type='text' value='foo'> + <input type='text' value='bar'> + </form> + </body> +</html> |