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.html
blob
687b14f80be564a442df7c51755900a9ed7f2a6c
1
<!DOCTYPE
html
>
2
<html>
3
<link
href
=
"resources/grid.css"
rel
=
"stylesheet"
>
4
<style>
5
.grid {
6
white-space: pre;
7
}
8
.a {
9
height:
100
%;
10
width:
30
px;
11
background: salmon;
12
}
13
</style>
14
<body>
15
<div
class
=
"grid"
>
16
17
<div
class
=
"a"
></div>
	
18
</div>
19
</body>
20
</html>