Sign in
chromium
/
external
/
github.com
/
web-platform-tests
/
wpt
/
refs/heads/DOMParser-interface
/
.
/
css
/
css-pseudo
/
reference
/
placeholder-excluded-properties-ref.html
blob: 0e573cb3d6cbac837c9e10552e360aa713fee60b [
file
] [
log
] [
blame
] [
edit
]
<!DOCTYPE html>
<style>
.
vertical
{
writing-mode
:
vertical-rl
;
}
</style>
<body>
<input
placeholder
=
"placeholder"
>
<input
class
=
"vertical"
placeholder
=
"placeholder"
>
</body>