Ms2ger
5b2ca4d132
Update web-platform-tests to revision 12d3e15e5ecae695e1216c358d613705fbff6b68
2015-07-27 16:31:27 +02:00
Ms2ger
0888e1acac
Add a test for clamping in WebSocket#close.
2015-07-22 17:01:21 +02:00
David Zbarsky
207648f14d
Implement Range#cloneContents
2015-07-17 02:48:39 -04:00
bors-servo
2947d78e4e
Auto merge of #6584 - Ms2ger:wpt_20150709, r=jdm
...
Update web-platform-tests to revision 5e3ea8f49fee68c327388bfd1dd1375a8ce12a0e.
<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.png " height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/6584 )
<!-- Reviewable:end -->
2015-07-14 05:33:35 -06:00
Ms2ger
bfb96b9448
Update web-platform-tests to revision 5e3ea8f49fee68c327388bfd1dd1375a8ce12a0e.
2015-07-14 10:38:54 +02:00
bors-servo
91ce002241
Auto merge of #6554 - dzbarsky:master, r=Ms2ger
...
Test namespace prefix for element equality
<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.png " height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/6554 )
<!-- Reviewable:end -->
2015-07-13 22:24:22 -06:00
Ms2ger
4c0c60a4d6
Return the parsed URL from WebSocket#url.
2015-07-13 14:21:18 +02:00
David Zbarsky
0fa8e51432
Test element prefix for element equality
2015-07-11 02:50:39 -04:00
David Zbarsky
326b2a7161
Test element prefix for element equality
2015-07-10 14:41:37 -04:00
Kevin Ball
9ac5eb3e3c
Fix code review concerns on tests
2015-07-06 08:31:39 -07:00
Kevin Ball
dbbab3b113
Implement Node.baseURI
2015-07-05 15:29:04 -07:00
Ms2ger
3fb5197361
Update web-platform-tests to revision 87398b8448f699e3e324148795891658f2fa16dd
2015-06-30 14:11:21 +02:00
bors-servo
525d483b82
Auto merge of #6448 - servo:wpt_20150623, r=Manishearth
...
Update web-platform-tests to revision 4d96cccabc2feacd48e1dab9afc22b8af2225572
<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.png " height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/6448 )
<!-- Reviewable:end -->
2015-06-28 14:53:18 -06:00
Ms2ger
c66c6af0ba
Update web-platform-tests to revision 4d96cccabc2feacd48e1dab9afc22b8af2225572
2015-06-28 22:52:24 +02:00
Ms2ger
b333501a46
Add a test for insertBefore(x, x), and move the test for replaceChild(x, x) to a better place.
2015-06-28 17:23:31 +02:00
Joel Teichroeb
d33579183a
Implement the Image NamedConstructor for HTMLImageElement
2015-06-24 10:42:54 -07:00
Ms2ger
4a90f21e42
Use hostname rather than host when appending a port manually.
...
The host attribute returns the port as well as the hostname.
2015-06-21 16:52:17 +02:00
Ms2ger
deef342ed8
Don't try to connect to a non-existent WebSocket server on location.host:80.
2015-06-20 17:10:47 +02:00
bors-servo
f8e3f92813
Auto merge of #6358 - Ms2ger:ws-tests, r=jgraham
...
Second try.
<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.png " height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/6358 )
<!-- Reviewable:end -->
2015-06-15 11:42:16 -06:00
Ms2ger
477bfa3675
Remove the SCHEME_AND_DOMAIN constant.
...
All its users are connecting to port 80, which is not typically under the
control of the wpt server.
2015-06-15 17:29:29 +02:00
Ms2ger
e8d691aa03
Don't try to connect to "ws://"+location.host+"/" in WebSocket tests.
...
This will connect on port 80, which is not typically under the control of the
wpt server.
2015-06-14 20:38:04 +02:00
Ms2ger
5cc130727f
Test that the exception doesn't get lost in acceptNode.
...
And it turns out that it does get lost. I have no idea where, but I suspect it
is in SpiderMonkey somewhere. I hope the SpiderMonkey upgrade will fix it.
2015-06-14 20:08:32 +02:00
Ms2ger
90a7ef1571
Throw a TypeError when get_callable_property encounters a value that isn't callable.
2015-06-14 20:08:26 +02:00
Eduard Burtescu
21bb8bf8ad
Update "preserve UserAgent on redirect" test to be browser-agnostic.
2015-06-13 12:14:37 +03:00
Eduard Burtescu
9a87f830fc
Preserve UserAgent header on redirect.
2015-06-12 21:44:22 +03:00
Ms2ger
d9995d9541
Revert "Don't try to connect to "ws://"+location.host+"/" in WebSocket tests."
...
This reverts commit 61a9f9d7d4
.
2015-06-12 10:43:33 +02:00
Ms2ger
2212cacef2
Revert "Remove the SCHEME_AND_DOMAIN constant."
...
This reverts commit 8ddb9cfcb6
.
2015-06-12 10:43:19 +02:00
Ms2ger
8ddb9cfcb6
Remove the SCHEME_AND_DOMAIN constant.
...
All its users are connecting to port 80, which is not typically under the
control of the wpt server.
2015-06-11 21:25:08 +02:00
Ms2ger
61a9f9d7d4
Don't try to connect to "ws://"+location.host+"/" in WebSocket tests.
...
This will connect on port 80, which is not typically under the control of the
wpt server.
2015-06-11 21:16:57 +02:00
Wafflespeanut
1612f723a8
Timestamp fix for issue #5690
2015-06-05 21:57:19 +05:30
bors-servo
99b79fc248
Auto merge of #6222 - Ms2ger:characterdata, r=nox
...
<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.png " height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/6222 )
<!-- Reviewable:end -->
2015-05-30 06:20:57 -05:00
Ms2ger
18ebdf059c
Add a test for non-ASCII strings in CharacterData#substringData.
2015-05-29 19:36:23 +02:00
bors-servo
bf4fc6f388
Auto merge of #5972 - pgonda:remove-children-from-doc, r=jdm
...
<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.png " height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/5972 )
<!-- Reviewable:end -->
2015-05-29 12:03:28 -05:00
Ms2ger
881fe95cd1
Update web-platform-tests to revision 075802c1d3387d07e31cd5887459d539b1297c8d.
2015-05-29 17:53:09 +02:00
Peter
7239d67353
fixes #5963
2015-05-26 10:01:03 -04:00
Ms2ger
b9a01881f8
Update web-platform-tests to revision 1d3af70cfecdc12d737f50cda0f402b092797201.
2015-05-17 14:28:10 +02:00
Ms2ger
391417cb44
Submit the remaining 2dcontext reftests to wpt.
2015-05-16 17:14:26 +02:00
James Graham
5e8b92f3de
Update web-platform-tests to revision 41a7d8732d8e5c65728c153d29a34fe9d5192b29
2015-05-14 13:03:25 +01:00
Josh Matthews
a1ae53a230
Delay stylesheet load in test to increase confidence.
2015-05-11 15:35:10 -04:00
Mátyás Mustoha
9302aaab96
Canvas: implement transformation matrix reset.
2015-05-06 20:37:14 +02:00
Ms2ger
b845ab4725
Submit the drawImage reftests to wpt.
2015-05-04 00:30:02 +02:00
Ms2ger
14e48d959c
Update web-platform-tests to revision fef3eb9bbb033d1d7150f4c70ecc1a5f59bcf115
2015-04-29 22:07:51 +02:00
Ms2ger
107e57809d
Add a non-ASCII test to CharacterData-deleteData.html.
2015-04-28 23:40:04 +02:00
Ms2ger
de12dc814a
Rewrite CharacterData-deleteData.html to be more extensible.
2015-04-28 23:40:01 +02:00
Ms2ger
6efab116e7
Add a non-ASCII test to CharacterData-insertData.html.
2015-04-28 23:39:59 +02:00
Ms2ger
61e8351f28
Rewrite CharacterData-insertData.html to be more extensible.
2015-04-28 23:39:56 +02:00
Ms2ger
51b06bcbaf
Test a non-ASCII argument to CharacterData#appendData.
2015-04-28 23:39:54 +02:00
Ms2ger
173c9721c5
Extend semantics/interfaces.html.
2015-04-28 23:39:52 +02:00
Ms2ger
474a4a5dcb
Make semantics/interfaces.html more extensible.
2015-04-28 23:39:47 +02:00
Ms2ger
93b883e1db
Update web-platform-tests to revision acdb8bf3e4714528b6b5f9ff038dc80ee4fb7dcf
2015-04-27 18:48:44 +02:00