Sign in
◑
Theme
chromium
/
external
/
github.com
/
WebKit
/
webkit
/
refs/heads/webkitglib/2.46
/
.
/
LayoutTests
/
fullscreen
/
resources
/
backdrop-red-on-green.html
blob: fc65b235b8c96c25724bfe3b0dbd70e1f302b858 [
file
] [
edit
]
<html>
<style>
body
{
background-color
:
red
;
}
:
fullscreen
::
backdrop
{
background-color
:
green
;
}
</style>
<body></body>
</html>