1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/reftests/css-charset/test-charset-utf-16-le-no-bom.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,20 @@ 1.4 +<!DOCTYPE html> 1.5 +<html> 1.6 + <head> 1.7 + <title>CSS 2.1 Test Suite: @charset, modified for CSS3</title> 1.8 + <link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu" /> 1.9 + <link rel="author" title="Henri Sivonen" href="mailto:hsivonen@iki.fi" /> 1.10 + <link rel="author" title="Mozilla Corporation" href="http://mozilla.com/" /> 1.11 + <link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#charset"/> 1.12 + <meta name="flags" content="" /> 1.13 + <style type="text/css"> 1.14 + body { color: green; } 1.15 + </style> 1.16 + <link rel="stylesheet" type="text/css" charset="us-ascii" 1.17 + href="test-charset-utf-16-le-no-bom.css" /> 1.18 + </head> 1.19 + <body> 1.20 + This should be green 1.21 + </body> 1.22 +</html> 1.23 +