This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 20909 - destroying the page with code examples
Summary: destroying the page with code examples
Status: NEW
Alias: None
Product: webplatform.org
Classification: Unclassified
Component: default (show other bugs)
Version: unspecified
Hardware: All All
: P2 normal
Target Milestone: ---
Assignee: public-webplatform-bugs list
QA Contact: public-webplatform-bugs list
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-02-08 16:37 UTC by mail
Modified: 2013-02-08 16:37 UTC (History)
2 users (show)

See Also:


Attachments

Description mail 2013-02-08 16:37:00 UTC
Pasting the following code will destroy page rendering because of quotes.


var aFileParts = ["<a id=\"a\"><b id=\"b\">hey!<\/b><\/a>"];
var oMyBlob = new Blob(aFileParts, { "type" : "text\/xml" }); // the blob