RESOLVED FIXED Bug 82430
Write a test for <base> and <link> are inert in ShadowDOM.
https://bugs.webkit.org/show_bug.cgi?id=82430
Summary Write a test for <base> and <link> are inert in ShadowDOM.
Shinya Kawanaka
Reported 2012-03-28 00:10:27 PDT
I think <base> and <link> work as expected, but it's good to have test to confirm it. Spec is here. https://dvcs.w3.org/hg/webcomponents/raw-file/tip/spec/shadow/index.html#inert-html-elements
Attachments
Patch (5.90 KB, patch)
2012-03-28 01:46 PDT, Shinya Kawanaka
no flags
Patch for landing (5.92 KB, patch)
2012-03-29 04:26 PDT, Shinya Kawanaka
no flags
Shinya Kawanaka
Comment 1 2012-03-28 01:46:53 PDT
Dimitri Glazkov (Google)
Comment 2 2012-03-28 09:19:13 PDT
Comment on attachment 134237 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=134237&action=review > LayoutTests/ChangeLog:9 > + This test checks adding <base> or <link> in shadow root will not affect the > + elements outside the shadow tree. Outside _and_ inside?
Shinya Kawanaka
Comment 3 2012-03-29 04:26:23 PDT
Created attachment 134545 [details] Patch for landing
Shinya Kawanaka
Comment 4 2012-03-29 04:47:31 PDT
Note You need to log in before you can comment on or make changes to this bug.