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