repo.or.cz
/
webbrowser.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Rubber-stamped by Brady Eidson.
[webbrowser.git]
/
LayoutTests
/
fast
/
layers
/
self-painting-outline.html
blob
972aa7d590d30f1e692c71b8f63aaca9a56bc920
1
<style>
2
div { padding:
50
px; }
3
div div {
4
padding:
0
;
5
width:
25
px;
6
height:
25
px;
7
background-color: rgb(
127
,
127
,
127
);
8
outline:
40
px solid rgba(
0
,
0
,
0
,
0.5
);
9
}
10
</style>
11
<div>
12
<div></div>
13
</div>
14
<div>
15
<div
style
=
"overflow: hidden;"
></div>
16
</div>