Commit Graph

13 Commits

Author SHA1 Message Date
Daniel Freedman
82964dec42 Fix WebComponents tests status
- Removed some unnecessary tests
- Accounted for some platform oddities
- Disabled MutationObserver tests for platforms with native MutationObserver

Results:
- 100% green in firefox and chrome
- HTMLTemplateElement errors in CustomElements tests (missing import)
- Expected ShadowDOM webgl errors in Safari 9
2015-12-15 13:53:16 -08:00
Daniel Freedman
ef97843756 Fix wct/browser.js load order, simplify travis config 2015-10-23 14:28:57 -07:00
Daniel Freedman
93f058c9b3 It works!
disable a few busted tests
2015-10-19 15:20:33 -07:00
Daniel Freedman
4c83dc2a00 HTMLImports ported to WCT 2015-10-19 11:36:19 -07:00
Daniel Freedman
343c068cb3 partial htmlimports 2015-10-16 11:34:03 -07:00
Steven Orvell
c2d7ca1726 Avoid loading style/link elements with type attribute; ensure that load event fired by setting style.textContent (FF only) is ignored. 2015-07-23 19:39:55 -07:00
Daniel Freedman
8a8846e6d4 Run application/javascript scripts
Add tests for text/javascript and application/javascript

Fixes #273 Safari fails to load imported script when type is specified.
2015-05-22 16:33:29 -07:00
pflannery
2709945c1d Sends detailed import load\error info to callback
- Passes detail to HTMLImportsLoaded event
- Adds tests to check allImports, loadedImports and errorImports are reported correctly during HTMLImportsLoaded event
2015-02-17 17:03:23 +00:00
Steve Orvell
45eed998cc Make an import without an href properly generate an error event. 2014-12-15 17:49:12 -08:00
Ian MacLeod
7dc6731eb9 Consistent license headers 2014-11-24 17:04:36 -08:00
Keanu Lee
518660b119 CustomEvent detail test for CustomElements and HTMLImports 2014-11-20 12:29:37 -08:00
Steve Orvell
e4fbeebfd4 Fixes #60. 2014-11-18 19:01:21 -08:00
Steve Orvell
845215a3e1 Consolidate web components polyfilsl for easier maintenance and distribution. 2014-10-13 08:35:28 -07:00