blob: 2f3f74cd3c15dd07b93a62431a96789f31eedb6c [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.
-->
<link rel='import' href='/foo.html'>
<style>
.div {
font-size: 3.1415em;
}
</style>
<script>
'use strict';
print('File load_simple_html.html is loaded');
var x = 1;
</script>
<script src="/error_stack_test.js">
for i in range(100):
print i
</script>
<div>
This is load_simple.html.html
</div>