blob: e7ea509f746707f2045b3d5cb81dabbc79f66002 [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 src="/bar.js"></script>
<script>
'use strict';
print('File load_simple_html.html is loaded');
var x = 1;
</script>
<div>
This is load_simple.html.html
</div>