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
/
svg
/
custom
/
display-table-caption-inherit-text.xhtml
blob
3e9845d12c03439b2cdd78f629f84907c2273420
1
<div
style
=
"display:table-caption"
>
2
<svg
xmlns
=
"http://www.w3.org/2000/svg"
>
3
<script>
4
if
(
window
.
testRunner
)
5
testRunner
.
dumpAsText
();
6
</script>
7
<text
display
=
"inherit"
>
This test PASSED if we don't crash when the display value is table-caption by using inherit
</text>
8
</svg>
9
</div>