New issue
Advanced search Search tips

Issue 773622 link

Starred by 2 users

Issue metadata

Status: Started
Owner:
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 2
Type: Bug



Sign in to add a comment

Dynamic import() should work inside set{Timeout,Interval}

Project Member Reported by kouhei@chromium.org, Oct 11 2017

Issue description

Make Blink pass:
wpt/html/semantics/scripting-1/the-script-element/module/dynamic-import/string-compilation-base-url-classic.html
wpt/html/semantics/scripting-1/the-script-element/module/dynamic-import/string-compilation-base-url-module.html

 
Project Member

Comment 1 by bugdroid1@chromium.org, Oct 11 2017

The following revision refers to this bug:
  https://chromium.googlesource.com/chromium/src.git/+/f7bd4ce21651472a01877af861a6ec582e6f778f

commit f7bd4ce21651472a01877af861a6ec582e6f778f
Author: Kouhei Ueno <kouhei@chromium.org>
Date: Wed Oct 11 10:50:42 2017

[ES6 modules] Remove VirtualTestSuites for dynamic imports

They no longer need to be virtual tests since we have enabled dynamic
imports by default.

Bug:  711706 , 773622
Change-Id: I4d4eb4838694ef947ab3ca795a2b6848b9d2d04f
Reviewed-on: https://chromium-review.googlesource.com/711537
Commit-Queue: Kouhei Ueno <kouhei@chromium.org>
Reviewed-by: Kentaro Hara <haraken@chromium.org>
Reviewed-by: Kinuko Yasuda <kinuko@chromium.org>
Cr-Commit-Position: refs/heads/master@{#507942}
[modify] https://crrev.com/f7bd4ce21651472a01877af861a6ec582e6f778f/third_party/WebKit/LayoutTests/TestExpectations
[modify] https://crrev.com/f7bd4ce21651472a01877af861a6ec582e6f778f/third_party/WebKit/LayoutTests/VirtualTestSuites
[delete] https://crrev.com/961817f7c152c667729417f4aedebd8602df042e/third_party/WebKit/LayoutTests/virtual/dynamic-import/external/wpt/html/semantics/scripting-1/the-script-element/module/dynamic-import/README.txt

Sign in to add a comment