See the following spec changes and tests in web-platform-tests: https://github.com/whatwg/html/pull/2476 https://github.com/w3c/csswg-drafts/pull/1138 https://github.com/w3c/web-platform-tests/pull/5306 https://github.com/w3c/web-platform-tests/pull/5390 The PR for whatwg/html has a commit that effectively shows what the diff is between Chromium and Edge (ignoring U+0000): https://github.com/whatwg/html/pull/2476/commits/e74dc9ad3872a89cc8f2fa62e160c076741170e6 The test that fails because of not tokenizing like Edge is https://github.com/w3c/web-platform-tests/pull/5306/files#diff-f218f27c4d582eebff6fcf48d4f4e219R65 Apart from implementing that diff, Chromium also needs to add U+000C as a "feature separator" character, and remove U+0000. https://github.com/w3c/web-platform-tests/pull/5306/files#diff-f218f27c4d582eebff6fcf48d4f4e219R24 https://github.com/w3c/web-platform-tests/pull/5306/files#diff-f218f27c4d582eebff6fcf48d4f4e219R140
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/94fdbc134800b2f8401d155f42aa44b1e035a5f7 commit 94fdbc134800b2f8401d155f42aa44b1e035a5f7 Author: Johnny Stenback <jstenback@chromium.org> Date: Wed Jan 24 18:16:03 2018 Make window.open() feature tokenization more closely match the HTML spec. https://html.spec.whatwg.org/#concept-window-open-features-tokenize Bug: 709037 Change-Id: I3186ebc845b3f74ce25dd20ea66be5bba82aaec9 Reviewed-on: https://chromium-review.googlesource.com/841344 Reviewed-by: Jochen Eisinger <jochen@chromium.org> Commit-Queue: Johnny Stenback <jstenback@chromium.org> Cr-Commit-Position: refs/heads/master@{#531607} [delete] https://crrev.com/9ae1c0928e08b0ba25a640c5ace6fa2f0bff9201/third_party/WebKit/LayoutTests/external/wpt/html/browsers/the-window-object/apis-for-creating-and-navigating-browsing-contexts-by-name/open-features-tokenization-noopener-expected.txt [modify] https://crrev.com/94fdbc134800b2f8401d155f42aa44b1e035a5f7/third_party/WebKit/Source/core/page/CreateWindow.cpp [modify] https://crrev.com/94fdbc134800b2f8401d155f42aa44b1e035a5f7/third_party/WebKit/public/web/WebWindowFeatures.h
Fixed by above commit.
Comment 1 by tkent@chromium.org
, Apr 7 2017Labels: Hotlist-Interop Hotlist-GoodFirstBug
Status: Available (was: Untriaged)