Skip to content

Commit

Permalink
[ES6 modules] Update module linking procedures to follow latest spec …
Browse files Browse the repository at this point in the history
…updates

This CL updates Blink's impl of #internal-module-script-graph-fetching-procedure
and #fetch-the-descendants-of-and-instantiate-a-module-script to match
recent spec change: whatwg/html#2595 .

Tests: external/wpt/html/semantics/scripting-1/the-script-element/module/specifier-error.html
Bug: 727299, 594639
Change-Id: I022b3b380b408a6d5c75a59d161aea4fe2868f48
Reviewed-on: https://chromium-review.googlesource.com/528724
Commit-Queue: Kouhei Ueno <kouhei@chromium.org>
Cr-Commit-Position: refs/heads/master@{#478195}
WPT-Export-Revision: 3daf3d44e29dea96cf38336f8db32884a9928db5
  • Loading branch information
nyaxt authored and chromium-wpt-export-bot committed Jun 9, 2017
1 parent ce33325 commit 74b2b18
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script>
setup({allow_uncaught_exception: true});

window.log = [];

window.addEventListener("error", ev => log.push(ev.error));
Expand Down

0 comments on commit 74b2b18

Please sign in to comment.