repo.or.cz
/
chromium-blink-merge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge Chromium + Blink git repositories
[chromium-blink-merge.git]
/
third_party
/
WebKit
/
LayoutTests
/
fast
/
repaint
/
layer-child-outline.html
blob
2c229a504c80d8a01979c0b20177efa7b8956624
1
<html>
2
<head>
3
<title></title>
4
</head>
5
<body>
6
<p>
7
This tests repainting of a layer's children's outlines.
8
</p>
9
<hr>
10
<div
style
=
"position: relative; width: 100px; background: silver; outline: dashed 2px;"
>
11
<div
style
=
"height: 100px; outline: thick dotted red;"
></div>
12
</div>
13
</body>