Bug 161430 - HTML constructor must throw when newTarget is itself
Summary: HTML constructor must throw when newTarget is itself
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Ryosuke Niwa
URL:
Keywords: InRadar
Depends on:
Blocks: 154907
  Show dependency treegraph
 
Reported: 2016-08-31 00:52 PDT by Ryosuke Niwa
Modified: 2016-09-01 16:18 PDT (History)
6 users (show)

See Also:


Attachments
Patch (9.62 KB, patch)
2016-08-31 00:57 PDT, Ryosuke Niwa
no flags Details | Formatted Diff | Diff
Updated for ToT (14.39 KB, patch)
2016-08-31 12:04 PDT, Ryosuke Niwa
koivisto: review+
buildbot: commit-queue-
Details | Formatted Diff | Diff
Archive of layout-test-results from ews101 for mac-yosemite (843.96 KB, application/zip)
2016-08-31 12:34 PDT, Build Bot
no flags Details
Archive of layout-test-results from ews123 for ios-simulator-elcapitan-wk2 (5.11 MB, application/zip)
2016-08-31 12:52 PDT, Build Bot
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Ryosuke Niwa 2016-08-31 00:52:41 PDT
Reflect the spec change in https://github.com/w3c/webcomponents/issues/541.
Comment 1 Ryosuke Niwa 2016-08-31 00:57:36 PDT
Created attachment 287503 [details]
Patch
Comment 2 Ryosuke Niwa 2016-08-31 12:04:23 PDT
Created attachment 287525 [details]
Updated for ToT
Comment 3 Build Bot 2016-08-31 12:34:35 PDT
Comment on attachment 287525 [details]
Updated for ToT

Attachment 287525 [details] did not pass mac-ews (mac):
Output: http://webkit-queues.webkit.org/results/1981840

New failing tests:
fast/custom-elements/CustomElementRegistry.html
Comment 4 Build Bot 2016-08-31 12:34:40 PDT
Created attachment 287527 [details]
Archive of layout-test-results from ews101 for mac-yosemite

The attached test failures were seen while running run-webkit-tests on the mac-ews.
Bot: ews101  Port: mac-yosemite  Platform: Mac OS X 10.10.5
Comment 5 Ryosuke Niwa 2016-08-31 12:49:07 PDT
Comment on attachment 287525 [details]
Updated for ToT

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

> LayoutTests/fast/custom-elements/CustomElementRegistry.html:73
> +test(function () {

What the heck.  I guess I messed it up when I was squashing git commits. This shouldn't be in here.
Will fix before landing it.
Comment 6 Build Bot 2016-08-31 12:52:23 PDT
Comment on attachment 287525 [details]
Updated for ToT

Attachment 287525 [details] did not pass ios-sim-ews (ios-simulator-wk2):
Output: http://webkit-queues.webkit.org/results/1981877

New failing tests:
fast/custom-elements/CustomElementRegistry.html
Comment 7 Build Bot 2016-08-31 12:52:27 PDT
Created attachment 287531 [details]
Archive of layout-test-results from ews123 for ios-simulator-elcapitan-wk2

The attached test failures were seen while running run-webkit-tests on the ios-sim-ews.
Bot: ews123  Port: ios-simulator-elcapitan-wk2  Platform: Mac OS X 10.11.5
Comment 8 Ryosuke Niwa 2016-08-31 12:55:36 PDT
Committed r205263: <http://trac.webkit.org/changeset/205263>
Comment 9 Ryosuke Niwa 2016-09-01 16:18:49 PDT
<rdar://problem/28092357>