Sign in
chromium
/
chromium
/
src.git
/
61.0.3140.1
/
.
/
third_party
/
WebKit
/
Source
/
web
/
tests
/
data
/
display-none.html
blob: 976ffc4647b6ffadc3be14a9f50f78d24aba17ba [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<html>
<head>
<style
type
=
"text/css"
>
html
,
body
{
display
:
none
;
}
body
{
height
:
500px
;
width
:
500px
;
margin
:
0px
;
}
</style>
</head>
<body>
</body>
</html>