Sign in
cobalt
/
cobalt
/
19589f994026f63df553a83799ef841b566baff9
/
.
/
src
/
cobalt
/
layout_tests
/
testdata
/
cobalt
/
display_none_set_to_all_elements.html
blob: 4d9cc35740b3cf7b9663a9d28676a3159071b6e8 [
file
] [
log
] [
blame
]
<!--
| Applying display: none to all elements.
-->
<html>
<head></head>
<body></body>
<style>
*
{
display
:
none
;
}
</style>
</html>