Sign in
chromium
/
external
/
w3c
/
web-platform-tests
/
refs/heads/tt-attribute-mutation-fix-attribute-node-tests
/
.
/
css
/
css-viewport
/
zoom
/
basic-ref.html
blob: 5de90caf7f0c72041334349b7c4b1044d373bc22 [
file
] [
log
] [
blame
] [
edit
]
<!doctype html>
<meta
charset
=
"utf-8"
>
<title>
CSS test reference
</title>
<style>
div
{
background-color
:
green
;
}
</style>
<div
style
=
"
width
:
100px
;
height
:
100px
"
></div>
<div
style
=
"
width
:
200px
;
height
:
200px
;
"
></div>