1
    2
    3
    4
    5

content / test / data / web_bundle / path_test / out_scope / page.html [blame]

<!DOCTYPE html>
<script>
const page_info = 'Out scope page from server';
</script>
<script src="page.js"></script>