mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
54f1561afc
--HG-- extra : rebase_source : 2e2f3a73553d720b32812603b0ce96c89b9a6261
14 lines
361 B
HTML
14 lines
361 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<!--
|
|
This test 'emulate' the placeholder by setting a style
|
|
to the value of an input text.
|
|
This test may break if placeholder default style is changed.
|
|
-->
|
|
<link rel='stylesheet' type='text/css' href='placeholder-style.css'>
|
|
|
|
<body>
|
|
<input type="text" class="placeholder" value="my placeholder">
|
|
</body>
|
|
</html>
|