Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[html] Reset of ScriptElement.src prior to async execution has no effect #18128

Open
DartBot opened this issue Apr 9, 2014 · 3 comments
Open
Labels
area-core-library SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries. area-web Use area-web for Dart web related issues, including the DDC and dart2js compilers and JS interop. library-html P2 A bug or feature request we're likely to work on type-bug Incorrect behavior (everything from a crash to more subtle misbehavior) web-libraries Issues impacting dart:html, etc., libraries

Comments

@DartBot
Copy link

DartBot commented Apr 9, 2014

This issue was originally filed by Ilya.Vazh...@gmail.com


The test fails

co19/src/LayoutTests/fast/dom/HTMLScriptElement/remove-source_t01.dart

src of a script is reset after insertion of script into document head

    var script = document.createElement("script");
    script.src = "data:text/javascript,debug('FAIL');";
    document.head.append(script);
    script.src = "";

but the old script still executes

@kevmoo
Copy link
Member

kevmoo commented Apr 9, 2014

Added Library-Html, Triaged labels.

@kasperl
Copy link

kasperl commented Apr 24, 2014

Added Area-Library label.

@alan-knight
Copy link
Contributor

Removed Priority-Unassigned label.
Added Priority-Medium label.

@DartBot DartBot added Type-Defect library-html area-core-library SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries. labels Jan 15, 2015
@kevmoo kevmoo added P2 A bug or feature request we're likely to work on type-bug Incorrect behavior (everything from a crash to more subtle misbehavior) and removed triaged labels Mar 1, 2016
@vsmenon vsmenon added the area-web Use area-web for Dart web related issues, including the DDC and dart2js compilers and JS interop. label Jul 20, 2019
@sigmundch sigmundch added the web-libraries Issues impacting dart:html, etc., libraries label Oct 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-core-library SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries. area-web Use area-web for Dart web related issues, including the DDC and dart2js compilers and JS interop. library-html P2 A bug or feature request we're likely to work on type-bug Incorrect behavior (everything from a crash to more subtle misbehavior) web-libraries Issues impacting dart:html, etc., libraries
Projects
None yet
Development

No branches or pull requests

6 participants