page_test_report_missing_child_module.html (470B)
1 <!doctype html> 2 <html> 3 <head> 4 <meta charset="utf-8"> 5 </head> 6 <body> 7 <!-- 8 top-level module which imports a missing module 9 --> 10 <script type="module" src="file_test_report_missing_child_module_parent.mjs"></script> 11 12 <!-- 13 top-level module which imports a child module, which in turn imports 14 a missing module 15 --> 16 <script type="module" src="file_test_report_missing_child_module_grandparent.mjs"></script> 17 </body> 18 </html>