repo.or.cz
/
gecko.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Bug 1935035 - Update a macOS-only test that hard-codes child count.
[gecko.git]
/
layout
/
reftests
/
forms
/
textarea
/
appearance-background-change-ref.html
blob
df5585213e1afb713b08d8d1fd5de9c522331620
1
<!doctype
html
>
2
<style>
3
textarea, input {
4
background: transparent;
5
}
6
</style>
7
<textarea>
FOO BAR
</textarea><br>
8
<input
value
=
"FOO BAR"
>