Test that createContextualFragment works on a variety of contexts#4403
Merged
Test that createContextualFragment works on a variety of contexts#4403
Conversation
Member
Author
|
Safari TP fails most of these tests (although it allows modification of track and keygen; in other words, they did not apply Chrome's https://chromium.googlesource.com/chromium/src/+/fa742b7351d8d751e9c4fd2602ec0b1cf2913086 /cc @cdumez I guess we have a 2/2 browser split here, roughly, so let's mark this as do-not-merge and I'll open a HTML spec issue to discuss... |
FirefoxTesting revision b25ff7b All results/domparsing/createContextualFragment.html
|
ChromeTesting revision b25ff7b All results/domparsing/createContextualFragment.html
|
Member
Author
domenic
added a commit
that referenced
this pull request
Jan 10, 2017
As discovered and discussed in whatwg/html#2221 (comment) , Chrome has a blocklist here that seems historical and not supported by any spec.
887852f to
a381691
Compare
zcorpan
approved these changes
Jan 10, 2017
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
As discovered and discussed in whatwg/html#2221 (comment) , Chrome has a blocklist here that seems historical and not supported by any spec.
/cc @sleevi. These pass in Edge and Firefox; going to check Safari Tech Preview now that they're live...
This change is