Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / innerHTML / innerHTML-special-elements-expected.txt
blob455fbbd8ca68c30aa19062d6333744dbda4dc05a
1 Tests that accessing the innerHTML property of a text node encodes harmful entities which can result in cross site scripting.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS innerHTML("script") is "/*&quot;&apos;&amp;&lt;&gt;&nbsp;&#34;&#39;&#38;&#60;&#62;&#160;\"'&<> */"
7 PASS innerHTML("style") is "/*&quot;&apos;&amp;&lt;&gt;&nbsp;&#34;&#39;&#38;&#60;&#62;&#160;\"'&<> */"
8 PASS innerHTML("textarea") is "/*\"'&amp;&lt;&gt;&nbsp;\"'&amp;&lt;&gt;&nbsp;\"'&amp;&lt;&gt; */"
9 PASS innerHTML("xmp") is "/*&quot;&apos;&amp;&lt;&gt;&nbsp;&#34;&#39;&#38;&#60;&#62;&#160;\"'&<> */"
10 PASS outerHTML("script") is "<script id=\"script\">/*&quot;&apos;&amp;&lt;&gt;&nbsp;&#34;&#39;&#38;&#60;&#62;&#160;\"'&<> */</script>"
11 PASS outerHTML("style") is "<style id=\"style\">/*&quot;&apos;&amp;&lt;&gt;&nbsp;&#34;&#39;&#38;&#60;&#62;&#160;\"'&<> */</style>"
12 PASS outerHTML("textarea") is "<textarea id=\"textarea\">/*\"'&amp;&lt;&gt;&nbsp;\"'&amp;&lt;&gt;&nbsp;\"'&amp;&lt;&gt; */</textarea>"
13 PASS outerHTML("xmp") is "<xmp id=\"xmp\">/*&quot;&apos;&amp;&lt;&gt;&nbsp;&#34;&#39;&#38;&#60;&#62;&#160;\"'&<> */</xmp>"
14 PASS successfullyParsed is true
16 TEST COMPLETE