haikuwebkit/LayoutTests/fast/css/round-trip-stroke-width-usi...

9 lines
148 B
HTML

<!DOCTYPE HTML>
<html>
<body>
<div id=t>This text should not be stroked.</div>
<script>t.style=getComputedStyle(t).cssText</script>
<body>
</html>