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
/
svg
/
text
/
text-outline-rgba-expected.html
blob
7f2346d44c7dc9f46294492f4599c1e1817339bc
1
<!doctype
html
>
2
<style>
3
* { margin:
8
; padding:
0
; }
4
div {
5
position: absolute;
6
top:
50
px;
7
left:
50
px;
8
outline:
50
px solid rgba(
0
,
0
,
255
,
0.5
);
9
background: rgba(
0
,
0
,
255
,
0.5
);
10
width:
1
px;
11
height:
1
px;
12
}
13
</style>
14
<div></div>