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
no bug - Import translations from android-l10n r=release a=l10n CLOSED TREE
[gecko.git]
/
layout
/
reftests
/
pagination
/
115199-2b.html
blob
c92380523b0ce5588668450fabe076946cc5b0e1
1
<!DOCTYPE
html
>
2
<html
class
=
"reftest-paged"
>
3
<head>
4
<style>
5
@page {
6
/*
7
* Test huge margins, they should be reset back the default margin size.
8
*/
9
margin:
10
in;
10
}
11
* {
12
margin:
0
;
13
padding:
0
;
14
}
15
div {
16
width:
100
%;
17
border:
0.25
in solid green;
18
}
19
</style>
20
</head>
21
<body>
22
<div></div>
23
</body>
24
</html>