r3857 tlsa - /trunk/netsurftest/haveproblems/select-option-wrap.html
netsurf at semichrome.net
netsurf at semichrome.net
Mon Feb 11 21:20:09 GMT 2008
Author: tlsa
Date: Mon Feb 11 21:20:08 2008
New Revision: 3857
URL: http://source.netsurf-browser.org?rev=3857&view=rev
Log:
Test case for select option wrap.
Added:
trunk/netsurftest/haveproblems/select-option-wrap.html
Added: trunk/netsurftest/haveproblems/select-option-wrap.html
URL: http://source.netsurf-browser.org/trunk/netsurftest/haveproblems/select-option-wrap.html?rev=3857&view=auto
==============================================================================
--- trunk/netsurftest/haveproblems/select-option-wrap.html (added)
+++ trunk/netsurftest/haveproblems/select-option-wrap.html Mon Feb 11 21:20:08 2008
@@ -1,0 +1,16 @@
+<html>
+<body>
+
+<div style="width:25em;">
+<select>
+<option>AAA AAA AAA AAA AAA AAA AAA AAA AAA AAA AAA AAA AAA AAA AAA</option>
+<option>BBB BBB BBB BBB BBB BBB BBB BBB BBB BBB BBB BBB BBB BBB BBB BBB BBB
+ BBB BBB BBB BBB BBB BBB BBB</option>
+<option>CCC CCC CCC CCC CCC CCC CCC CCC CCC CCC CCC CCC</option>
+</select>
+</div>
+
+<p>We need <code style="color:#800;" title="CSS">white-space:nowrap;</code> to be supported to prevent option text from wrapping.</p>
+
+</body>
+</html>
More information about the netsurf-commits
mailing list