Files
sapper/test/unit/clean_html/samples/removes-cdata/input.html
2018-08-19 15:20:14 -04:00

14 lines
181 B
HTML

<!doctype html>
<html lang="en">
<head>
</head>
<body>
<math>
<ms><![CDATA[x<y]]></ms>
<mo>+</mo>
<mn>3</mn>
<mo>=</mo>
<ms><![CDATA[x<y3]]></ms>
</math>
</body>
</html>