blob: 2672f61b6da5565717f7123097cf5956d8dcd5cc [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.