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
/
multicol
/
rule-thicker-than-gap-expected.html
blob
6d36e6ab9fd99552853e545d77973f5dee04d262
1
<!DOCTYPE
html
>
2
<html>
3
<head>
4
<title>
Column rule thicker than gap
</title>
5
<style>
6
.mc {
7
border-left:
31
px solid;
8
margin-left:
35
px;
9
height:
100
px;
10
}
11
</style>
12
</head>
13
<body>
14
<p>
There should be a filled rectangle below.
</p>
15
<div
class
=
"mc"
></div>
16
</body>
17
</html>