Files
VSS/testsuite/html/test_data/cdata_script_foreign.out

9 lines
329 B
Plaintext

<!DOCTYPE html>
<title>Test processing of CDATA in HTML and foreign modes</title><script>
function f(x, y, z)
{
return x < y && y > z;
}
</script><p>Welcome to this example.</p><math><mtext><![CDATA[ Theorem 1: x < y, y > z ]]></mtext></math>
cdata_script_foreign.xhtml:10:8: <warning> CDATA is not allowed