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
/
paint
/
invalidation
/
spv2
/
outline-change-offset-expected.html
blob
88954c29e9fe599fbba49dfddcef188fc76c6eb6
1
<!DOCTYPE
html
>
2
<style>
3
div {
4
position: absolute;
5
top:
50
px;
6
left:
50
px;
7
width:
100
px;
8
height:
100
px;
9
outline: green solid
5
px;
10
outline-offset:
10
px;
11
}
12
13
</style>
14
15
Box should be repainted when outline-offset style changes. Passes if no red.
16
<div
id
=
"target"
></div>