Chromium Code Reviews| Index: third_party/WebKit/LayoutTests/external/wpt/html/semantics/scripting-1/the-script-element/module/TODO |
| diff --git a/third_party/WebKit/LayoutTests/external/wpt/html/semantics/scripting-1/the-script-element/module/TODO b/third_party/WebKit/LayoutTests/external/wpt/html/semantics/scripting-1/the-script-element/module/TODO |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..f80e062bbabba664800ac43c87ce657a213f010c |
| --- /dev/null |
| +++ b/third_party/WebKit/LayoutTests/external/wpt/html/semantics/scripting-1/the-script-element/module/TODO |
| @@ -0,0 +1,12 @@ |
| +- In some cases we check that all logged exceptions are the same. |
| + Should even the error events be the same? |
|
domenic
2017/05/03 23:49:29
Error events should not be the same. Testing that
|
| + |
| +- Do we want to assert that the load event is fired only once? |
| + |
| +- Some obvious areas where more (or even any) tests are needed: |
| + * scriptEl.onerror |
| + * scriptEl.onload |
| + * defer |
| + * Invalid module specifiers. |
| + * Fetch errors. |
|
domenic
2017/05/03 23:49:29
Microsoft has a lot of tests for these (e.g. diffe
|
| + * Inline module scripts (once implemented). |