michael@0: /* michael@0: * Any copyright is dedicated to the Public Domain. michael@0: * http://creativecommons.org/publicdomain/zero/1.0/ michael@0: */ michael@0: michael@0: // Test the webconsole output for various types of objects. michael@0: michael@0: const TEST_URI = "http://example.com/browser/browser/devtools/webconsole/test/test-console-output-04.html"; michael@0: michael@0: let inputTests = [ michael@0: // 0 michael@0: { michael@0: input: "testTextNode()", michael@0: output: '#text "hello world!"', michael@0: printOutput: "[object Text]", michael@0: inspectable: true, michael@0: noClick: true, michael@0: }, michael@0: michael@0: // 1 michael@0: { michael@0: input: "testCommentNode()", michael@0: output: /