gecko-dev/layout/reftests/font-face/bug-1481905-cancel-load-ref.html

12 lines
229 B
HTML

<!DOCTYPE html>
<html>
<meta charset="utf-8">
<style>
@font-face {
font-family: test;
src: url(../fonts/markA.ttf);
}
</style>
<div style="font-family: test, serif">ABC</div>
<div style="font-family: serif">ABC</div>