Sign in
chromium
/
devtools
/
devtools-frontend
/
bedbd4f3fe201caedff255ae97fdf875e13063f8
/
.
/
test
/
e2e
/
resources
/
css_overview
/
default.html
blob: 18db5876df565de5217486ad34a1d1eb0c49caeb [
file
]
<!--
Copyright 2020 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.
-->
<!DOCTYPE html>
<style>
h1
{
color
:
red
;
}
</style>
<h1>
Hello World
</h1>