Sign in
webkit
/
WebKit
/
b0d7f9b249dd6483d6c7bc4f13c440c0842b7127
/
.
/
LayoutTests
/
fast
/
text
/
content-following-inline-isolate-with-collapsed-whitespace.html
blob: c7eaecfdeda3c97dffc096a3a7e78a88c404064e [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<body>
<p><span
data-expected-width
=
"80"
id
=
"test"
>
123
<span
style
=
"
unicode-bidi
:
-webkit-isolate
"
>
456
</span>
789
</span></p>
<script
src
=
"../../resources/check-layout.js"
></script>
<script>
checkLayout
(
'#test'
);
</script>