blob: 1bd20c726237a07afc14de2a53295dda37bda181 [file] [log] [blame]
<!DOCTYPE html>
<html>
<body>
<script>
if (window.testRunner)
testRunner.dumpAsText();
try {
document.createElement('canvas').getContext('2d').strokeText();
} catch (err) {
// An exception may be thrown if arguments to strokeText are missing, ignore
// it.
}
</script>
SUCCESS: This test should not time out.
</body>
</html>