New issue
Advanced search Search tips

Issue 924034 link

Starred by 1 user

Issue metadata

Status: Untriaged
Owner: ----
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 1
Type: Bug

Blocking:
issue 766694
issue 806159



Sign in to add a comment

Browser tests should not use HTML Imports and Shadow DOM v0

Project Member Reported by yoichio@chromium.org, Today (22 hours ago)

Issue description

They are deprecated and will be removed since M74.

FYI: Intent to Deprecate and Remove: http://bit.ly/2RGHe3x
 

Comment 1 by yoichio@chromium.org, Today (22 hours ago)

Here is the tests using the APIs:

HeadlessProtocolBrowserTest (Imports)
ChromeDriverTest (SDv0)
CrossSiteDocumentBlockingTest (Imports
WebUIResourceBrowserTest , (SDv0, Imports)

Comment 2 by yoichio@chromium.org, Today (4 hours ago)

FYI, this is the patch that removes Shadow DOM V0, Custom Element V0 and HTML Imports APIs that would be shipped since M74
https://chromium-review.googlesource.com/c/chromium/src/+/1420637

As you might know, the patch that reenables the APIs for the Browser tests on the patch was shipped:
https://chromium-review.googlesource.com/c/chromium/src/+/1404767 (HeadlessProtocolBrowserTest)
https://chromium-review.googlesource.com/c/chromium/src/+/1405958 (ChromeDriverTest)
https://chromium-review.googlesource.com/c/chromium/src/+/1404765 (CrossSiteDocumentBlockingTest)
https://chromium-review.googlesource.com/c/chromium/src/+/1404771 (WebUIResourceBrowserTest)
This is a last-resort for the removal and should be reverted.

So we need both to patch 1420637 and revert them to confirm if migration works.

Sign in to add a comment