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 1731994: part 4) Declare more methods around `ContentPermissionRequestBase` ...
[gecko.git]
/
layout
/
reftests
/
outline
/
outline-auto-follows-border-radius-non-native.html
blob
baff30d54f93025cc250aa3362a5fcecfe95a82b
1
<!doctype
html
>
2
<style>
3
body { margin:
0
}
4
div {
5
width:
100
px;
6
height:
100
px;
7
border:
1
px transparent;
8
border-radius:
5
px;
9
outline:
1
px auto;
10
margin:
10
px;
11
}
12
</style>
13
<div></div>