blob: 9a8bff609d447abb5a480beac5bf837109da340c [file] [log] [blame]
This test verifies that script elements are not inserted into the document if the WebCore scriptMarkupEnabled setting is false.
PASS: documentWithScript.getElementsByTagName("script").length should be 0 and is.
PASS: documentWithSVGScript.getElementsByTagName("script").length should be 0 and is.