blob: 63d85fd84faf73da86c2d1b2989eb67457f5b68c [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.
PASS: <foo<bar> parsed as <foo><bar></bar></foo>
PASS: <foo bar<baz> parsed as <foo bar=""><baz></baz></foo>