Re: [dom-tests] Test more Document object clone aspects (#4268)

For the test "implementation.createDocument"...

Gecko fails because `doc.origin` is not implemented.

WebKit fails because `doc.origin` is "http_web-platform.test_8000" instead of "null".

Chromium fails because `doc.URL` is "" instead of "about:blank", and `doc.origin` is "http://web-platform.test:8000" instead of "null".

But those are bugs from `createDocument`, not from `cloneNode` -- they both copy `origin` from `doc` to `copy`, which is what the spec change is about.

LGTM.

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

Received on Thursday, 1 December 2016 09:38:13 UTC