Bug 154932 - Add a custom element test for synchronous element construction in HTML parser
Summary: Add a custom element test for synchronous element construction in HTML parser
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Ryosuke Niwa
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-03-02 14:32 PST by Ryosuke Niwa
Modified: 2016-03-02 14:37 PST (History)
0 users

See Also:


Attachments
Adds a test (3.57 KB, patch)
2016-03-02 14:33 PST, 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 2016-03-02 14:32:37 PST
Add a custom element test for synchrnous element construction in HTML parser
Comment 1 Ryosuke Niwa 2016-03-02 14:33:08 PST
Created attachment 272688 [details]
Adds a test
Comment 2 Antti Koivisto 2016-03-02 14:34:48 PST
Comment on attachment 272688 [details]
Adds a test

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

> LayoutTests/ChangeLog:3
> +        Add a custom element test for synchrnous element construction in HTML parser

Spelling 'synchrnous'
Comment 3 Ryosuke Niwa 2016-03-02 14:37:46 PST
Committed r197466: <http://trac.webkit.org/changeset/197466>