Bug 81336

Summary: Skip fast/dom/shadow/get-element-by-id-in-shadow-root.html on port where SHADOW_DOM flag is disable.
Product: WebKit Reporter: Hayato Ito <hayato>
Component: DOMAssignee: Hayato Ito <hayato>
Status: RESOLVED FIXED    
Severity: Normal CC: dglazkov, dominicc, keishi, rolandsteiner, shinyak
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
skip a test dglazkov: review+, dglazkov: commit-queue-

Description Hayato Ito 2012-03-16 05:12:59 PDT
Skip get-element-by-id-in-shadow-root.html since it uses a feature of hosting multiple shadow roots, which is not supported on ports where SHADOW_DOM flag is disabled.
Comment 1 Hayato Ito 2012-03-16 05:22:23 PDT
Created attachment 132255 [details]
skip a test
Comment 2 Dimitri Glazkov (Google) 2012-03-16 07:49:50 PDT
Comment on attachment 132255 [details]
skip a test

View in context: https://bugs.webkit.org/attachment.cgi?id=132255&action=review

> LayoutTests/platform/wk2/Skipped:1090
> +fast/dom/shadow/get-element-by-id-in-shadow-root.html

I already added this to green the b.w.o tree.
Comment 3 Hayato Ito 2012-03-18 19:38:16 PDT
Thank you. Let me exclucde wk2/Skipped from this patch and land it.

(In reply to comment #2)
> (From update of attachment 132255 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=132255&action=review
> 
> > LayoutTests/platform/wk2/Skipped:1090
> > +fast/dom/shadow/get-element-by-id-in-shadow-root.html
> 
> I already added this to green the b.w.o tree.
Comment 4 Hayato Ito 2012-03-18 19:40:43 PDT
Committed r111149: <http://trac.webkit.org/changeset/111149>
Comment 5 Keishi Hattori 2012-03-18 21:35:55 PDT
Committed r111151: <http://trac.webkit.org/changeset/111151>