Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upIncorrect serialization of script contents in innerHTML #14226
Closed
Labels
Comments
Ms2ger
added a commit
to web-platform-tests/wpt
that referenced
this issue
Nov 15, 2016
There is no good reason for the extra complexity of invoking the HTML serializer here. It might catch bugs in the serializer implementation (as it does in Servo: <servo/servo#14226>), but that's out of scope for this test.
jdm
added a commit
to web-platform-tests/wpt
that referenced
this issue
Nov 15, 2016
There is no good reason for the extra complexity of invoking the HTML serializer here. It might catch bugs in the serializer implementation (as it does in Servo: <servo/servo#14226>), but that's out of scope for this test.
|
Closing in favour of #14975. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
yields
Promise<ArrayBuffer>in Gecko and Chrome; we returnPromise<ArrayBuffer>.