root/LayoutTests/http/tests/misc/resources/bad-charset-alias.php

/* [<][>][^][v][top][bottom][index][help] */
<?php
echo '<meta charset="' . $_GET['charset'] . '">';
echo '<body onload="top.frameLoaded()">';
echo '<p id=charset>' . $_GET['charset'] . '</p>';
echo '<p id=test>SUóóåSS</p>'; // "óóå" are Cyrillic characters that look like "CCE".
echo '</body>';
?>

/* [<][>][^][v][top][bottom][index][help] */