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
/
box-shadow
/
single-pixel-shadow.html
blob
ce3792bb143214f4a8ea9a6f652dac17df4e075e
1
<!DOCTYPE
html
>
2
3
<html>
4
<head>
5
<style>
6
.box {
7
height:
4
px;
8
width:
4
px;
9
margin:
20
px;
10
box-shadow:
0 0 1
px black;
11
}
12
13
.scaled {
14
-webkit-transform-origin: -
1
px -
1
px;
15
transform: scale(
20
);
16
}
17
</style>
18
</head>
19
<body>
20
<div
class
=
"box"
></div>
21
<div
class
=
"scaled box"
></div>
22
</body>
23
</html>