Bug 44447

Summary: fast/dom/script-innerHTML-x.xhtml fails when run with the HTML5 TreeBuilder in fragment mode
Product: WebKit Reporter: Eric Seidel (no email) <eric>
Component: New BugsAssignee: Eric Seidel (no email) <eric>
Status: RESOLVED FIXED    
Severity: Normal CC: abarth, ossy
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Other   
OS: OS X 10.5   
Attachments:
Description Flags
Patch
none
Patch
none
Patch abarth: review+, abarth: commit-queue+

Description Eric Seidel (no email) 2010-08-23 12:06:52 PDT
fast/dom/script-innerHTML-x.xhtml fails when run with the HTML5 TreeBuilder in fragment mode
Comment 1 Eric Seidel (no email) 2010-08-23 12:08:01 PDT
Created attachment 65147 [details]
Patch
Comment 2 Adam Barth 2010-08-23 12:12:43 PDT
Comment on attachment 65147 [details]
Patch

This is parsing work.  It should be in the parser.
Comment 3 Eric Seidel (no email) 2010-08-23 13:06:46 PDT
Created attachment 65156 [details]
Patch
Comment 4 Eric Seidel (no email) 2010-08-23 16:26:43 PDT
Created attachment 65175 [details]
Patch
Comment 5 Eric Seidel (no email) 2010-08-23 16:27:58 PDT
Please do not r+ this patch until the Qt EWS shows green. :)  Otherwise it's ready for prime-time.
Comment 6 Eric Seidel (no email) 2010-08-23 16:28:35 PDT
Restructuring the code to allow this to be in the parser ended up being a bunch of work.... But this was a Yak I've wanted to shave for a long time.  The world is better as a result. :)
Comment 7 Adam Barth 2010-08-23 16:35:41 PDT
Comment on attachment 65175 [details]
Patch

Ok.  Thanks for putting this code in the right place.
Comment 8 Eric Seidel (no email) 2010-08-23 16:44:21 PDT
Committed r65842: <http://trac.webkit.org/changeset/65842>