blob: 7c8f45f43a0d7f934aeb06feab81b168ddd22dab [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>
non_defined_variable = 1;
</script>
<div>
This is load_simple.html.html
</div>