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