public-web-platform-tests-notifications@w3.org from April 2015 by subject

[2dcontext-tests][html-tests] Test canvas toBlob (#1716)

[ambient-light-tests][animation-timing-tests][html-tests][navigation-timing-tests][proximity-tests][test-infra] Update some IDLs to match specs better. (#1753)

[animation-timing-tests] Add cancelAnimationFrame handle test for AnimationTiming (#1752)

[animation-timing-tests] Add FrameRequestCallback handle test for AnimationTiming (#1749)

[animation-timing-tests] Add FrameRequestCallback timestamp test for AnimationTiming (#1751)

[animation-timing-tests] Add multiple calls to requestAnimationFrame test for AnimationTiming (#1760)

[battery-status-tests] Update battery-interface.js on Battery Status (#1775)

[content-security-policy-tests] Backed out changesets 772945b1130d, cb83b6efa9ea, and 5f23080673ee (bug 1086999) for Gaia context_menu_test.js failures. (#1706)

[content-security-policy-tests] CSP: Asterisk (*) wildcard should not allow blob:, data:, or filesystem: when matching source expressions - web platform test update (r=sstamm,jgraham) (#1705)

[content-security-policy-tests] CSP: Asterisk (*) wildcard should not allow blob:, data:, or filesystem: when matching source expressions - web platform test update (r=sstamm,jgraham) (#1744)

[content-security-policy-tests] Try to make the CSP tests a bit more stable, (#1707)

[cors-tests] Add 304 tests for CORS (#1740)

[cors-tests][test-infra] Add 304 tests for CORS (#1400)

[deferred-tests][html-tests] Make navigator.taintEnabled optional (#1590)

[difficulty:easy-tests][html-tests] Add a test for the {Window,Document}.location getters. (#1506)

[dom-tests] Add a non-ASCII test to CharacterData-deleteData.html. (#1795)

[dom-tests] Add a non-ASCII test to CharacterData-insertData.html. (#1793)

[dom-tests] Add a test for CharacterData#substringData. (#1698)

[dom-tests] Add additional tests for CharacterData#insertData. (#1796)

[dom-tests] Add test to verify that DocumentFragment children are findable after replaceChild (#1686)

[dom-tests] Rewrite CharacterData-deleteData.html to be more extensible. (#1794)

[dom-tests] Rewrite CharacterData-insertData.html to be more extensible. (#1792)

[dom-tests] Test a non-ASCII argument to CharacterData#appendData. (#1791)

[dom-tests] Test Text.splitText() (#1773)

[dom-tests] Test that attributes lose their owner when removed (#1718)

[dom-tests][html-tests] Add tests for document/window location getters (#1757)

[encoding-tests] Extend the api-invalid-label test to check for non-ASCII whitespace trimming. (#1777)

[encoding-tests] Test for whitespace trimming in the TextDecoder constructor. (#1770)

[encoding-tests] Throw RangeErrors in TextEncoder/TextDecoder constructors. (#1761)

[encoding-tests] Use new RangeError() in encoding tests. (#1764)

[fetch-tests] A set of tests for X-Content-Type-Options: nosniff (#1715)

[html-tests] Add a convenience function in nsGlobalWindow for replacing a property on the window with a new value. (#1745)

[html-tests] Add a test for reflection of dialog.open. (#1750)

[html-tests] Add a test with only a valid w descriptor (#1700)

[html-tests] Add devicePixelRatio to window's [Replaceable]s (#1747)

[html-tests] Add manual test for <b> element (#1727)

[html-tests] Add manual test for <ruby> element (#1728)

[html-tests] Add manual test for optgroup disabled (#1731)

[html-tests] Add manual test for option disabled (#1730)

[html-tests] Add some tests for textarea's rows and cols attributes. (#1765)

[html-tests] Add test for DataTransfer types (#1737)

[html-tests] Add test for DataTransfer.clearData() and DataTransferItem.getAsString() (#1725)

[html-tests] Add test for HTMLInputElement select event (#1734)

[html-tests] Add test for HTMLLabelElement.htmlFor (#1733)

[html-tests] Add test for HTMLLegendElement form (#1732)

[html-tests] Add test for HTMLScriptElement defer (#1726)

[html-tests] Add test for HTMLSelectElement.add() (#1729)

[html-tests] Add test for HTMLTextAreaElement.select() and select event (#1739)

[html-tests] Add test for tabindex event (#1738)

[html-tests] Add tests for HTMLTableElement methods (#1723)

[html-tests] Add tests for HTMLTableRowElement.insertCell() and deleteCell() (#1721)

[html-tests] Add tests for HTMLTableSectionElement.deleteRow() and insertRow() (#1722)

[html-tests] Extend semantics/interfaces.html. (#1790)

[html-tests] Make semantics/interfaces.html more extensible. (#1789)

[html-tests] Make some writable cssom-view attributes that we only allow setting from chrome act the way readonly replaceables would when called from content. (#1746)

[html-tests] Test Document.title with SVG roots (#1768)

[html-tests] Test placeholder attribute in the textarea element (#1724)

[html-tests] Use the built-in harness timeout for failing relevant mutations tests ra... (#1769)

[html-tests][websockets-tests] WebSocket: remove duplicated interfaces.html; update the html/dom/ one w... (#1714)

[IndexedDB-tests] Backed out 5 changesets (bug 866846, bug 1131776, bug 1131766, bug 1144806, bug 1112702) on suspicion of causing Windows debug devtools-4 storage crashes (#1709)

[IndexedDB-tests] Backed out changeset 14b9b4827805 (bug 1131776) (#1711)

[IndexedDB-tests] Ignore window.onerror spew from some implementations (#1774)

[IndexedDB-tests] Try increasing the timeout for a test that times out often in CI. (#1743)

[IndexedDB-tests] Use WITHOUT ROWID tables for IndexedDB, r=janv. (#1708)

[IndexedDB-tests] Use WITHOUT ROWID tables for IndexedDB, r=janv. (#1710)

[IndexedDB-tests] Use WITHOUT ROWID tables for IndexedDB, r=janv. (#1713)

[lint.whitelist-tests][test-infra] Look for the lint whitelist in the repo root (#1767)

[notifications-tests] Add missing notifications tests. (#1699)

[notifications-tests] Add new notification events tests (#1614)

[old-tests] Have a greater time difference between load time for scripts that must load in order. (#1742)

[readme] Make the readme intro better. (#1720)

[service-workers-tests] Add missing argument to removeEventListener() in sandboxed-iframes.https... (#1779)

[service-workers-tests] Cache should throw TypeError on VARY:* Responses. (gecko bug 1158292) (#1787)

[service-workers-tests] CacheStorage.open() should create a new object each time its called. (ge... (#1781)

[service-workers-tests] Fix cache-add.https.html to expect InvalidStateError when overlapping Re... (#1785)

[service-workers-tests] Fix cache-put.https.html to expect Response.text() to set body used. (#1782)

[service-workers-tests] Fix cache-storage-match.https.html test to expect NotFoundError (gecko b... (#1780)

[service-workers-tests] Fix POST Request handling in cache-storage tests. (gecko bug 1158262) (#1788)

[service-workers-tests] Import cache-storage tests from blink (#1735)

[service-workers-tests] Increase the timeout for cache-storage tests, a=testonly (#1754)

[svg-tests] Import SVG 1.1 Second Edition test suite. (#1766)

[test-infra] [readme] Make the readme intro better. (#1719)

[test-infra] [readme] Make the readme intro better. (#1720)

[web-animations-tests] Update AnimationTimeline and DocumentTimeline idl (#1748)

[webrtc-tests] Test for a no-media call. (#1783)

[websockets-tests] Fix websocket cookies tests to not be racy and not bogus (#1701)

[websockets-tests] websocket test suite - patch 5 - web-platform-test suite - js error fixed, (#1712)

[websockets-tests] WebSocket: delete for IDL attributes should work (#1703)

[websockets-tests] WebSocket: setting onevent to object should not set it to null (#1704)

[websockets-tests] WebSocket: undefined as argument means argument is omitted (#1702)

[webstorage-tests] Updated the IDL interfaces of WebStorage (#1784)

[workers-tests] Add missing step_func call to Worker_terminate_event_queue.htm. (#1778)

[workers-tests] Add tests for the base URL in workers. (#1763)

[workers-tests] another followup. Update wpt tests to not expect navigator.taintEnabled() in workers, because we still have a CLOSED TREE (#1772)

[workers-tests] Ensure event handler is a step function in event target worker test. (#1755)

[workers-tests] Fix a removeEventListener test. (#1680)

[workers-tests] Fix location.pathname to return the right thing in workers. (#1771)

[workers-tests] Fix the WorkerGlobalScope/onerror tests to actually track the specs (#1756)

[workers-tests] Fix Worker_terminate_event_queue erroneous failure (#1776)

[XMLHttpRequest-tests] Add a test for XMLHttpRequest.send with a URLSearchParams argument. (#1688)

[XMLHttpRequest-tests] Add missing done() call in send-usp.worker. (#1759)

[XMLHttpRequest-tests] chunked should send chunk-size as hexdigits (#1736)

[XMLHttpRequest-tests] Increase some problematically small timeouts. (#1741)

A set of tests for X-Content-Type-Options: nosniff (#1715)

Add 304 tests for CORS (#1400)

Add 304 tests for CORS (#1740)

Add a test for CharacterData#substringData. (#1698)

Add some tests for textarea's rows and cols attributes. (#1765)

Add test for DataTransfer.clearData() and DataTransferItem.getAsString() (#1725)

Cache add()/addAll() should expect TypeError for invalid scheme. (gecko ... (#1786)

Cache should throw TypeError on VARY:* Responses. (gecko bug 1158292) (#1787)

CacheStorage.open() should create a new object each time its called. (ge... (#1781)

Extend the api-invalid-label test to check for non-ASCII whitespace trimming. (#1777)

Fix EventTarget.worker.js for real. (#1758)

Fix POST Request handling in cache-storage tests. (gecko bug 1158262) (#1788)

Import cache-storage tests from blink (#1735)

Increase some problematically small timeouts. (#1741)

Make navigator.taintEnabled optional (#1590)

Test Document.title with SVG roots (#1768)

Test for a no-media call. (#1783)

Test placeholder attribute in the textarea element (#1724)

WebSocket: delete for IDL attributes should work (#1703)

WebSocket: setting onevent to object should not set it to null (#1704)

Last message date: Thursday, 30 April 2015 18:10:20 UTC