gecko/layout/reftests/forms/placeholder/placeholder-12.html
Mounir Lamouri e52f013c11 Bug 549311 - New lines management tests for placeholder are missing; r=ehsan
--HG--
extra : rebase_source : ba4be5c6a90abfef87f573968d00b4cc179aafdd
2010-03-02 14:06:17 -08:00

8 lines
187 B
HTML

<!DOCTYPE html>
<html>
<!-- Test: placeholder shouldn't show new lines (&#13; version) -->
<body>
<input type="text" value="" placeholder="my&#13; placeholder">
</body>
</html>