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
/
whitespace-in-grid-item-expected.html
blob
da88695d26817fd543493c19e69eaca5eca6e986
1
<!DOCTYPE
html
>
2
<html>
3
<link
href
=
"resources/grid.css"
rel
=
"stylesheet"
>
4
<style>
5
.a {
6
height:
100
%;
7
width:
30
px;
8
background: salmon;
9
}
10
</style>
11
<body>
12
<div
class
=
"grid"
>
13
<div
class
=
"a"
></div>
14
</div>
15
</body>
16
</html>