Sign in
webkit
/
WebKit
/
a3dac503d27b0615b748b043cf9728afb4472c9e
/
.
/
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>