- From: W3C commit bot <web-platform-tests-notifications@w3.org>
- Date: Thu, 06 Apr 2017 13:01:27 GMT
- To: public-web-platform-tests-notifications@w3.org
*This report has been truncated because the total content is 3016717 characters in length, which is in excess of GitHub.com's limit for comments (65536 characters). [View the complete job log.](https://travis-ci.org/w3c/web-platform-tests/jobs/219264684) # Chrome (unstable channel) # Testing web-platform-tests at revision ae3b682ef97ab5bffcf3afe484e27aa43f113411 Using browser at version 59.0.3053.3 dev Starting 10 test iterations All results were stable ## All results ## <details> <summary>4 tests ran</summary> <details> <summary><a href="http://w3c-test.org/submissions/5402/html/browsers/history/the-location-interface/location-ancestororigins-involved.html">/html/browsers/history/the-location-interface/location-ancestororigins-involved.html</a></summary> | Subtest | Results | Messages | |--------------------------------------------|---------|-------------------------------------------------------------------------------------------------| | | OK | | | `Ensure sandboxed iframes show up as null` | PASS | | | `A uses no-referrer -> B -> A` | FAIL | `assert_array_equals: property 0, expected "null" but got "http://web-platform.test:8000"` | | `A uses no-referrer -> B -> C` | FAIL | `assert_array_equals: property 0, expected "null" but got "http://web-platform.test:8000"` | | `A -> B uses no-referrer -> A` | FAIL | `assert_array_equals: property 0, expected "null" but got "http://www1.web-platform.test:8000"` | | `A -> B uses no-referrer -> C` | FAIL | `assert_array_equals: property 0, expected "null" but got "http://www1.web-platform.test:8000"` | | `A -> A uses no-referrer -> C` | FAIL | `assert_array_equals: property 0, expected "null" but got "http://web-platform.test:8000"` | | `A -> A uses no-referrer -> A` | FAIL | `assert_array_equals: property 0, expected "null" but got "http://web-platform.test:8000"` | | `A -> B -> B uses no-referrer -> A` | FAIL | `assert_array_equals: property 0, expected "null" but got "http://www1.web-platform.test:8000"` | | `A -> B -> B uses no-referrer -> B` | FAIL | `assert_array_equals: property 0, expected "null" but got "http://www1.web-platform.test:8000"` | | `A -> B -> B uses no-referrer -> C` | FAIL | `assert_array_equals: property 0, expected "null" but got "http://www1.web-platform.test:8000"` | </details> <details> <summary><a href="http://w3c-test.org/submissions/5402/html/browsers/history/the-location-interface/location-ancestororigins.html">/html/browsers/history/the-location-interface/location-ancestororigins.html</a></summary> | Subtest | Results | Messages | |-----------------------------------------------------------------------------|---------|---------------------------------------------------------------------------------------------------| | | OK | | | `location.ancestorOrigins basic check` | PASS | | | `location.ancestorOrigins cannot be masked by a dynamic referrer policy` | FAIL | `assert_equals: expected object "[object DOMStringList]" but got object "[object DOMStringList]"` | | `location.ancestorOrigins can be masked by a predetermined referrer policy` | FAIL | `assert_equals: expected "null" but got "http://web-platform.test:8000"` | </details> <details> <summary><a href="http://w3c-test.org/submissions/5402/html/dom/interfaces.html">/html/dom/interfaces.html</a></summary> | Subtest | Results | Messages | |---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | | OK | | | `Test driver` | PASS | | | `NodeList must be primary interface of document.getElementsByName("name")` | PASS | | | `Stringification of document.getElementsByName("name")` | PASS | | | `NodeList interface: document.getElementsByName("name") must inherit property "item" with the proper type (0)` | PASS | | | `NodeList interface: calling item(unsigned long) on document.getElementsByName("name") with too few arguments must throw TypeError` | PASS | | | `NodeList interface: document.getElementsByName("name") must inherit property "length" with the proper type (1)` | PASS | | | `Document interface: attribute domain` | PASS | | | `Document interface: attribute referrer` | PASS | | | `Document interface: attribute cookie` | PASS | | | `Document interface: attribute lastModified` | PASS | | | `Document interface: attribute readyState` | PASS | | | `Document interface: attribute title` | PASS | | | `Document interface: attribute dir` | PASS | | | `Document interface: attribute body` | PASS | | | `Document interface: attribute head` | PASS | | | `Document interface: attribute images` | PASS | | | `Document interface: attribute embeds` | PASS | | | `Document interface: attribute plugins` | PASS | | | `Document interface: attribute links` | PASS | | | `Document interface: attribute forms` | PASS | | | `Document interface: attribute scripts` | PASS | | | `Document interface: operation getElementsByName(DOMString)` | PASS | | | `Document interface: attribute currentScript` | PASS | | | `Document interface: operation open(DOMString,DOMString)` | PASS | | | `Document interface: operation open(USVString,DOMString,DOMString)` | PASS | | | `Document interface: operation close()` | PASS | | | `Document interface: operation write(DOMString)` | PASS | | | `Document interface: operation writeln(DOMString)` | PASS | | | `Document interface: attribute defaultView` | PASS | | | `Document interface: attribute activeElement` | PASS | | | `Document interface: operation hasFocus()` | PASS | | | `Document interface: attribute designMode` | PASS | | | `Document interface: operation execCommand(DOMString,boolean,DOMString)` | PASS | | | `Document interface: operation queryCommandEnabled(DOMString)` | PASS | | | `Document interface: operation queryCommandIndeterm(DOMString)` | PASS | | | `Document interface: operation queryCommandState(DOMString)` | PASS | | | `Document interface: operation queryCommandSupported(DOMString)` | PASS | | | `Document interface: operation queryCommandValue(DOMString)` | PASS | | | `Document interface: attribute onreadystatechange` | PASS | | | `Document interface: attribute fgColor` | FAIL | `assert_true: The prototype object must have a property "fgColor" expected true got false` | | `Document interface: attribute linkColor` | FAIL | `assert_true: The prototype object must have a property "linkColor" expected true got false` | | `Document interface: attribute vlinkColor` | FAIL | `assert_true: The prototype object must have a property "vlinkColor" expected true got false` | | `Document interface: attribute alinkColor` | FAIL | `assert_true: The prototype object must have a property "alinkColor" expected true got false` | | `Document interface: attribute bgColor` | FAIL | `assert_true: The prototype object must have a property "bgColor" expected true got false` | | `Document interface: attribute anchors` | PASS | | | `Document interface: attribute applets` | PASS | | | `Document interface: operation clear()` | FAIL | `assert_own_property: interface prototype object missing non-static operation expected property "clear" missing` | | `Document interface: operation captureEvents()` | FAIL | `assert_own_property: interface prototype object missing non-static operation expected property "captureEvents" missing` | | `Document interface: operation releaseEvents()` | FAIL | `assert_own_property: interface prototype object missing non-static operation expected property "releaseEvents" missing` | | `Document interface: attribute all` | FAIL | `assert_true: The prototype object must have a property "all" expected true got false` | | `Document interface: attribute onabort` | PASS | | | `Document interface: attribute onauxclick` | PASS | | | `Document interface: attribute onblur` | PASS | | | `Document interface: attribute oncancel` | PASS | | | `Document interface: attribute oncanplay` | PASS | | | `Document interface: attribute oncanplaythrough` | PASS | | | `Document interface: attribute onchange` | PASS | | | `Document interface: attribute onclick` | PASS | | | `Document interface: attribute onclose` | PASS | | | `Document interface: attribute oncontextmenu` | PASS | | | `Document interface: attribute oncuechange` | PASS | | | `Document interface: attribute ondblclick` | PASS | | | `Document interface: attribute ondrag` | PASS | | | `Document interface: attribute ondragend` | PASS | | | `Document interface: attribute ondragenter` | PASS | | | `Document interface: attribute ondragexit` | FAIL | `assert_true: The prototype object must have a property "ondragexit" expected true got false` | | `Document interface: attribute ondragleave` | PASS | | | `Document interface: attribute ondragover` | PASS | | | `Document interface: attribute ondragstart` | PASS | | | `Document interface: attribute ondrop` | PASS | | | `Document interface: attribute ondurationchange` | PASS | | | `Document interface: attribute onemptied` | PASS | | | `Document interface: attribute onended` | PASS | | | `Document interface: attribute onerror` | PASS | | | `Document interface: attribute onfocus` | PASS | | | `Document interface: attribute oninput` | PASS | | | `Document interface: attribute oninvalid` | PASS | | | `Document interface: attribute onkeydown` | PASS | | | `Document interface: attribute onkeypress` | PASS | | | `Document interface: attribute onkeyup` | PASS | | | `Document interface: attribute onload` | PASS | | | `Document interface: attribute onloadeddata` | PASS | | | `Document interface: attribute onloadedmetadata` | PASS | | | `Document interface: attribute onloadstart` | PASS | | | `Document interface: attribute onmousedown` | PASS | | | `Document interface: attribute onmouseenter` | PASS | | | `Document interface: attribute onmouseleave` | PASS | | | `Document interface: attribute onmousemove` | PASS | | | `Document interface: attribute onmouseout` | PASS | | | `Document interface: attribute onmouseover` | PASS | | | `Document interface: attribute onmouseup` | PASS | | | `Document interface: attribute onmousewheel` | PASS | | | `Document interface: attribute onpause` | PASS | | | `Document interface: attribute onplay` | PASS | | | `Document interface: attribute onplaying` | PASS | | | `Document interface: attribute onprogress` | PASS | | | `Document interface: attribute onratechange` | PASS | | | `Document interface: attribute onreset` | PASS | | | `Document interface: attribute onresize` | PASS | | | `Document interface: attribute onscroll` | PASS | | | `Document interface: attribute onseeked` | PASS | | | `Document interface: attribute onseeking` | PASS | | | `Document interface: attribute onselect` | PASS | | | `Document interface: attribute onshow` | PASS | | | `Document interface: attribute onstalled` | PASS | | | `Document interface: attribute onsubmit` | PASS | | | `Document interface: attribute onsuspend` | PASS | | | `Document interface: attribute ontimeupdate` | PASS | | | `Document interface: attribute ontoggle` | PASS | | | `Document interface: attribute onvolumechange` | PASS | | | `Document interface: attribute onwaiting` | PASS | | | `Document interface: attribute oncopy` | PASS | | | `Document interface: attribute oncut` | PASS | | | `Document interface: attribute onpaste` | PASS | | | `Stringification of iframe.contentDocument` | FAIL | `assert_equals: class string of if View on GitHub: https://github.com/w3c/web-platform-tests/pull/5402#issuecomment-292167032
Received on Thursday, 6 April 2017 13:01:42 UTC