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
/
replaced
/
render-inline-cast-to-render-box-crash.html
blob
03a4e672b9497698de2be7eb40d4c07220e243cf
1
<!DOCTYPE
html
>
2
<html>
3
<script>
4
if
(
window
.
testRunner
)
5
testRunner
.
dumpAsText
();
6
</script>
7
<style>
8
span {
9
position: relative;
10
height:
100
px;
11
}
12
img {
13
position: absolute;
14
height:
50
%;
15
}
16
</style>
17
<body>
18
<span>
19
<img />
20
</span>
21
PASS. WebKit didn't crash.
22
</body>
23
</html>