mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 22:55:23 +00:00
15 lines
263 B
HTML
15 lines
263 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<style type="text/css">
|
|
body { color: red; }
|
|
</style>
|
|
<link rel="stylesheet" type="text/css" charset="UTF-16BE"
|
|
href="test-attribute.css">
|
|
</head>
|
|
<body>
|
|
This should be green
|
|
</body>
|
|
<html>
|
|
|