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
/
url-format-non-string.html
blob
b3b110e5749cef4d2c6434d7c4d5dc64b5c46e73
1
<html>
2
<head>
3
<script>
4
if
(
window
.
testRunner
)
5
testRunner
.
dumpAsText
();
6
</script>
7
8
<style
media
=
"all"
type
=
"text/css"
>
9
body {
10
src: url() format(attr(r));
11
}
12
</style>
13
</head>
14
<!-- This previously triggered the use of uninitialised memory. Thanks to
15
Robert Swiecki for the test case. -->
16
<p>
PASS
</p>
17
<body>
18
</body>
19
</html>