WPT Sync Bot
71dcf37d55
Update web-platform-tests to revision 0f0b7a7e353421b600ee555bf354d3a98bb603ae
2019-02-01 22:58:23 -05:00
WPT Sync Bot
02c1eed999
Update web-platform-tests to revision 74bae78af4b95a2f0ca3a81df9c7fe3143f24bbc
2019-01-17 22:34:16 -05:00
ddh
26007fddd3
refactored performance timing to align with updated spec
...
refactoring with ResourceFetchMetadata
implemented deprecated window.timing functionality
created ResourceTimingListener trait
fixed w3c links in navigation timing
updated include.ini to run resource timing tests on ci
2018-11-20 16:21:32 +00:00
WPT Sync Bot
7295abcc2a
Update web-platform-tests to revision 36634cbcf3253dfe8d220990a27ad4eeebf8ec2f
2018-09-27 23:48:13 -04:00
WPT Sync Bot
a5af9a106a
Update web-platform-tests to revision 3f9178031eec5374c9a7d5709a7e11ba4a1955ed
2018-07-22 22:39:46 -04:00
Connor Brewster
61442cce4b
Track hash changes in session history
...
Notify history changed on pushState and scroll to frag
2018-07-21 12:38:51 -06:00
WPT Sync Bot
8c46b67f8e
Update web-platform-tests to revision 4333a1d2f109795547fc5e22ebfc8481fa649de7
2018-06-22 22:44:39 -04:00
WPT Sync Bot
7d1071a6a4
Update web-platform-tests to revision 5084587f6b05bf99ad09e7844be66dcc61070cdf
2018-04-26 10:56:37 +02:00
Anthony Ramine
cd2b3017c3
Move shadow stuff to its own test in link-rel-attribute.html
2018-04-24 12:21:18 +02:00
WPT Sync Bot
e891345f26
Update web-platform-tests to revision 4a5223502fa660ce03e470af6a61c8bc26c5a8ee
2018-04-23 23:10:53 -04:00
WPT Sync Bot
0a3e19aac8
Update web-platform-tests to revision 592e2ed83ecd717392d37047536250ba74f1bafa
2018-03-28 22:44:05 -04:00
Anthony Ramine
7e6290451f
Update web-platform-tests to revision ddfc95cf0493ae147a4f6a4d7be8eff1a0c23098
2018-01-18 11:04:13 +01:00
Josh Matthews
1f531f66ea
Update web-platform-tests to revision 8a2ceb5f18911302b7a5c1cd2791f4ab50ad4326
2017-10-12 12:36:21 -04:00
Anthony Ramine
605c679fee
Fix URL attributes
...
URL attributes should always use AttrValue::Url, and the input should be
resolved against the document's base URL at setting time always.
2017-10-11 13:56:07 +02:00
Keith Yeung
7456bcf02b
Support lang pseudo class
2017-02-27 17:21:20 -08:00
Ms2ger
4fadf9b0b6
Update web-platform-tests to revision 7a767a52741f628430ffbbed46e7f3df68ba3534
...
Fixes #15648 .
2017-02-20 13:52:41 +01:00
Ms2ger
d6ba94ca28
Update web-platform-tests to revision 3137d1d2d7757366a69f8a449b458b5057e0e81e
2016-12-28 11:34:21 +01:00
Emilio Cobos Álvarez
d4d4af9cf7
Update test expectations.
2016-12-16 16:57:21 +01:00
Manish Goregaokar
262408d9cb
Update test expectations
2016-11-23 09:30:34 -08:00
Ms2ger
3b4f0ec0bb
Update web-platform-tests to revision 3b3585e368841b77caea8576fa56cef91c3fbdf0
2016-09-26 13:24:06 +02:00
Nikhil Shagrithaya
9d378ceb74
use .set_tokenlist_attribute to set rel content attribute in SetRel
...
Removed .ini files expecting crashes
2016-09-23 17:36:59 +00:00
Ying-Ruei Liang(KK)
a7639d9d0f
Update test expectations
2016-09-21 01:41:46 +08:00
Ms2ger
b97474fbba
Update web-platform-tests to revision 697b971060b2d475a73c1c3755232a4674d61cf5
2016-05-10 12:17:47 +02:00
bors-servo
210803b4b2
Auto merge of #10887 - askeing:fix_10374, r=KiChjang
...
Dispatch error event when link elements get invalid response
fix #10374
<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg " height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/10887 )
<!-- Reviewable:end -->
2016-04-28 14:30:04 -07:00
askeing
71829c787d
remove ini file due to test are expected to pass
2016-04-28 15:05:54 +08:00
askeing
80fd18676f
Dispatch error event when link elements get invalid response
2016-04-28 13:06:16 +08: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
Keith Yeung
4a1eb47937
Implement HTMLBaseElement attributes
2016-04-13 08:57:17 -04:00
Ms2ger
dba68269e0
Update web-platform-tests to revision 15ad8eaadd91425cc9331b2e658d4c2796ae5ad8
2016-04-04 09:43:55 +02:00
James Graham
78369e95cf
Update web-platform-tests to 5582e4d2bfcfd1fa9f105406b143170ee2af7db1
2016-04-01 13:38:57 +02:00
Eduard Burtescu
1060c42225
Use <base> in resolving url attributes (like "href").
2016-03-29 13:44:38 +03:00
Ms2ger
6ce5b7527a
Ensure that base_multiple.html fails rather than times out in the typical failure case.
2016-02-10 09:20:04 -05:00
Josh Matthews
e9b98ad5fa
Make iframes block the enclosing document's load event. Fixes #6663 .
2016-02-10 09:20:00 -05:00
Ms2ger
3bbee99cdb
Update web-platform-tests to revision a3b0fadc7f5001bbe52c65e0a354c454981423a3
2015-11-30 13:44:18 +01:00
James Graham
291ac06c01
Update web-platform-tests expected data to revision 2a9fd810bb18610b422dbc3998ab74aa1bffae95
2015-04-24 18:31:05 +01:00
Ms2ger
a8553c3606
Update web-platform-tests.
2015-03-17 22:02:43 +01:00
Josh Matthews
9a3d58032d
Update WPT expectations.
2015-03-03 16:25:40 -05:00
Glenn Watson
980b1efb72
Dispatch a load event at iframes. Fixes #4350 .
2015-02-11 09:07:05 +10:00
Ms2ger
29e250d4ac
Update web-platform-tests and wptrunner.
2015-01-14 15:20:41 +01:00
Tetsuharu OHZEKI
d8fed6dbd4
Change the reason of disable /html/semantics/document-metadata/the-base-element/base_multiple.html
...
We haven't support the propagation of load event from iframe.
2015-01-10 04:05:46 +09:00
Achal Shah
23ed1f705b
Implement HTML{Anchor,Area,Link}Element.relList.
...
https://github.com/servo/servo/issues/3994
2014-11-23 23:37:13 -08:00
Ms2ger
45701002a3
Implement HTMLElement.title.
2014-11-05 22:08:36 +01:00
Jack Moffitt
c6ab60dbfc
Cargoify servo
2014-09-08 20:21:42 -06:00