[animation-timing-tests][deferred-tests][test-assets] Test interactions between document.hidden and window.requestAnimationFrame (#1313)
[animation-timing-tests][test-assets] Test interactions between document.hidden and window.requestAnimationFrame (#1313)
[clipboard-apis-tests] Merging generated clipboard API tests (#1242)
[conformance-checkers-tests] cc Renamed files (replace NNN-* with description). (#1289)
[content-security-policy-tests] support for building sibling paths (#1145)
[cors-tests][docs-tests][test-infra] Support running tests with SSL. (#1302)
[cors-tests][stale-awaiting-submitter-response-tests] Microsoft CORS tests (#119)
[docs-tests][test-infra] Start to add docs to this repo instead of on testtwf-website (#1219)
[docs-tests][test-infra] Support running tests with SSL. (#1302)
[dom-tests] Add a test for Document#implementation. (#1312)
[dom-tests] Add more tests to attr_is. (#1333)
[dom-tests] Add some attributes tests. (#1329)
[dom-tests] Add some DOMImplementation#createDocument tests from the DOM level 2 test suite. (#1305)
[dom-tests] Add some DOMImplementation#createDocumentType tests from the DOM level 2 test suite. (#1307)
[dom-tests] Add tests for DocumentType literals. (#1310)
[dom-tests] Add tests for the metadata properties on DOMImplementation#createDocument. (#1322)
[dom-tests] Added tests for createElement for non-HTML documents (#1276)
[dom-tests] Added TreeWalker tests (#1235)
[dom-tests] Cleanup MutationObserver-disconnect.html. (#1288)
[dom-tests] Extend the Element#tagName test. (#1327)
[dom-tests] Extend the Node#cloneNode test. (#1326)
[dom-tests] Mutation Observer tests (#1227)
[dom-tests] Rename Document-createProcessingInstruction-literal-*.xhtml. (#1309)
[dom-tests] Share tests for createElementNS and createDocument. (#1306)
[dom-tests] Test for ownerElement in attributes_are. (#1308)
[dom-tests] Update specification URLs in dom/. (#1335)
[dom-tests][html-tests] Cleanup and improve DOMImplementation#createHTMLDocument tests. (#1311)
[dom-tests][stale-awaiting-review-tests] Add NodeIterator tests (#929)
[dom-tests][test-infra] Allow running tests from a path outside the test root. (#1281)
[DOMEvents-tests] Remove createEvent.NOT_SUPPORTED_ERR.html. (#1336)
[eventsource-tests] new test for EventSource + request cancellation (#1292)
[eventsource-tests][stale-awaiting-review-tests] new test for EventSource + request cancellation (#285)
- Viktor (Wednesday, 15 October)
[FileAPI-tests] Make new Blob throw (#1278)
[html-tests] Add a test for HTMLOptionElement#text on an element with a label attribute. (#1337)
[html-tests] Add a test for setting HTMLTableElement#caption. (#1314)
[html-tests] Add tests for getting HTMLOptionElement#{label,value}. (#1334)
[html-tests] Clean up trailing whitespace under html/ (#1178)
[html-tests] Fix <img sizes='calc(1px'> test (#1274)
[html-tests] Increase the allowed timeout for html interfaces test. (#1284)
[html-tests] Make img sizes parsing test match MQ spec, add more tests (#1283)
[html-tests] new tests for moving IFRAME with modified document inside in the DOM, as... (#1286)
[html-tests] Remove a srcset test that doesn't make sense given earlier parser change (#1279)
[html-tests] Remove a stray script element. (#1321)
[html-tests] remove unused var (#1303)
[html-tests] testing override URL for javascript:'markup' - generated documents (#1315)
[html-tests] Tests for document.lastModified on 3.1 Documents (#334)
[html-tests] Update datalistoptions.html to the current spec. (#1323)
[html-tests][stale-awaiting-review-tests] tests for overwriting win.opener and accessing it x-domain (#999)
[IndexedDB-tests] Add a test for IDBFactory cmp (#905)
[IndexedDB-tests] Add more tests for IDBCursor continue (#847)
[IndexedDB-tests] Add more tests for IDBCursor delete (#986)
[IndexedDB-tests] Add more tests for IDBCursor update (#885)
[IndexedDB-tests] Add more tests for IDBIndex get (#941)
[IndexedDB-tests] Add more tests for IDBIndex openCursor (#965)
[IndexedDB-tests] Add more tests for IDBIndex openKeyCursor (#966)
[IndexedDB-tests] Add more tests for IndexedDB exception (#846)
[IndexedDB-tests] Tests modified for IndexedDB (#1250)
[pointerevents-tests] Add '-manual' suffix for manual tests (#1317)
[pointerevents-tests] Add explicit done call to avoid timeout (#1330)
[pointerevents-tests] Assertions 4.3 and 5.3 (#1220)
[pointerevents-tests] Fix inconsistent event param (#1331)
[pointerevents-tests] fix pointer types detection placement (#1319)
[pointerevents-tests] Fixing complete notice instructions (#1318)
[pointerevents-tests] Fixing typos (#1320)
[pointerevents-tests] Lostpointercapture for disconnected node (#1259)
[pointerevents-tests] Minor fixups for PointerEvents (#1287)
[pointerevents-tests] Pointer Events TA 13.4 - Use valid pointerId and assert function (#1270)
[pointerevents-tests] PointerEvents Test Assertions 15.11, 15.18-15.20 (#1249)
[pointerevents-tests] PointerEvents: update touch-action tests to be more reliable (#1299)
[pointerevents-tests] Properly check for async events related to capture (#1245)
[pointerevents-tests] setPointerCapture() on disconnected node throws InvalidStateError (#1260)
[pointerevents-tests] Update TA11.1-11.2 to use All_Pointer_Events pattern and eliminate timer (#1300)
[pointerevents-tests] Use valid pointerId and assert function, fixes #1269 (#1270)
[resource-timing-tests] Try to avoid a race when checking performance of stylesheet loads. (#1324)
[resource-timing-tests] Update resource timing test to reduce flakiness. (#1291)
[subresource-integrity-tests] [WIP] Subresource integrity tests (#1275)
[test-infra] Fix crash creating manifest when working directory doesn't have any changes (#1301)
[test-infra] Seperate the host that the server is bound to from the one that's exposed in the frontend (#1268)
[test-infra] Update test runner for changes in the manifest API. (#1298)
[test-infra] Upgrade to latest pywebsocket, plus a local patch to fix https://code.google.com/p/pywebsocket/issues/detail?id=132 (#1280)
[test-infra][webdriver-tests] fixing tests by correcting imports (#1338)
[url-tests] Clean up additions from @sideshowbarker (#1285)
[url-tests] three-way merge with rust-url (#1293)
[web-animations-tests] Tests for AnimationNode methods (#1282)
[webdriver-tests] Add blackberry driver (#1328)
[webdriver-tests] using wptserve now instead of our own server (#1332)
[XMLHttpRequest-tests] adding test for calling open() to terminate the abort() algorithm (#1294)
[XMLHttpRequest-tests] Fix XHR server side to actually write a response for chunked output. (#1297)
[XMLHttpRequest-tests] new test to make sure implementations send upload progress events for cross-origin requests (#1067)
[XMLHttpRequest-tests] Remove old status file (#1271)
[XMLHttpRequest-tests] Scripts to extract xhr test suite metadata, annotate spec (#1272)
Add tests for getting HTMLOptionElement#{label,value}. (#1334)
Add tests for img environment changes (#1290)
Pointer Events TA13.4 - uses invalid pointer ID (#1269)
Last message date: Friday, 31 October 2014 22:11:27 UTC