Sign in
webkit
/
WebKit
/
73559930a6418bc4621c1c5774b11e1be9c21a8f
/
.
/
LayoutTests
/
fast
/
css
/
round-trip-stroke-width-using-computed-style.html
blob: a109ecfc3c8d0b07c06a043ee10295c951295ae2 [
file
] [
log
] [
blame
]
<!DOCTYPE HTML>
<html>
<body>
<div
id
=
t
>
This text should not be stroked.
</div>
<script>
t
.
style
=
getComputedStyle
(
t
).
cssText
</script>
<body>
</html>