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
/
borders
/
border-image-width-numbers-expected.html
blob
cf1093f94ddd7a0d4e6b0608bd35663c14be7995
1
<!doctype
html
>
2
<html>
3
<head>
4
<title>
Test that numbers in border-image-width are rendered correctly
</title>
5
<style>
6
.ref {
7
background: url(../css/resources/greenbox-
100
px.png);
8
width:
140
px;
9
height:
140
px;
10
}
11
</style>
12
</head>
13
<body>
14
<div
class
=
"ref"
></div>
15
<p>
There should be a green box above.
</p>
16
</body>
17
</html>