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
/
selectors
/
shadow-host-div-with-text-expected.html
blob
b2b4ea0e55e20d5f4db7ef15b08f92f831224397
1
<!doctype
html
>
2
<html>
3
<head>
4
<style
type
=
"text/css"
>
5
.reset
{
6
border
:
0
;
7
margin
:
0
;
8
padding
:
0
;
9
10
font
:
16px
sans-serif
;
11
}
12
.beauty
{
13
background-color
:
rgba
(
255
,
0
,
0
,
0.95
);
14
}
15
</style>
16
</head>
17
<body
class
=
"reset"
>
18
<div>
19
<span
class
=
"beauty"
>
Some hearts are diamonds some hearts are stones
</span>
20
</div>
21
</body>
22
</html>