Sign in
chromium
/
external
/
selenium
/
master
/
.
/
javascript
/
atoms
/
test
/
testdata
/
quirks_mode_size.html
blob: 53a67455b4490332ca0aba760c192d07141c8151 [
file
] [
log
] [
blame
]
<!-- There is no DOCTYPE here as we want to force quirks mode -->
<html>
<head>
<title>
Guess my size
</title>
</head>
<body
style
=
"
width
:
700px
;
height
:
500px
;
padding
:
0px
;
margin
:
0px
;
"
>
Quirks mode
</body>
</html>