diff options
Diffstat (limited to 'WebCore/manual-tests/applet-finish-parsing-children.html')
-rw-r--r-- | WebCore/manual-tests/applet-finish-parsing-children.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/WebCore/manual-tests/applet-finish-parsing-children.html b/WebCore/manual-tests/applet-finish-parsing-children.html new file mode 100644 index 0000000..842fd85 --- /dev/null +++ b/WebCore/manual-tests/applet-finish-parsing-children.html @@ -0,0 +1,11 @@ +<p> + 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>. +</p> +<p> + You should see the word PASS below. +</p> +<applet codebase="resources" code="DrawMessage.class" width=534 height=50> +<param name=text value="FAIL"> +<script src="data:text/javascript,document.body.offsetTop;"/> +<param name=text value="PASS"> +</applet> |