Sign in
chromium
/
devtools
/
devtools-frontend
/
main
/
.
/
test
/
e2e
/
resources
/
elements
/
css-inject-stylesheet.html
blob: 3a95f244abcd1ceba1805f0adee9432741b45c31 [
file
] [
log
] [
blame
]
<!--
Copyright 2022 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>
<style>
#
main
{
background
:
blue
;
}
</style>
<div
id
=
"main"
></div>