blob: d06e5089292b3a98ee11f264f7d37e108b182be8 [file] [log] [blame]
Test for http://bugs.webkit.org/show_bug.cgi?id=8016 REPRO: Safari hangs loading 18 MB page (deeply nested DOM tree).
Tests that the “<” character terminates tag and attribute names.
FAIL: <foo<bar> parsed as <foo<bar></foo<bar> instead of <foo><bar></bar></foo>
FAIL: <foo bar<baz> parsed as <foo bar<baz=""></foo> instead of <foo bar=""><baz></baz></foo>