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
/
fast
/
css-grid-layout
/
column-property-should-not-apply-on-grid-container-expected.html
blob
a1cc88fa11ac8bb1f7a074a798ecc985911e9040
1
<!DOCTYPE
html
>
2
<html>
3
<link
href
=
"resources/grid.css"
rel
=
"stylesheet"
>
4
<style>
5
.grid, .inline-grid
6
{
7
width:
20
em;
8
}
9
</style>
10
11
<body>
12
13
<div
class='grid'
>
14
AAAAAAAAAA BBBBBBBBBB CCCCCCCCCC DDDDDDDDDD
15
</div>
16
17
<div
class='inline-grid'
>
18
AAAAAAAAAA BBBBBBBBBB CCCCCCCCCC DDDDDDDDDD
19
</div>
20
21
</body>
22
</html>