mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Update web-platform-tests to revision acdb8bf3e4714528b6b5f9ff038dc80ee4fb7dcf
This commit is contained in:
parent
56a7981c9c
commit
93b883e1db
27 changed files with 1021 additions and 165 deletions
|
@ -0,0 +1,5 @@
|
|||
<!doctype html>
|
||||
<meta charset=utf-8>
|
||||
<title>Textarea cols</title>
|
||||
<link rel=match href=textarea-ref.html>
|
||||
<textarea cols=20></textarea>
|
|
@ -0,0 +1,5 @@
|
|||
<!doctype html>
|
||||
<meta charset=utf-8>
|
||||
<title>Textarea cols</title>
|
||||
<link rel=match href=textarea-ref.html>
|
||||
<textarea cols=0></textarea>
|
|
@ -0,0 +1,5 @@
|
|||
<!doctype html>
|
||||
<meta charset=utf-8>
|
||||
<title>Textarea rows</title>
|
||||
<link rel=match href=textarea-ref.html>
|
||||
<textarea rows=2></textarea>
|
|
@ -0,0 +1,5 @@
|
|||
<!doctype html>
|
||||
<meta charset=utf-8>
|
||||
<title>Textarea rows</title>
|
||||
<link rel=match href=textarea-ref.html>
|
||||
<textarea rows=0></textarea>
|
|
@ -0,0 +1,4 @@
|
|||
<!doctype html>
|
||||
<meta charset=utf-8>
|
||||
<title>Default textarea</title>
|
||||
<textarea></textarea>
|
Loading…
Add table
Add a link
Reference in a new issue