sort by:
Revision Author Date Message Commit Date
afd169a Don't suggest putting the author's name in the topic branch. There is no need for that. 11 August 2015, 14:40:28 UTC
d983498 Merge pull request #2065 from ayg/ayg/myInsertNode Clean up myInsertNode; r=Ms2ger 11 August 2015, 14:32:10 UTC
1798a7f Test processingInstruction for ranges 11 August 2015, 14:27:15 UTC
bed3f6e Update Range.insertNode/surroundContents tests Now matches latest spec, which has changed significantly. 11 August 2015, 14:27:14 UTC
c57ed33 Don't report nodes as different for child count It's clearer if we just recurse into the children. Otherwise we get messages like 'expected Element node "<b>Abcdef</b>", got Element node "<b>abcdef</b>"' when there's an empty Text node or similar. 11 August 2015, 14:27:14 UTC
e069c08 Merge pull request #2064 from frewsxcv/rm-servo-workaround Remove no longer necessary Servo workaround 11 August 2015, 14:12:33 UTC
92e25d0 Remove no longer necessary Servo workaround There were constants defined in dom/traversal/traversal-support.js that were used to workaround Servo's lack of implementing those constants. Those constants are now implemented in Servo on NodeFilter, so the workaround can be removed. 11 August 2015, 12:38:07 UTC
c85fc26 Merge pull request #2061 from ayg/ayg/walker Add some TreeWalker tests; r=frewsxcv 11 August 2015, 12:11:55 UTC
f8509d1 Merge pull request #2045 from youennf/xhr-space-header-value Adding more bogus header values 10 August 2015, 20:08:42 UTC
4f91feb Adding whitespace specific tests 10 August 2015, 14:18:25 UTC
7287155 Merge pull request #2062 from ayg/ayg/fix-manual-editing-tests Fix manual editing tests; r=Ms2ger 10 August 2015, 13:45:39 UTC
6ab6dce Remove outdated spec reference 10 August 2015, 12:13:34 UTC
3b726d1 Make editing manual tests actually work 10 August 2015, 12:10:06 UTC
fec3b46 Remove redundant test 10 August 2015, 11:15:55 UTC
919059e Merge pull request #2046 from Ms2ger/substringData-zero Add a test for CharacterData#substringData(n, 0). 10 August 2015, 08:13:46 UTC
a60c76c Merge pull request #2049 from haoxli/orientation-name-update Unify test name following screen orientation api 10 August 2015, 06:41:01 UTC
1462089 Merge pull request #2057 from hillbrad/hillbrad/no-console-use-for-csp-testsclear remove uses of console.log, console.info and spurious <pre> 10 August 2015, 04:13:15 UTC
b00b2e7 Merge pull request #2058 from frewsxcv/traversal-constructors Improvements to dom/traversal constructor tests; r=ayg+Ms2ger 09 August 2015, 18:58:30 UTC
4b6ec11 Provide descriptions for traversal constructor tests 09 August 2015, 16:43:12 UTC
3fe96fc Consistent open-brace placement 09 August 2015, 16:19:59 UTC
2a8dc2b Add some TreeWalker tests I originally wrote these a long time ago, but the spec probably hasn't changed much. 09 August 2015, 14:55:27 UTC
d4b52a7 Merge pull request #2059 from ayg/ayg/editing-and-selection Add editing and selection tests; rs=Ms2ger 09 August 2015, 14:15:44 UTC
01a1172 Convert tabs to spaces 09 August 2015, 13:04:25 UTC
044c199 Merge editing repo into web-platform-tests 09 August 2015, 12:46:26 UTC
33fcf01 Reorganize for merging to web-platform-tests There is no usable editing spec, so the editing tests are really regression tests, not conformance tests, as noted in the README. The selection tests are based on the selection spec when I had it, so may be out-of-date if Ryosuke has changed anything. A ton of code in editing/run/implementation.js (practically the whole file) and tests.js is now unused, because it was used for test generation debugging etc. and is not used for running conformance tests. I didn't bother deleting it. 09 August 2015, 12:46:10 UTC
b0eefed Improvement constructor tests for createNodeIterator Add tests for undefined/null values passed into the constructor. We'll also check the values of all the properties and make sure they're readonly. 08 August 2015, 13:23:52 UTC
382cc17 createTreeWalker constructor test with nulls Primarily to make sure the nulls don't use the default value specified in the WebIDL 08 August 2015, 13:22:40 UTC
69f3d16 remove uses of console.log, console.info and spurious <pre> from converted webkit layout tests 07 August 2015, 21:52:46 UTC
080ca80 Merge pull request #2039 from inexorabletash/inexorabletash/indexeddb-no-obj-eq Remove use of assert_object_equals() from IndexedDB tests. 07 August 2015, 21:35:05 UTC
ab1556f Remove use of assert_object_equals() from IndexedDB tests. Uses a mix of: * assert_array_equals() for simple lists (e.g. event sequence) * assert_key_equals() for IDB keys (or array-of-keys) * case-by-case logic Part of https://github.com/w3c/web-platform-tests/issues/2033 07 August 2015, 20:10:35 UTC
ad9d403 Merge pull request #2054 from hillbrad/hillbrad/fix-mock-plugin (deleted all files using this, as the test cases do not make sense, even in the original) 07 August 2015, 16:09:52 UTC
74d27b9 remove nonsensical tests (nonsense in original blink repo, still nonsense after conversion) 06 August 2015, 22:00:35 UTC
0978e53 Improve README 06 August 2015, 17:53:00 UTC
77d0a46 Gecko has unprefixed textDecoration* 06 August 2015, 13:43:19 UTC
3ef15e9 Don't assume default font-family is serif It should be, but apparently on Gecko's B2G it isn't for some reason. 06 August 2015, 13:42:57 UTC
dcccedd Remove bogus manifest lines 06 August 2015, 12:57:36 UTC
4f34655 Remove some duplicate tests 06 August 2015, 12:31:47 UTC
4642b6a Update manifests It seems hg doesn't let you rewrite history on remote repositories, so my temporary revisions are here to stay. 06 August 2015, 12:31:35 UTC
ca206f2 Temporary commit, to be rewritten 06 August 2015, 12:00:58 UTC
72b0489 Update status of document 06 August 2015, 11:46:35 UTC
3689801 Remove "orientation-" prefix in Screen Orientation test name 06 August 2015, 06:19:30 UTC
9be45b2 Unify test name following screen orientation api 05 August 2015, 10:19:35 UTC
836b4c0 Merge pull request #2047 from koustuvsinha/test#1602 Test for toDataURL('image/jpg') 04 August 2015, 20:41:16 UTC
5f25412 Add Test to check toDataURL('image/jpg') 04 August 2015, 18:32:28 UTC
eb38aeb Use https for includes from w3c-test.org 04 August 2015, 15:12:30 UTC
e084e10 Merge pull request #1843 from haoxli/screen-orientation Contributing Blink's Screen Orientation layout tests 04 August 2015, 08:08:51 UTC
2bd8c7d Update to latest wpttools 03 August 2015, 09:43:46 UTC
832b863 Add a test for CharacterData#substringData(n, 0). This test was inspired by a test in chardata.js from presto-testo. 02 August 2015, 14:51:03 UTC
4618b7a Merge pull request #2044 from TakayoshiKochi/non-element-createshadow Fix failing and obsolete tests in shadow dom createShadowRoot() tests 31 July 2015, 07:49:46 UTC
0bb18ce Adding more bogus header values 31 July 2015, 07:35:34 UTC
2749657 Fix failing and obsolete tests. - Remove test for createEntityReference() which is obsolete - Pass proper number of parameters for createProcessingInstruction() - The second test assumed invoking createShadowRoot() throws InvalidNodeTypeError, but now createShadowRoot is simply not defined on non-element types. 31 July 2015, 02:11:35 UTC
3a8391a Merge pull request #1627 from Ms2ger/withCredentials Extend the withCredentials test; r=hallvors 30 July 2015, 10:34:14 UTC
2792ac5 Move the done() call to the withCredentials test that needs it. 30 July 2015, 10:07:30 UTC
07a571e Merge pull request #2041 from TakayoshiKochi/createshadow-blacklist Filter black-listed elements that do not support createShadowRoot(). 30 July 2015, 07:12:05 UTC
703c56e Filter black-listed elements that do not support createShadowRoot(). 30 July 2015, 05:45:53 UTC
12d3e15 Merge pull request #2035 from w3c/sync_dca9e9f9eb5d455f40c73fd2fa2fe79637ae0b22 Merge pull request #2035 from sync_dca9e9f9eb5d455f40c73fd2fa2fe79637ae0b22 27 July 2015, 11:48:30 UTC
dca9e9f Add a test for clamping in WebSocket#close. 27 July 2015, 11:47:53 UTC
3223977 Merge pull request #2034 from frewsxcv/fix-childnode-after Fix ChildNode::after incorrect test; r=Ms2ger 27 July 2015, 08:20:36 UTC
3a72a22 Fix ChildNode::after incorrect test This test was added in https://github.com/w3c/web-platform-tests/pull/1974 The tests were 'basically taken from https://codereview.chromium.org/1085843002.' But according to https://codereview.chromium.org/1085843002/patch/500001/510001 it looks like this test case was copied incorrectly 27 July 2015, 03:34:49 UTC
13d65bc Merge pull request #2031 from cvrebert/patch-1 docs/test-style-guidelines: Fix methodical testing link 26 July 2015, 06:32:04 UTC
dfd51cf docs/test-style-guidelines: Fix methodical testing link The link isn't currently hyperlinked on the website: http://testthewebforward.org/docs/test-style-guidelines.html#methodical-testing 26 July 2015, 06:27:31 UTC
609313c Merge pull request #2032 from cvrebert/editorial Minor docs improvements 26 July 2015, 01:08:43 UTC
39c583d docs/test-style-guidelines: dividable => divisible 25 July 2015, 21:18:02 UTC
d0b96b9 docs/test-style-guidelines: its; no apostrophe when possessive 25 July 2015, 21:17:10 UTC
e40428d docs/test-style-guidelines: more backticks 25 July 2015, 21:16:30 UTC
27905fd docs/test-format-guidelines: more backticks 25 July 2015, 21:12:17 UTC
f9e8647 docs/running_tests: fix typo 25 July 2015, 21:10:21 UTC
969aefc docs/review-process: minor copyedits; add backticks 25 July 2015, 21:09:31 UTC
6002b37 docs/reftests: more backticks 25 July 2015, 21:07:40 UTC
c63ea58 docs/css-metadata: apply code formatting to mentions of CSS property names 25 July 2015, 21:05:11 UTC
c045041 docs/css-user-styles: add links to relevant test files 25 July 2015, 21:03:19 UTC
de3f4b8 Merge pull request #1732 from kangxu/html/the-legend-element/add Add test for HTMLLegendElement form; r=Ms2ger 24 July 2015, 15:46:02 UTC
33d9bde Update to latest tools. 24 July 2015, 11:10:12 UTC
42c3db0 Merge pull request #2013 from cvrebert/disabled-fieldset-2 Test that <input type="file"> descendant of <fieldset disabled> gets disabled; r=Ms2ger 24 July 2015, 08:01:15 UTC
e091435 Test that <input type="file"> descendant of <fieldset disabled> gets disabled 24 July 2015, 07:43:37 UTC
b8fe927 Update to latest tools. 23 July 2015, 04:08:14 UTC
15d6131 Merge pull request #2026 from kristijanburnik/mixed-content-websockets Mixed-Content WebSockets 22 July 2015, 11:09:17 UTC
4bc69f2 Merge pull request #1733 from kangxu/html/the-label-element/add Add test for HTMLLabelElement.htmlFor; r=Ms2ger 21 July 2015, 11:36:52 UTC
7293a86 Mixed-Content: Generate WebSocket tests. 21 July 2015, 10:37:31 UTC
fd32a18 Mixed-Content: Add support for WebSocket tests. 21 July 2015, 10:37:05 UTC
e0fd0c9 Merge pull request #2018 from jonathanKingston/sri-alternate-styles Added tests for alternative style. Reshuffled code to allow for multi… 20 July 2015, 22:08:14 UTC
794868e Merge pull request #2024 from Ms2ger/selectors Fix other tests that use the ParentNode-querySelector-All.js script. 20 July 2015, 15:29:10 UTC
295fa41 Update to latest testharness.js 20 July 2015, 12:55:28 UTC
d6c00c7 Merge pull request #2025 from kristijanburnik/mixed-content-flakyness-fix Mixed Content: Fix flakiness and regenerate tests for release mode. 20 July 2015, 12:12:40 UTC
8fde4ab Fix other tests that use the ParentNode-querySelector-All.js script. 20 July 2015, 11:34:20 UTC
07e7c4c Mixed-Content: Replace Debug with Release template. 20 July 2015, 11:09:59 UTC
8e7b0a3 Mixed-Content: Move forced test timeout to sanity checker for debug mode only. 20 July 2015, 11:04:06 UTC
56ae4a4 Merge pull request #2023 from w3c/sync_8c02cd6c9754a80cb2eb22eda1f90a54eb0fc4dd Merge pull request #2023 from sync_8c02cd6c9754a80cb2eb22eda1f90a54eb0fc4dd 20 July 2015, 10:35:19 UTC
09be6e2 Merge pull request #2022 from w3c/sync_1ff42018e71f80c725b04b91621095264e9d61fe Merge pull request #2022 from sync_1ff42018e71f80c725b04b91621095264e9d61fe 20 July 2015, 10:34:45 UTC
1ff4201 Test element prefix for element equality 20 July 2015, 10:34:18 UTC
8c02cd6 Implement Range#cloneContents 20 July 2015, 10:34:18 UTC
dbc291c Merge pull request #2021 from kristijanburnik/referrer-policy-cleanup Referrer-Policy: Remove dead code in wrapResult. 20 July 2015, 09:36:22 UTC
83328ce Referrer-Policy: Remove dead code in wrapResult. 20 July 2015, 09:26:33 UTC
8fac05a Merge pull request #2011 from TakayoshiKochi/pseudo2 Remove a test that uses content select= with pseudo class selector 20 July 2015, 07:37:00 UTC
9c40965 Merge pull request #2010 from TakayoshiKochi/remove_pseudo_selector Remove tests for content select= with pseudo class selectors 20 July 2015, 07:36:46 UTC
30cb77b Merge pull request #2020 from bboyle/bboyle/typo Fix typo in comment; r=Ms2ger 19 July 2015, 15:30:23 UTC
81de6dc typo in comment 19 July 2015, 14:40:59 UTC
3273a3d Merge pull request #2019 from Ms2ger/qsa Improve the ParentNode#querySelector/All tests. 19 July 2015, 13:52:04 UTC
09f67fb Run the ParentNode#querySelector/All tests in an async_test. This avoids the test silently passing if the load event isn't dispatched. 19 July 2015, 09:35:43 UTC
586929d Stop relying on the 'doc' global variable in ParentNode-querySelector-All.js. 19 July 2015, 09:33:59 UTC
back to top