Reviewed by justing.
Test cases added:
* layout-tests/fast/dom/HTMLDocument/write/call-expected.txt: Added.
* layout-tests/fast/dom/HTMLDocument/write/call.html: Added.
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@9534
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
--- /dev/null
+Tests: calling HTMLDocument::write
+
+Condition(s):
+
+Success message: passed
+
+Failure message: [no output]
+
+passed
--- /dev/null
+<html>
+<head>
+<script>
+function test() {
+ if (window.layoutTestController) {
+ window.layoutTestController.dumpAsText();
+ }
+
+ document.write("passed");
+}
+</script>
+</head>
+<body>
+<p>Tests: calling HTMLDocument::write</p>
+<p>Condition(s): </p>
+<p>Success message: passed</p>
+<p>Failure message: [no output]</p>
+<hr>
+</body>
+<script>test()</script>
+</html>
+2005-06-29 Geoffrey Garen <ggaren@apple.com>
+
+ DOM compatibility tests for HTMLDocument::write
+
+ Reviewed by justing.
+
+ Test cases added:
+ * layout-tests/fast/dom/HTMLDocument/write/call-expected.txt: Added.
+ * layout-tests/fast/dom/HTMLDocument/write/call.html: Added.
+
2005-06-29 Geoffrey Garen <ggaren@apple.com>
DOM compatibility tests for HTMLDocument::title