WebCore/manual-tests/applet-finish-parsing-children.html
changeset 0 4f2f89ce4247
equal deleted inserted replaced
-1:000000000000 0:4f2f89ce4247
       
     1 <p>
       
     2     Test for <i><a href="rdar://problem/5816522">Bug 5816522</a> REGRESSION (r30111-30112): Tahoe web cam website has some text in Chinese or japanese</i>.
       
     3 </p>
       
     4 <p>
       
     5     You should see the word PASS below.
       
     6 </p>
       
     7 <applet codebase="resources" code="DrawMessage.class" width=534 height=50>
       
     8 <param name=text value="FAIL">
       
     9 <script src="data:text/javascript,document.body.offsetTop;"/>
       
    10 <param name=text value="PASS">
       
    11 </applet>