Skip to content

Commit a11a44f

Browse files
yiyixchromium-wpt-export-bot
authored andcommitted
Fix typo in test offscreen/text/2d.text.setFont.mathFont
Bug: 1207317 Change-Id: I5b7b809c6c0d81f502e2e4a10f7f4f99a9eb822d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3199550 Reviewed-by: Oriol Brufau <[email protected]> Commit-Queue: Yi Xu <[email protected]> Cr-Commit-Position: refs/heads/main@{#927255}
1 parent c8deedd commit a11a44f

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

html/canvas/offscreen/text/2d.text.setFont.mathFont.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
<script src="/html/canvas/resources/canvas-tests.js"></script>
77

88
<h1>2d.text.setFont.mathFont</h1>
9-
<p class="desc">crbug.com/1212190, make sure offscreencanvas doesn't crashh with Math Font</p>
9+
<p class="desc">crbug.com/1212190, make sure offscreencanvas doesn't crash with Math Font</p>
1010

1111

1212
<script>
13-
var t = async_test("crbug.com/1212190, make sure offscreencanvas doesn't crashh with Math Font");
13+
var t = async_test("crbug.com/1212190, make sure offscreencanvas doesn't crash with Math Font");
1414
var t_pass = t.done.bind(t);
1515
var t_fail = t.step_func(function(reason) {
1616
throw reason;

html/canvas/offscreen/text/2d.text.setFont.mathFont.worker.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
// DO NOT EDIT! This test has been generated by /html/canvas/tools/gentest.py.
22
// OffscreenCanvas test in a worker:2d.text.setFont.mathFont
3-
// Description:crbug.com/1212190, make sure offscreencanvas doesn't crashh with Math Font
3+
// Description:crbug.com/1212190, make sure offscreencanvas doesn't crash with Math Font
44
// Note:
55

66
importScripts("/resources/testharness.js");
77
importScripts("/html/canvas/resources/canvas-tests.js");
88

9-
var t = async_test("crbug.com/1212190, make sure offscreencanvas doesn't crashh with Math Font");
9+
var t = async_test("crbug.com/1212190, make sure offscreencanvas doesn't crash with Math Font");
1010
var t_pass = t.done.bind(t);
1111
var t_fail = t.step_func(function(reason) {
1212
throw reason;

html/canvas/tools/yaml/offscreen/the-offscreen-canvas.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@
329329
t.done();
330330
331331
- name: 2d.text.setFont.mathFont
332-
desc: crbug.com/1212190, make sure offscreencanvas doesn't crashh with Math Font
332+
desc: crbug.com/1212190, make sure offscreencanvas doesn't crash with Math Font
333333
testing:
334334
- 2d.text.setFont.mathFont
335335
code: |

0 commit comments

Comments
 (0)