mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-10-30 05:35:31 +00:00
20 lines
293 B
HTML
20 lines
293 B
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<title>Inline test page #2</title>
|
|
<style type="text/css">
|
|
.second {
|
|
font-size:2em;
|
|
}
|
|
</style>
|
|
<style type="text/css">
|
|
.first {
|
|
font-size:3em;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body class="second">
|
|
Inline test page #2
|
|
</body>
|
|
</html>
|