diff options
Diffstat (limited to 'dom/html/test/imports/file_blocking_DOMContentLoaded_B.html')
-rw-r--r-- | dom/html/test/imports/file_blocking_DOMContentLoaded_B.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/dom/html/test/imports/file_blocking_DOMContentLoaded_B.html b/dom/html/test/imports/file_blocking_DOMContentLoaded_B.html new file mode 100644 index 000000000..a69a38d16 --- /dev/null +++ b/dom/html/test/imports/file_blocking_DOMContentLoaded_B.html @@ -0,0 +1,11 @@ +<!DOCTYPE html> +<html lang="en-US"> +<head> + <script> + order.push("BS0"); + </script> + <link rel="import" href="file_blocking_DOMContentLoaded_C.html" onload="loaded()" onerror="failed()"></link> +</head> +<body> +</body> +</html> |