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
/
compositing
/
plugins
/
webplugin-no-alpha.html
blob
c6abbea84fe8e9a7ec55ea4fe92b38484b63c05e
1
<!DOCTYPE
html
>
2
<html>
3
<head>
4
<style>
5
.box {
6
width:
150
px;
7
height:
150
px;
8
}
9
#parent {
10
background-color: rgb(
255
,
0
,
0
);
11
}
12
</style>
13
</head>
14
15
<body>
16
<!-- You should a green square with no red -->
17
18
<div
id
=
"parent"
class
=
"box"
>
19
<embed
class
=
"box"
type
=
"application/x-webkit-test-webplugin"
background-color
=
"green"
opacity
=
"1.0"
>
20
</div>
21
</body>
22
</html>