Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- Manifest: layout/reftests/css-charset/reftest.list
<!DOCTYPE html>
<html>
<head>
<title>CSS 2.1 Test Suite: @charset, modified for CSS3</title>
<link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu" />
<link rel="author" title="Henri Sivonen" href="mailto:hsivonen@iki.fi" />
<meta name="flags" content="" />
<style type="text/css">
body { color: green; }
</style>
<link rel="stylesheet" type="text/css" charset="us-ascii"
href="test-charset-utf-16-be-no-bom.css" />
</head>
<body>
This should be green
</body>
</html>