esrille / escudo

The Escudo Web Browser
Apache License 2.0
68 stars 13 forks source link

[CSS] ScriptV8.test crashes in V8 when pressing [Enter] on partial-reflow-list-004.html #46

Closed ShikiOkasaka closed 11 years ago

ShikiOkasaka commented 11 years ago

cf. https://github.com/esrille/escort/blob/master/testdata/partial-reflow-list-004.html

ShikiOkasaka commented 11 years ago

cf. http://www.whatwg.org/specs/web-apps/current-work/multipage/tree-construction.html#tree-construction

"DOM mutation events must not fire for changes caused by the UA parsing the document. This includes the parsing of any content inserted using document.write() and document.writeln() calls."

ShikiOkasaka commented 11 years ago

Added a very basic guard at ec3e53b8e9944f3aceec71f47d74785e638096ca. We'll revisit various mutation event issues in other issues later.