<?xml version="1.0" encoding="UTF-8"?>
<test id="wcss/input/format/8" 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 a backslash "\" followed by a character c, that 
	character is displayed in the input field at the position indicated.
	</assertion>
	<specnote>Display a WML document with an input element
	and a stylesheet in which the -wap-input-format property for that 
	element is set such as "\a\b\c*M" appears in the beginning and 
	then ask the user "Does the input field have the characters 
	"abc" in the beginning?
	</specnote>
	<results>
		<result>
			<name>submit</name>
			<value>yes</value>
		</result>
	</results>
	<stylesheets>
		<stylesheet id="1">
			<![CDATA[input { -wap-input-format: "\a\b\c" }]]>
		</stylesheet>
	</stylesheets>
	<method>
		<![CDATA[
			<wml:card newcontext="true" id="main" title="main">
				<p>Embedded chars
					<fieldset>
						<input name="test"/>
					</fieldset>
				</p>
				<p class="og">Does the input field have the characters 
					"abc" at its beginning?
					<br/>
					[[yesno]]
				</p>
			</wml:card>
		]]>
	</method>
</test>
