document.write(some object) writes the object type and the object address in debug builds. This creates false positives in layout regression tests.

git-svn-id: svn://10.0.0.236/trunk@147845 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bmlk%gmx.de
2003-10-10 16:30:38 +00:00
parent c5b3991b08
commit 1a2e8df311

View File

@@ -14,7 +14,7 @@
var t=document.getElementById("TABLE1");
document.write(t);
document.write("[object HTMLTableElement]");
t.createCaption();