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
/
draws-content
/
webgl-simple-background-expected.html
blob
35e774efbb98e10c6504b359beca3db1fa40d64b
1
<!DOCTYPE
html
>
2
<html>
3
<head>
4
<style
type
=
"text/css"
>
5
.container
{
6
width
:
60px
;
7
height
:
60px
;
8
}
9
.background
{
10
width
:
50px
;
11
height
:
50px
;
12
background-color
:
green
;
13
}
14
.content
{
15
width
:
25px
;
16
height
:
25px
;
17
background-color
:
blue
;
18
}
19
</style>
20
</head>
21
22
<body>
23
<div
class
=
"container"
>
24
<div
class
=
"background"
>
25
<div
class
=
"content"
></div>
26
</div>
27
</div>
28
</body>
29
</html>