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
/
shadow-box-resize-writing-mode-expected.html
blob
49c324900d9166f8eda11b65344b3b734ccfd6a4
1
<!DOCTYPE
html
>
2
<style>
3
body {
4
margin:
0
;
5
}
6
div {
7
position: absolute;
8
width:
100
px;
9
height:
100
px;
10
background-color: green;
11
box-shadow:
40
px
20
px black;
12
-webkit-writing-mode: vertical-rl;
13
}
14
#target1 {
15
top:
100
px;
16
left:
100
px;
17
width:
150
px;
18
}
19
#target2 {
20
top:
100
px;
21
left:
300
px;
22
width:
50
px;
23
}
24
#target3 {
25
top:
300
px;
26
left:
100
px;
27
height:
150
px;
28
}
29
#target4 {
30
top:
300
px;
31
left:
300
px;
32
height:
50
px;
33
}
34
</style>
35
<div
id
=
"target1"
></div>
36
<div
id
=
"target2"
></div>
37
<div
id
=
"target3"
></div>
38
<div
id
=
"target4"
></div>