<?xml version="1.0" encoding="UTF-8"?>
<test id="wcss/input/format/12" class="C" scope="wcss:input" 
	testtype="application" type="manual" source="wcss#19.2" device="both">
	<assertion>When the -wap-input-format property of the input element
	is specified as an invalid mask, the mask must be ignored by 
	the user agent and must default to '*M'( must accept any characters 
	as input).
	</assertion>
	<specnote>Display a WML document with an input
	element and the -wap-input-format property for that element 
	set to an invalid mask in an included css and then ask the user 
	to enter a value. Finally ask:"Was it possible to enter any character?"
	</specnote>
	<results>
		<result>
			<name>submit</name>
			<value>yes</value>
		</result>
	</results>
	<stylesheets>
		<stylesheet id="1">
			<![CDATA[input { -wap-input-format: "!" }]]>
		</stylesheet>
	</stylesheets>
	<method>
		<![CDATA[
			<wml:card newcontext="true" id="main" title="main">
				<p>Any value</p>
				<p>
					<fieldset>
						<input name="test"/>
					</fieldset>
				</p>
				<p class="og">Is the input field displayed allowing 
					any input value?
					<br/>
					[[yesno]]
				</p>
			</wml:card>
		]]>
	</method>
</test>
