Commit Graph

380 Commits

Author SHA1 Message Date
James Graham
f9606de7a5 Bug 1357844 - Split MathML entity test into multiple files, r=annevk
This was timing out and causing OOM on some platforms, so instead use
one doctype per test.

MozReview-Commit-ID: 7M2FCJVPElK
2017-04-20 10:58:41 +01:00
James Graham
b2358183ff Bug 1356225 - Update web-platform-tests expected data to revision d519fe9011da7cfce7949f7ed826e9759dc5c532, a=testonly
MozReview-Commit-ID: GUErRlQhUzx
2017-04-20 10:49:32 +01:00
Sebastian Hengst
74ffdef056 Backed out changeset f98b750bb850 (bug 1356225)
MozReview-Commit-ID: 2HqnW54BB7M
2017-04-14 17:18:21 +02:00
James Graham
58aadf0c19 Bug 1356225 - Update web-platform-tests expected data to revision d519fe9011da7cfce7949f7ed826e9759dc5c532, a=testonly
MozReview-Commit-ID: GUErRlQhUzx
2017-04-13 16:22:32 +01:00
James Graham
8da77f39b2 Bug 1321179 - Disable navigation test on Windows for instability r=ato
MozReview-Commit-ID: 89yORoDICtW
2017-04-10 13:44:08 +01:00
James Graham
4e32da1f88 Bug 1355060 - Fix error from assert outside step in history traversal test, r=ato
MozReview-Commit-ID: DJAmjteB4EC
2017-04-10 13:34:49 +01:00
Joel Maher
37485286ec Bug 1344486 - Intermittent TEST-UNEXPECTED-PASS | /html/semantics/scripting-1/the-script-element/nomodule-set-on-async-classic-script.html. fail early if noModule. r=jgraham
MozReview-Commit-ID: K8qMR6fICXH
2017-04-06 07:30:08 -04:00
Olli Pettay
bbadc88c35 Bug 1345044 - Make init*Event() arguments optional except the first; r=stone
Test updates by Aryeh Gregor <ayg@aryeh.name>, reviewed by smaug.

MozReview-Commit-ID: 8GJq3Kx44S
2017-04-04 20:28:36 +03:00
Aryeh Gregor
0af9fb1510 Bug 1345044 - Update an IDL file for spec change; r=jgraham
MozReview-Commit-ID: 3bXvvDvnZhG
2017-04-04 20:28:36 +03:00
Aryeh Gregor
34a92fa7d1 Bug 1297414 - Support execCommand("defaultParagraphSeparator"); r=masayuki
Later commits will add the actual functionality.

MozReview-Commit-ID: 6Ac9V6MjZpa
2017-04-04 13:47:28 +03:00
Phil Ringnalda
5e716c06f2 Bug 1349208 - Adjust web-platform-tests expectations to reflect not having Flash installed on 64-bit Ubuntu 16.04 just like we don't have it installed anywhere else, a=test-only 2017-03-21 20:35:22 -07:00
Andreas Farre
d92e31eabf Bug 1318720 - Prevent chaining idle callbacks in the same period. r=smaug
MozReview-Commit-ID: H3lvpNi9Lx9
2017-03-21 13:26:28 +01:00
Joel Maher
1a3c61a69e Bug 1139795 - disable /html/dom/dynamic-markup-insertion/opening-the-input-stream/010.html due to bad timing. r=jgraham
MozReview-Commit-ID: 49YuAQjjYoH
2017-03-20 11:48:46 -04:00
James Graham
d52f41ce62 Bug 1345490 - Update web-platform-tests expected data, a=testonly
MozReview-Commit-ID: 6v6aK4ubvO6
2017-03-17 14:35:41 +00:00
James Graham
08367b9428 Bug 1345490 - Enable module scripts for module tests, r=testonly
MozReview-Commit-ID: K11O0OfRl0G
2017-03-17 14:35:37 +00:00
Sebastian Hengst
e8fed86968 Backed out changeset bd8ea9cb9c0b (bug 1345490) 2017-03-15 19:22:52 +01:00
Sebastian Hengst
68c1d2b7e6 Backed out changeset bb409914119e (bug 1345490) 2017-03-15 19:22:43 +01:00
James Graham
db668def5f Bug 1345490 - Update web-platform-tests expected data, a=testonly
MozReview-Commit-ID: 6v6aK4ubvO6
2017-03-15 15:20:53 +00:00
James Graham
4a285138f6 Bug 1345490 - Enable module scripts for module tests, r=testonly
MozReview-Commit-ID: K11O0OfRl0G
2017-03-15 15:20:53 +00:00
Boris Zbarsky
5ce3745323 Bug 1345996. Change event handler invocation to only do the "true return cancels" for onerror handlers handed ErrorEvents, and only on globals. r=smaug
See https://github.com/whatwg/html/issues/2296 and
https://github.com/whatwg/html/issues/423 for details on what various browsers
do and whatnot.

MozReview-Commit-ID: DytkZreHudx
2017-03-10 23:53:09 -05:00
Boris Zbarsky
08408b8e31 Bug 1345237. Propagate uint32_t deeper into the editor state and text control frame code. r=mystor
MozReview-Commit-ID: KeUo8My6eBJ
2017-03-09 14:44:45 -05:00
Boris Zbarsky
34042de72d Bug 1343037 part 16. Implement a version of nsTextEditorState::SetSelectionRange that takes a string for the direction. r=ehsan
MozReview-Commit-ID: E8zYAWolg94
2017-03-09 14:44:06 -05:00
Ben Kelly
6331e79bd8 Bug 1311324 P4 Update WPT test expectations. r=bz 2017-03-09 20:50:13 -05:00
Boris Zbarsky
26d6dd7c7b Bug 1344443. Fix [[SetPrototypeOf]] on cross-origin objects to follow the spec. r=bholley,waldo
MozReview-Commit-ID: JI9fbQTS0PS
2017-03-08 03:14:38 -05:00
Mats Palmgren
a6080752fd Bug 1341137 part 4 - Update web-platform-tests expected data. 2017-02-25 11:33:34 +01:00
Jessica Jong
fd41948f34 Bug 1335356 - Part 2: Rename nsContentUtils::NameChanged to QNameChanged and use null prefix. r=smaug 2017-02-20 22:44:00 -05:00
Jessica Jong
717cdae0e0 Bug 1335356 - Part 1: Insert caption and thead in the right order. r=smaug 2017-02-20 22:43:00 -05:00
James Graham
41bb8eb794 Bug 1308969 - Fix cross-origin browser name test, r=Ms2ger
MozReview-Commit-ID: 49stqMka8j5
2017-02-20 11:54:43 +00:00
James Graham
5c1b1b32c1 Bug 1340474 - Remove jQuery link from window handler test, a=testonly
MozReview-Commit-ID: 83pVBC55wIM
2017-02-20 11:54:19 +00:00
James Graham
1f6b7da068 Bug 1340474 - Update web-platform-tests expected data to revision eba2c70d536caaeef540966bc8ac7822417ab867, a=testonly
MozReview-Commit-ID: F1kB3H4bj01
2017-02-20 11:54:14 +00:00
Iris Hsiao
07531c930d Backed out changeset 5ae7735c28ae (bug 1340474) 2017-02-20 15:25:46 +08:00
Iris Hsiao
bf45e495ce Backed out changeset 2c37642c6f4c (bug 1340474) 2017-02-20 15:25:42 +08:00
Iris Hsiao
bc8940e360 Backed out changeset 67538b51b43a (bug 1308969) 2017-02-20 15:25:20 +08:00
James Graham
0d2ef39016 Bug 1308969 - Fix cross-origin browser name test, r=Ms2ger
MozReview-Commit-ID: 49stqMka8j5
2017-02-17 08:06:34 +00:00
James Graham
84e8a382a4 Bug 1340474 - Remove jQuery link from window handler test, a=testonly
MozReview-Commit-ID: 83pVBC55wIM
2017-02-16 13:10:25 +00:00
James Graham
c33afaa41c Bug 1340474 - Update web-platform-tests expected data to revision eba2c70d536caaeef540966bc8ac7822417ab867, a=testonly
MozReview-Commit-ID: F1kB3H4bj01
2017-02-16 11:18:04 +00:00
Carsten "Tomcat" Book
f8bff237f8 Backed out changeset 043404978da9 (bug 1340474) 2017-02-17 13:19:40 +01:00
Carsten "Tomcat" Book
4744b4a1b6 Backed out changeset 656ee234214c (bug 1340474) 2017-02-17 13:19:37 +01:00
Carsten "Tomcat" Book
f5cdf964ff Backed out changeset 65467acedb74 (bug 1308969) 2017-02-17 13:19:26 +01:00
James Graham
a254ebed17 Bug 1308969 - Fix cross-origin browser name test, r=Ms2ger
MozReview-Commit-ID: 49stqMka8j5
2017-02-17 10:08:59 +00:00
James Graham
c6a13cf0b8 Bug 1340474 - Remove jQuery link from window handler test, a=testonly
MozReview-Commit-ID: 83pVBC55wIM
2017-02-17 10:05:36 +00:00
James Graham
a5fa0ff35b Bug 1340474 - Update web-platform-tests expected data to revision eba2c70d536caaeef540966bc8ac7822417ab867, a=testonly
MozReview-Commit-ID: F1kB3H4bj01
2017-02-17 10:05:15 +00:00
Boris Zbarsky
8d7cb13f9f Bug 1306170 part 5. Run the HTML interfaces web platform test in workers as well as windows. r=bkelly 2017-02-13 16:06:46 -05:00
Boris Zbarsky
6f14f9a499 Bug 1306170 part 4. Fix idlharness to properly handle FrozenArray return types. r=bkelly 2017-02-13 16:06:46 -05:00
Boris Zbarsky
c9a8bb910c Bug 1338044. Remove no-longer-relevant failure messages for worker interfaces from a test that doesn't run in a worker. r=jgraham 2017-02-09 10:50:30 -05:00
Jessica Jong
d4c3c8ce4d Bug 1310080 - Implement the step attribute for <input type=datetime-local>. r=smaug 2017-02-07 22:03:00 +08:00
Boris Zbarsky
b6f98211de Bug 1328894 part 3. Throw SyntaxError from Location::SetProtocol on URI parse failures. r=bkelly 2017-02-08 18:19:02 -05:00
Boris Zbarsky
fa5e4e0969 Bug 1328894 part 1. Don't navigate when location.protocol is set to anything other than http or https. r=bkelly 2017-02-08 18:19:01 -05:00
Henry Chang
e014d0875b Bug 973384 - Call |cb| before WebVTTListener::AsyncOnChannelRedirect returns. r=rillian
MozReview-Commit-ID: 32nXdFpgCjg
2017-02-02 11:26:56 +08:00
James Graham
4a1eb94bcf Bug 1335397 - Update wpt metadata to d93247d5cb7d70f80da8b154a171f4e3d50969f4, a=testonly
MozReview-Commit-ID: FIOVYIlW5rP
2017-02-04 09:39:12 +00:00