blob: e5699bd5245a805aef065dda75b40bc7d6fabda3 [file] [log] [blame]
<!--
Copyright 2020 The Chromium Authors
Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file.
-->
<!DOCTYPE html>
<meta charset="utf-8">
<style>
h1 {
color: #f05;
}
h2 {
background-color: gold;
color: black;
}
body h1 {
color: #f06;
}
</style>
<h1>Hello Test Page!</h1>
<h2>Inspect me.</h2>