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
/
borders
/
border-image-width-rounding-expected.html
blob
549733295e338b091b7a002a35e65f7b74046bf8
1
<!doctype
html
>
2
<html>
3
<head>
4
<title>
Test non-integer border-image-width
</title>
5
<style>
6
.test {
7
border-style: solid;
8
border-width:
1.9
px;
9
border-color: green;
10
width:
100
px;
11
height:
100
px;
12
}
13
</style>
14
</head>
15
<body>
16
<p>
17
Test that border-image-width is rounded/truncated in the same
18
way as border-width. There should be a green border around a
19
100
x100 square below.
20
</p>
21
<div
class
=
"test"
></div>
22
</body>
23
</html>