repo.or.cz
/
gecko.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Bug 1931913 - [wpt-sync] Update web-platform-tests to fb6c27f65c829cea708e497db128f58...
[gecko.git]
/
layout
/
reftests
/
pixel-rounding
/
offscreen-0-ref.html
blob
de78c62a98074a6ddd13ffb50298bcfa6d9db510
1
<!DOCTYPE
HTML
>
2
<html>
3
<head>
4
<title>
Pixel rounding testcase
</title>
5
<style
type
=
"text/css"
>
6
7
html
,
body
{
margin
:
0
;
border
:
none
;
padding
:
0
; }
8
div
{
position
:
absolute
;
background
:
blue
;
9
top
:
0px
;
left
:
0px
;
width
:
15px
;
height
:
15px
; }
10
11
</style>
12
</head>
13
<body>
14
15
<div></div>
16
17
</body>
18
</html>