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
Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git]
/
third_party
/
WebKit
/
LayoutTests
/
fast
/
writing-mode
/
box-shadow-horizontal-tb-tile-edge.html
blob
be572dd3bfa137a85d6483b706290f8a5ff6a1a7
1
<!DOCTYPE
html
>
2
<html>
3
<head>
4
<style>
5
body {
6
-webkit-writing-mode: horizontal-tb;
7
margin-top:
231
px;
8
}
9
p {
10
position: absolute;
11
left:
0
;
12
top:
0
;
13
}
14
span {
15
-webkit-box-shadow:
0 15
px;
16
}
17
</style>
18
</head>
19
<body>
20
<p>
Test passes if the full
15
px box-shadow beneath text is visible.
</p>
21
<span>
Something Fishy
</span>
22
</body>
23
</html>