Deepthi Venkitaramanan
85f24f2b8c
Bug 1244328 - Merge the functionality of DOMSettableTokenList into DOMTokenList and make everything that used to refer to DOMSettableTokenList refer to DOMTokenList instead. r=bzbarsky
2016-02-11 17:50:42 -05:00
Boris Zbarsky
0a6a883298
Bug 1245554. Window's named properties object should not claim to have duplicates of a given property name if it has multiple iframes with that name. r=peterv
...
The web platform test was pretty buggy in a few ways:
1) It claimed that "bar" should be non-writable and enumerable. This
explicitly contradicts the spec:
http://heycam.github.io/webidl/#named-properties-object-getownproperty step 3
substep 8 sets [[Writable]] to true, and
https://html.spec.whatwg.org/multipage/browsers.html#named-access-on-the-window-object
explicitly says these properties are unenumerable.
2) It claimed that "constructor" should be exposed on the named properties
object. But the named property visibility algorithm obviously returns false
for that property name, so it should not be exposed.
2016-02-09 17:40:45 -05:00
Chris Manchester
9b05f5b31c
Bug 1243096 - Remove ini manifests containing only support-files and move their contents to TEST_HARNESS_FILES. r=gps
2016-01-27 17:46:34 -08:00
Till Schneidereit
459ebabea1
Bug 1101817 - Part 4: Remove WeakMap.prototype.clear from web-platform test. r=Ms2ger
2016-01-04 13:06:55 +01:00
Boris Zbarsky
849ff461f5
Bug 1236329. Back out the patch for bug 492933 (revision d8012b35413b) because it's not web-compatible in practice. r=smaug
2016-01-05 15:05:23 -05:00
Wes Kocher
772bdf8ae8
Backed out changeset 3aca7055f52f (bug 1236329) because something from this push turned browser_video_test.js permafail on mulet CLOSED TREE
2016-01-05 15:14:48 -08:00
Boris Zbarsky
0ba9ec87c2
Bug 1236329. Back out the patch for bug 492933 (revision d8012b35413b) because it's not web-compatible in practice. r=smaug
2016-01-05 15:05:23 -05:00
Jeff Gilbert
38c587a049
Bug 1221822 - Finish the WebGL texture refactor. r=kamidphish,mattwoodrow,bz
2015-11-24 20:15:29 -08:00
Phil Ringnalda
b36c58b616
Back out changeset 2f614bcd9405 (bug 1221822) for test_conformance__extensions__ext-sRGB.html and test_webgl2_alpha_luminance.html failures
2015-11-23 21:55:59 -08:00
Jeff Gilbert
d0de8b7a9a
Bug 1221822 - Finish the WebGL texture refactor. r=kamidphish,mattwoodrow,bz
2015-11-23 19:27:13 -08:00
Boris Zbarsky
7a357c4e3f
Bug 1223523. The named getter on document should not return images with an empty name. r=peterv
2015-11-20 16:54:49 -05:00
Kartikaya Gupta
3dd08bee00
Bug 1223928 - Update various reftests that now pass/fail with gecko scrollbars on Android&&asyncPan. r=snorp
2015-11-19 09:55:21 -05:00
Boris Zbarsky
5ebefa259c
Bug 1225188. Implement window.onstorage. r=smaug
2015-11-17 18:09:53 -05:00
James Graham
3463beb33c
Bug 801545 - Fix broken json file in test metadata added by previous patch, a=testonly
2015-10-19 10:02:56 +01:00
Aryeh Gregor
3c2684a153
Bug 801545 - Remove DocumentType.internalSubset, r=bz
...
The C++ method GetInternalSubset() and related apparatus remains, and is
used by the XML serializer etc.
2015-10-19 09:53:41 +01:00
Aryeh Gregor
0c9a6daa5c
Bug 492933 - getElementsByTagName should match on localName not tagName, r=smaug
...
dom-level2-core test changes by Ms2ger.
2015-10-15 10:03:30 -04:00
Boris Zbarsky
83e427089a
Backing out changeset f6759ed53f46 (bug 799937) due to causing extension breakage.
2015-10-14 11:07:06 -04:00
Aryeh Gregor
8416474647
Bug 799937 - Make createElement()'s result always in the HTML namespace (except for XUL documents); r=bz
...
The new expected failures in web-platform are in a test that doesn't
match the spec, which has already been synced upstream and will be
synced shortly. For the same test in imptests, I chose to modify the
test instead, because it's easier and imptests is going to be removed.
2015-10-14 11:16:08 +05:30
Aryeh Gregor
b6446c639c
Bug 1213862 - Align nsString whitespace handling with web specs; r=froydnj
2015-10-12 20:47:57 +03:00
Aryeh Gregor
12fbf34022
Bug 1212867 - Node.isEqualNode() should ignore internal subsets; r=bz
2015-10-12 20:44:23 +03:00
Aryeh Gregor
0ba87aa775
Bug 1192855 - Check validity in advance for nsRange::InsertNode; r=hsivonen
2015-10-07 16:07:39 +03:00
Masatoshi Kimura
7ebbf10635
Bug 647621 - Implement document.charset and update document.inputEncoding to the latest spec. r=bz
2015-09-23 09:32:29 +09:00
Hiroyuki Ikezoe
fe53fa3a86
Bug 1196691 - Update testharness.js in imptests. r=Ms2ger
2015-08-20 04:23:00 -04:00
Ryan VanderMeulen
09facadb61
Backed out changeset ecebeba2582c (bug 1008146) for making imptests on Android/B2G nearly permafail.
...
CLOSED TREE
2015-08-11 14:48:24 -04:00
Aryeh Gregor
23f0c02574
Bug 1008146 - Split up test_runtest.html; rs=Ms2ger
2015-08-11 14:02:33 +03:00
Ms2ger
e7429d8364
Bug 1173288 - Update testharness code in imptests; rs=jgraham
2015-06-20 09:16:51 +02:00
Michael Layzell
550730ff35
Bug 1027560 - Return false from document.execCommand() and friends when not in editable document. r=ehsan
2015-06-02 09:07:00 -04:00
Carsten "Tomcat" Book
c5cb32d2c2
Backed out changeset fdc2aa9e612f (bug 1027560) for failing w3 tests
2015-05-26 13:13:48 +02:00
Michael Layzell
05ea59b946
Bug 1027560 - return false from document.execCommand() and friends when not in editable document. r=ehsan
2015-05-14 06:46:00 +02:00
Ehsan Akhgari
d04fd0f5b8
Bug 1096302 - Increase the timeout of the test so that it has enough time to finish on the B2G ICS Emulator
2015-05-22 09:25:49 -04:00
Michael Layzell
1e81219f05
Bug 309731 - Allow document.execCommand('inserthtml') with an empty string parameter. r=ehsan
2015-05-14 08:02:00 -04:00
Geoff Brown
189bc40719
Bug 1078287 - Skip test_Range-mutations.html on Android for frequent time-outs; r=trivial,test-only
2015-05-15 11:59:05 -06:00
John Daggett
3146486363
Bug 1056479 p11 - properly annotate mulet reftests. r=m_kato
2015-05-13 14:11:26 +09:00
Geoff Brown
8b83aca734
Bug 1140454 - Skip some tests on Android 4.3 Debug for intermittent failures; r=me,trivial
2015-05-09 20:04:44 -06:00
Tom Schuster
b624f6d01c
Bug 1055473 - Make WeakMap/Set.prototype a plain object. r=Waldo
2015-05-08 23:27:50 +02:00
Geoff Brown
b4ff201254
Bug 1078287 - Disable test_Range-mutations on Android 4.3 for intermittent failures; r=trivial,test-only
2015-04-24 17:19:25 -06:00
Jorg K
277c6d9d9b
Bug 1140105 - Can't query for a specific font face when the selection is collapsed. r=ehsan
2015-04-24 05:57:00 -04:00
Jonathan Watt
dd5550bce7
Bug 1150054, part 1 - Pull down the upstreamed version of EventWatcher from the web-platform-tests js harness into imptests. r=Ms2ger
2015-04-14 19:38:50 +01:00
Jorg K
5e8ad3fa14
Bug 1141017 - resurrect serif and monospace. r=ehsan
2015-03-30 11:58:00 +02:00
Ms2ger
a534168cc5
Bug 1134791 - Show the testharness.js output when the browser remains open after running the test; r=bz
2015-03-11 15:43:28 +01:00
Jason Orendorff
f4f54e1e08
Bug 828137, part 2 - Make [[Set]] always fail on window elements. With this change, window[0] = null;
is a TypeError in strict mode code. r=bz.
2015-02-11 11:47:39 -06:00
Ryan VanderMeulen
062c9ee739
Backed out changeset e677e55b96c2 (bug 1134791) for test bustage.
2015-03-11 11:29:11 -04:00
Ms2ger
c1483be5c2
Bug 1134791 - Show the testharness.js output when the browser remains open after running the test; r=bz
2015-03-11 15:43:28 +01:00
Carsten "Tomcat" Book
1d7c82f8f2
Backed out changeset c2ffd91dee7c (bug 828137)
2015-03-09 16:49:32 +01:00
Jason Orendorff
46d53b144a
Bug 828137, part 2 - Make [[Set]] always fail on window elements. With this change, window[0] = null;
is a TypeError in strict mode code. r=bz.
2015-02-11 11:47:39 -06:00
Jonathan Watt
cb23b1c822
Bug 1073379, part 5 - Add assert_between_exclusive and assert_between_inclusive methods to impltests testharness.js. r=Ms2ger
2015-02-16 21:48:29 +00:00
Andrew McCreight
4eeaaf558b
Bug 1127827, part 3 - Weak map get should always return undefined on failure to find the key. r=Waldo,jgraham
2015-02-18 15:40:52 -08:00
Jason Orendorff ext:(%2C%20Till%20Schneidereit%20%3Ctill%40tillschneidereit.net%3E)
6f2c5ad18c
Bug 911142 - Make the "length" property of function objects configurable. r=Waldo.
...
Thanks to Till Schneidereit for a bunch of test fixes.
2014-09-29 11:38:53 -05:00
Brian Birtles
b8a7d0c2f8
Bug 1104433 part 3 - Extend the timeout of dom/imptests/editing/conformancetest/test_runtest.html; rs=Ms2ger
2014-12-01 08:37:45 +09:00
Brian Birtles
c5835d7d65
Bug 1104433 part 2 - Update dom/imptests/testharness.js and friends; rs=Ms2ger
2014-12-01 08:36:45 +09:00