WPT Sync Bot
e0fb3fc586
Update web-platform-tests to revision d6d3f7267e817925131675bfc203c62bda96febe
2018-02-07 23:14:20 -05:00
Josh Matthews
0e1caebaf4
Update web-platform-tests to revision 10168e9a5d44efbc6e7d416d1d454eb9c9f1396c
2018-01-31 12:24:47 -05:00
Anthony Ramine
4d3c932c47
Update web-platform-tests to revision c26470dac73f2df9d4822a0d3482f7eb1ebf57d9
2018-01-16 17:18:09 +01:00
Josh Matthews
2b6f573eb5
Update web-platform-tests to revision be5419e845d39089ba6dc338c1bd0fa279108317
2018-01-09 12:52:27 -05:00
Josh Matthews
8d182cb162
Update expected test results.
2017-11-01 18:22:31 -04:00
Josh Matthews
75736751d9
Update web-platform-tests to revision 14cfa4d648cc1c853b4153268df672d21425f8c1
2017-10-30 18:26:08 -04:00
tigercosmos
c77b61193f
use XML fragment serialization for outerHTML in XML documents
2017-10-16 13:28:23 +08:00
Josh Matthews
1f531f66ea
Update web-platform-tests to revision 8a2ceb5f18911302b7a5c1cd2791f4ab50ad4326
2017-10-12 12:36:21 -04:00
Josh Matthews
3347094373
Update WPT results.
2017-10-05 09:23:30 +02:00
Josh Matthews
665817d2a6
Update web-platform-tests to revision 58eb04cecbbec2e18531ab440225e38944a9c444
2017-04-22 14:17:10 +02:00
Alan Jeffrey
1f61a549a3
Added some same-origin-domain checks.
2017-03-14 14:36:03 -05:00
Ms2ger
4fadf9b0b6
Update web-platform-tests to revision 7a767a52741f628430ffbbed46e7f3df68ba3534
...
Fixes #15648 .
2017-02-20 13:52:41 +01:00
Ms2ger
296fa2512b
Update web-platform-tests and CSS tests.
...
- Update CSS tests to revision e05bfd5e30ed662c2f8a353577003f8eed230180.
- Update web-platform-tests to revision a052787dd5c069a340031011196b73affbd68cd9.
2017-02-06 22:38:29 +01:00
Anthony Ramine
ac254046e4
Implement document.open and document.close ( fixes #14591 )
2017-02-03 16:50:12 +01:00
Josh Matthews
ab42a7b16b
Enable a bunch of tests.
2017-01-25 08:33:25 -05:00
Anthony Ramine
9c87cb7e26
Kill beforescriptexecute and afterscriptexecute ( fixes #12446 )
2017-01-14 16:16:53 +01:00
Anthony Ramine
91717ab17c
Implement HTMLScriptElement async attribute
2017-01-14 14:53:04 +01:00
Anthony Ramine
3e19b37c83
Don't fire a load event on inline scripts
...
https://github.com/whatwg/html/issues/1757
2017-01-13 13:50:31 +01:00
Ms2ger
b86965f394
Implement synchronous about:blank loading.
...
Based on initial work by jdm in <https://github.com/servo/servo/pull/8600 >.
2016-11-30 11:26:35 +01:00
Anthony Ramine
4d93ee134c
Implement document.write ( fixes #3704 )
...
This is a bit crude because of some missing utility methods on BufferQueue.
2016-11-28 23:05:56 +01:00
Anthony Ramine
c801327eab
Rewrite how parser handles script scheduling
2016-11-26 22:58:20 +01:00
Ms2ger
ccdb0a3458
Update web-platform-tests to revision e8bfc205e36ad699601212cd50083870bad9a75d
2016-11-15 09:35:34 +01:00
Ms2ger
3b4f0ec0bb
Update web-platform-tests to revision 3b3585e368841b77caea8576fa56cef91c3fbdf0
2016-09-26 13:24:06 +02:00
Connor Brewster
3389c497c0
Finish hooking up XML parser
...
added script integration with xml5ever
Updated test expectations
Removed timeout test expectation
Refactors
application/xhtml+xml is treated as HTML
Updated xml5ever
Updated Text Expectations
2016-04-27 08:44:13 -06:00
Liamsi
62182f9de9
Use the document base url when resolving script URLs
2016-04-15 00:25:56 +02:00
James Graham
78369e95cf
Update web-platform-tests to 5582e4d2bfcfd1fa9f105406b143170ee2af7db1
2016-04-01 13:38:57 +02:00
Michael Howell
a5a299ea88
Disable template-contents-owner-test-002.html
...
https://github.com/servo/servo/issues/9723
2016-03-24 11:19:11 -07:00
Ms2ger
a91433f0c8
Update web-platform-tests to revision 66c4613f823c4384c78ada77346eda17bb128947
2016-03-15 16:34:24 +01:00
Ms2ger
1f5d8fedd4
Update web-platform-tests to revision 78862c14a70cabb48c685144666912f08e726390
2016-01-18 13:24:36 +01:00
Ms2ger
9aa1b1e408
Update web-platform-tests to revision 5dbe45af3ad3a933c03187c72f1c12cbe2877703
2015-12-10 09:38:01 -05:00
Anthony Ramine
b3820047da
Fix HTMLTemplateElement.innerHTML
...
https://github.com/w3c/DOM-Parsing/issues/1
2015-09-08 10:28:24 +02:00
Anthony Ramine
a5cefe41d0
Implement adopting and cloning steps for HTMLTemplateElement
2015-09-08 10:28:23 +02:00
Anthony Ramine
663f1d65e3
Fix tests in template-contents-owner-document-type.html
...
HTMLDocument isn't a thing anymore.
2015-09-08 10:28:22 +02:00
Anthony Ramine
a7476a758e
Bump html5ever to 0.2.4, <template> support!
...
The failing <img> test comes from the now-correct parsing of <font face> elements
in SVG.
2015-09-08 10:28:21 +02:00
Anthony Ramine
880364b56d
Enable template tests
...
All tests using iframes can't currently pass, same for innerHTML-related tests
with <template> elements. The latter contradicts the spec, see the links below.
https://github.com/servo/html5ever/issues/164
https://github.com/w3c/DOM-Parsing/issues/1
2015-09-08 09:32:50 +02:00
Ms2ger
509b050712
Disable html tests in __dir__.ini rather than include.ini.
...
This ensures those tests are skipped when running ./mach test-wpt html.
2015-09-03 17:02:06 +02:00
Josh Matthews
ef8a127156
Update test expectations. Mark script loads as complete when the response is complete.
2015-05-21 09:53:19 -04:00
Josh Matthews
8082df7d0d
Make external script sources load asynchronously, yet still block further parsing. Hook up document loading to async networking events.
2015-05-20 14:22:09 -04:00
James Graham
291ac06c01
Update web-platform-tests expected data to revision 2a9fd810bb18610b422dbc3998ab74aa1bffae95
2015-04-24 18:31:05 +01:00
Keith Yeung
fdcf9618cb
Handle the for and event attributes on a script element correctly when one of them is present ( fixes #5258 ).
2015-04-01 12:43:17 +02:00
Ms2ger
a8553c3606
Update web-platform-tests.
2015-03-17 22:02:43 +01:00
James Gilbertson
0b085df1bc
Implement 'beforescriptexecute' and 'afterscriptexecute' events.
...
Spec: https://html.spec.whatwg.org/multipage/scripting.html#execute-the-script-block , sections 2.b.2 & 2.b.9
2015-02-25 15:37:54 -07:00
Prabhjyot Singh Sodhi
44e2e2747c
implementing step 12 of 'prepare a script' algorithm
2015-02-21 04:58:27 +05:30
Ms2ger
92a7fee296
Update web-platform-tests.
2015-02-16 19:57:47 +01:00
Eduard Burtescu
f00dc4d54f
Update WPT: script-onload-string is passing now.
2014-12-19 06:29:04 +02:00
Claes 'Letharion' Gyllensvärd
d84c0fc52a
Lower case the type attribute before checking if it's JS
2014-11-18 08:39:59 +01:00
Matt Brubeck
fe123ad07c
Switch to synchronous script loading
...
This removes the old code for asyncronously loading scripts during HTML
parsing and then executing them afterward.
Fixes #3356 .
2014-10-29 14:31:47 -07:00
Jack Moffitt
c6ab60dbfc
Cargoify servo
2014-09-08 20:21:42 -06:00