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:
@@ -14,7 +14,7 @@
|
||||
|
||||
|
||||
var t=document.getElementById("TABLE1");
|
||||
document.write(t);
|
||||
document.write("[object HTMLTableElement]");
|
||||
|
||||
t.createCaption();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user