diff options
Diffstat (limited to 'dom/html/test/imports/file_importC5.html')
-rw-r--r-- | dom/html/test/imports/file_importC5.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/dom/html/test/imports/file_importC5.html b/dom/html/test/imports/file_importC5.html new file mode 100644 index 0000000000..c29dc24ba0 --- /dev/null +++ b/dom/html/test/imports/file_importC5.html @@ -0,0 +1,11 @@ +<!DOCTYPE html> +<html lang="en-US"> + <head> + <link rel="import" href="file_importC6.html" onload="loaded()" onerror="failed()"></link> + </head> + <body> + <script> + order.push("C5"); + </script> + </body> +</html>
\ No newline at end of file |