Sign in
webkit
/
WebKit
/
73d489c153bea24ba07ff63ba8b8ea61cc2bba7a
/
.
/
LayoutTests
/
fast
/
text
/
otsvg-spacing-expected.html
blob: 9f3d93ef634cb0240ad350e5eb42912625d40e88 [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<html>
<head>
</head>
<body>
<canvas
id
=
"canvas"
width
=
"800"
height
=
"800"
>
<script>
var
canvas
=
document
.
getElementById
(
"canvas"
);
var
context
=
canvas
.
getContext
(
"2d"
);
context
.
fillRect
(
100
,
20
,
500
,
100
);
</script>
</body>
</html>