RESOLVED FIXED 149593
Update style/layout when a slot is added or removed
https://bugs.webkit.org/show_bug.cgi?id=149593
Summary Update style/layout when a slot is added or removed
Ryosuke Niwa
Reported 2015-09-28 00:49:08 PDT
We don't invalidate the style when a slot is added or removed. This causes fast/shadow-dom/shadow-layout-after-slot-changes.html to fail.
Attachments
Fixes the bug natively for now (9.86 KB, patch)
2015-09-29 00:35 PDT, Ryosuke Niwa
koivisto: review+
Ryosuke Niwa
Comment 1 2015-09-29 00:35:56 PDT
Created attachment 262047 [details] Fixes the bug natively for now
Antti Koivisto
Comment 2 2015-09-29 10:11:54 PDT
Comment on attachment 262047 [details] Fixes the bug natively for now View in context: https://bugs.webkit.org/attachment.cgi?id=262047&action=review > Source/WebCore/dom/ShadowRoot.cpp:2 > + * Copyright (C) 2011, 2015 Google Inc. All rights reserved. Google?
Ryosuke Niwa
Comment 3 2015-09-29 13:22:39 PDT
Note You need to log in before you can comment on or make changes to this bug.