Bug 149330 - Add some tests for shadow DOM rendering
Summary: Add some tests for shadow DOM rendering
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Ryosuke Niwa
URL:
Keywords:
Depends on: 149334 149365
Blocks: 148695
  Show dependency treegraph
 
Reported: 2015-09-17 19:52 PDT by Ryosuke Niwa
Modified: 2015-09-21 13:24 PDT (History)
3 users (show)

See Also:


Attachments
Adds some tests (9.95 KB, patch)
2015-09-17 19:56 PDT, Ryosuke Niwa
koivisto: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ryosuke Niwa 2015-09-17 19:52:46 PDT
Adding some ref tests I've written for rendering the contents that uses new shadow DOM API.
Comment 1 Ryosuke Niwa 2015-09-17 19:56:11 PDT
Created attachment 261476 [details]
Adds some tests
Comment 2 Ryosuke Niwa 2015-09-17 20:08:23 PDT
Committed r189962: <http://trac.webkit.org/changeset/189962>
Comment 4 WebKit Commit Bot 2015-09-17 21:44:21 PDT
Re-opened since this is blocked by bug 149334
Comment 5 Alexey Proskuryakov 2015-09-17 21:49:51 PDT
Obviously, the bug is that real work is being done in JSNode destructor.
Comment 6 Ryosuke Niwa 2015-09-21 13:24:17 PDT
Committed r190074: <http://trac.webkit.org/changeset/190074>