Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /html/canvas/text-metrics-for-unpaintable-crash.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<canvas id="canvas" height="0"></canvas>
<script>
canvas.getContext("2d").measureText("1");
</script>