[Bug 27477] JSON Serialization

https://www.w3.org/Bugs/Public/show_bug.cgi?id=27477

--- Comment #6 from Christian Gruen <christian.gruen@gmail.com> ---
Based on the decision of Bug 27478, the allowed results should now be as
follows:

* Serialization-json-40
  "\t\n\r "

* Serialization-json-55
  Three possible results:
  - ["&#xD;","\r"],
  - ["&#xd;","\r"]
  - ["&#13;","\r"]

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Saturday, 13 December 2014 15:59:36 UTC