Bug 81336 - Skip fast/dom/shadow/get-element-by-id-in-shadow-root.html on port where SHADOW_DOM flag is disable.
Summary: Skip fast/dom/shadow/get-element-by-id-in-shadow-root.html on port where SHAD...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Hayato Ito
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-03-16 05:12 PDT by Hayato Ito
Modified: 2012-03-18 21:35 PDT (History)
5 users (show)

See Also:


Attachments
skip a test (6.10 KB, patch)
2012-03-16 05:22 PDT, Hayato Ito
dglazkov: review+
dglazkov: commit-queue-
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>