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
/
parse-border-image-repeat-null-crash.html
blob
c73de0ce9d7a050eb5ff1a60c7700fa47f4e4634
1
<html>
2
<div
id
=
"foo"
style
=
"border-image: url(images/shadow-border.png) stretch 10;"
>
This test should not crash
</div>
3
<script>
4
console
.
log
(
document
.
getElementById
(
"foo"
).
style
.
cssText
);
5
if
(
window
.
testRunner
)
6
testRunner
.
dumpAsText
();
7
</script>
8
</html>