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
Merge Chromium + Blink git repositories
[chromium-blink-merge.git]
/
third_party
/
WebKit
/
LayoutTests
/
fast
/
css-grid-layout
/
containing-block-grids-expected.html
blob
a97812a0db06dca2d5927f158bfcedd573bfb829
1
<!DOCTYPE
html
>
2
<html>
3
<head>
4
<style>
5
div { width:
100
px; height:
200
px; }
6
</style>
7
</head>
8
<body>
9
<p>
Grids can act as containing blocks for positioned content.
</p>
10
<div
style
=
"width: 100px; height: 200px; background-color: green;"
></div>
11
</body>
12
</html>