mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
33f6f086fc
--HG-- extra : rebase_source : 87b7fe270cdd62d417b0f86db7426112fd1d2b99
23 lines
667 B
HTML
23 lines
667 B
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
|
<meta http-equiv="Content-Style-Type" content="text/css">
|
|
<title>test src: local() reference</title>
|
|
<style type="text/css">
|
|
body {
|
|
font-family: Nimbus Sans L, Helvetica, Bitstream Vera Sans,
|
|
Arial, Liberation Sans, SwissA, serif;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<p style="font-weight: normal;">
|
|
The quick brown fox jumped over the lazy dog
|
|
</p>
|
|
<p style="font-weight: bold;">
|
|
The quick brown fox jumped over the lazy dog
|
|
</p>
|
|
</body>
|
|
</html>
|