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