Skip to content

Commit 65f4ed1

Browse files
committed
Bug 1575899 [wpt PR 18614] - MathML: Wait for Ahem fonts to be ready for displaystyle dynamic tests., a=testonly
Automatic update from web-platform-tests MathML: Wait for Ahem fonts to be ready for displaystyle dynamic tests. (#18614) -- wpt-commits: 3ccf6da39967fe9e9c296c4b9342e3de8dcf4c98 wpt-pr: 18614 UltraBlame original commit: 4d3a1568b0e24961e8c5adb46fc1e87ed1989e97
1 parent c1f4a17 commit 65f4ed1

File tree

2 files changed

+96
-0
lines changed

2 files changed

+96
-0
lines changed

testing/web-platform/tests/mathml/relations/css-styling/displaystyle-013.html

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -408,9 +408,57 @@
408408
"
409409
load
410410
"
411+
function
412+
(
413+
)
414+
{
415+
/
416+
/
417+
Delay
418+
the
419+
check
420+
to
421+
workaround
422+
WebKit
423+
'
424+
s
425+
bug
426+
https
427+
:
428+
/
429+
/
430+
webkit
431+
.
432+
org
433+
/
434+
b
435+
/
436+
174030
437+
.
438+
requestAnimationFrame
439+
(
440+
(
441+
)
442+
=
443+
>
444+
{
445+
document
446+
.
447+
fonts
448+
.
449+
ready
450+
.
451+
then
452+
(
411453
doTest
412454
)
413455
;
456+
}
457+
)
458+
;
459+
}
460+
)
461+
;
414462
<
415463
/
416464
script

testing/web-platform/tests/mathml/relations/css-styling/displaystyle-014.html

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -363,9 +363,57 @@
363363
"
364364
load
365365
"
366+
function
367+
(
368+
)
369+
{
370+
/
371+
/
372+
Delay
373+
the
374+
check
375+
to
376+
workaround
377+
WebKit
378+
'
379+
s
380+
bug
381+
https
382+
:
383+
/
384+
/
385+
webkit
386+
.
387+
org
388+
/
389+
b
390+
/
391+
174030
392+
.
393+
requestAnimationFrame
394+
(
395+
(
396+
)
397+
=
398+
>
399+
{
400+
document
401+
.
402+
fonts
403+
.
404+
ready
405+
.
406+
then
407+
(
366408
doTest
367409
)
368410
;
411+
}
412+
)
413+
;
414+
}
415+
)
416+
;
369417
<
370418
/
371419
script

0 commit comments

Comments
 (0)