<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN" "http://www.wapforum.org/DTD/wml_1.1.xml">
<wml>
    <card id="main" title="Nowrap Input Test">
        <p>This test checks that <b>&lt;input&gt;</b> elements inside <b>&lt;p mode="nowrap"&gt;</b> render correctly and do not collapse.</p>

        <p mode="nowrap">
            Search: <input name="q" value="hello world" /> This text keeps going past the screen edge to trigger the marquee overflow effect...
        </p>

        <p mode="nowrap">
            Username: <input name="user" size="20" /> Password: <input name="pass" type="password" size="10" /> (two inputs in one nowrap line)
        </p>

        <p mode="nowrap">
            <b>Bold label</b> <input name="test" value="styled" /> <em>italic suffix</em> more text to ensure overflow scrolling works with mixed inline content
        </p>

        <p>
            <a href="long_content.wml">long_content.wml</a><br/>
            <a href="index.html">Back to Index (html)</a>
        </p>
    </card>
</wml>
