Sign in
webkit
/
WebKit
/
5ee98c8883ab121686764809a2752a0eb41e4c7c
/
.
/
LayoutTests
/
fast
/
text
/
text-combine-style-change-extra-layout-expected.html
blob: 691c064306033de3bb14f8bd9b10fdff15781663 [
file
] [
log
] [
blame
]
<html>
<head>
<style>
#
w
{
background-color
:
green
;
}
</style>
</head>
<body
style
=
"
-webkit-writing-mode
:
vertical-rl
;
font-size
:
320px
;
"
>
<span
id
=
"w"
style
=
"
-webkit-text-combine
:
horizontal
;
"
>
39
</span>
</body>
</html>