blob: d492f8faf529b6c9c187ca6b7a17e202bdeffb95 [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_error.html is loaded');
var x = 1;
</script>
<link rel='import' href='/load_error_2.html'>
<div>
</div>