Bug 111880

Summary: [HTMLTemplateElement] processTemplateEndTag() needs to check for template in html scope
Product: WebKit Reporter: Rafael Weinstein <rafaelw>
Component: DOMAssignee: Rafael Weinstein <rafaelw>
Status: RESOLVED FIXED    
Severity: Normal CC: abarth, adamk, eric, esprehn+autocc, ojan.autocc, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 103547    
Attachments:
Description Flags
Patch eric: review+, webkit.review.bot: commit-queue-

Description Rafael Weinstein 2013-03-08 11:38:12 PST
...not template *in scope* (whcih will stop searching when it his a marker element, such as table.

Spec bug: https://www.w3.org/Bugs/Public/show_bug.cgi?id=21228
Comment 1 Rafael Weinstein 2013-03-08 11:40:50 PST
Created attachment 192256 [details]
Patch
Comment 2 Eric Seidel (no email) 2013-03-08 11:44:57 PST
Comment on attachment 192256 [details]
Patch

LGTM.
Comment 3 WebKit Review Bot 2013-03-08 12:33:41 PST
Comment on attachment 192256 [details]
Patch

Rejecting attachment 192256 [details] from commit-queue.

New failing tests:
html5lib/generated/run-tests16-data.html
Full output: http://webkit-commit-queue.appspot.com/results/17016288
Comment 4 Rafael Weinstein 2013-03-08 17:32:30 PST
landed manually as http://trac.webkit.org/changeset/145293