<?xml version="1.0" encoding="UTF-8"?>
<test id="wml/struct/text/p/align/3" class="A" scope="wml" testtype="application" type="manual" source="wml13#11.8.3" device="both">
  <assertion>When the ALIGN attribute of the P element is specified as "right", the
text of the line is aligned on the right side of the display.
</assertion>
  <results>
    <result>
      <name>submit</name>
      <value>yes</value>
    </result>
  </results>
  <method>
    <![CDATA[<card newcontext="true" id="main">
<p align="right">This paragraph is right-aligned.</p>
<p mode="wrap">Is the paragraph right aligned?
<br />
<yesno>
</p>
</card>]]>
  </method>
</test>

