gecko/layout/reftests/editor/newline-4.html
Mounir Lamouri dbf929d752 Bug 549475: Implement HTML5-specified value sanitization algorithm for HTMLInputElement. r=sicking,ehsan,bsmedberg sr=jst
--HG--
rename : layout/reftests/editor/newline-1.html => layout/reftests/editor/newline-4.html
2010-07-21 02:11:19 +02:00

7 lines
116 B
HTML

<!DOCTYPE html>
<html>
<body>
<input type="text" value="a&#10;a&#10;a&#10; &#10;b&#10;b&#10;b">
</body>
</html>