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
/
transform-fringing.html
blob
10dd2a8b963fb9f135c4cac496d0acd90c6d13b1
1
<p>
2
There should not be any non-white pixels inside this box:
3
</p>
4
<div
style
=
"border: solid; height: 100px; width: 100px; padding: 50px;"
>
5
<div
style
=
"width: 100px;
6
height: 100px;
7
-webkit-box-shadow: 20px 20px white;
8
transform: rotate(45deg);
9
"
></div>
10
</div>