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
/
text
/
empty-bdi-crash.html
blob
2c476cbae11d893ba76c87303309c1f830d640e4
1
<!DOCTYPE
html
>
2
<html>
3
<body>
4
This test ensures WebKit does not crash when encountering an empty bdi element.
5
<bdi></bdi>
6
<script>
7
8
if
(
window
.
testRunner
)
9
testRunner
.
dumpAsText
();
10
11
</script>
12
</body>
13
</html>