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
/
bidi-isolate-nextlinebreak-failure.html
blob
cb89266c505efecb7a7f61ab03392563e3ec1201
1
<!DOCTYPE
html
>
2
This tests having an inline element with -webkit-isolate immediately following BR.
3
WebKit should not hit an assertion.
4
<br><span
style
=
"unicode-bidi:-webkit-isolate;"
></span>
5
<script>
6
7
if
(
window
.
testRunner
)
8
testRunner
.
dumpAsText
();
9
10
</script>