Re: [html-tests] HTML: Extend Test Coverage for _parent named browsing context (7.1.5) (#5150)

@zcorpan 

> Are the TIMEOUT/NOTRUN results in /html/browsers/windows/browsing-context-names/browsing-context-choose-parent-004.html and /html/browsers/windows/browsing-context-names/browsing-context-choose-self-2.html expected?

For `004`, yes! I'm about to open bugs against both Chrome and Webkit regarding that—both are erroneously (I believe) treating named browsing contexts (e.g. `_top`, `_parent`) as case-sensitive. The spec says they should be case-insensitive.

For `self-2.thml`...that one's a pre-existing test. I have tackled `_blank` and `_parent` named contexts so far: `_top` and `_self` are next. I'll take a look at that test when I work on the `_self` coverage!

View on GitHub: https://github.com/w3c/web-platform-tests/pull/5150#issuecomment-287047450

Received on Thursday, 16 March 2017 12:52:29 UTC