blob: c5630de2bd79a87b3f9e240bf5aab2f24b0024d5 [file] [log] [blame]
<!DOCTYPE html>
<!--
Copyright (c) 2015 The Chromium Authors. All rights reserved.
Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file.
-->
<style>
.div {
font-size: 3.1415em;
}
</style>
<script src="/bar.js"></script>
<script>
'use strict';
print('File load_error2.html is loaded');
// The import below should raise a loading exception for d8.
loadHTML('/does_not_exist.html');
</script>
<div>
</div>