Commit Graph

715 Commits

Author SHA1 Message Date
Alexander Marks
7644464cae Add test for direct assignment to template. 2018-08-10 13:14:55 -07:00
Steve Orvell
59405b57b3 Merge pull request #5261 from Polymer/double-properties-invocation
Ensure properties is only invoked once
2018-08-03 14:10:54 -07:00
Tomek Wytrębowicz
db2f3cc71c Make event notification handler read the value from currentTarget, (#5313)
instead of target which may not be bound to any data.

Fixes https://github.com/Polymer/polymer/issues/5308
2018-08-02 13:14:36 +02:00
Tim van der Lippe
9576bef4d9 Merge branch 'master' into double-properties-invocation 2018-08-02 11:22:34 +02:00
Kevin Schaaf
a78732ffe7 Extend Safari exceptions beyond 10.1 2018-07-12 17:57:34 -07:00
Kevin Schaaf
b1aa3058ca Ignore shady CSS scoping in getComposedHTML 2018-07-11 12:25:26 -07:00
Tim van der Lippe
84455c9ceb Fix method to force CE polyfill on in 3.x 2018-06-28 12:45:47 +02:00
Tim van der Lippe
63c7fc0026 Ensure properties is only called once 2018-06-16 14:06:58 +02:00
Tim van der Lippe
617cb4c995 Remove dom-module in test 2018-06-16 13:59:40 +02:00
Daniel Freedman
44e725b851 fix lint 2018-05-14 17:44:34 -07:00
Daniel Freedman
358a1c6708 Port disabled fixes from 2.x
Related to #5190
Port of #5230 to 3.x
2018-05-14 17:37:43 -07:00
Kevin Schaaf
ecf36f8ac8 Fix lint warning 2018-05-08 15:31:16 -07:00
Steve Orvell
4f3be61eb5 Merge pull request #5222 from Polymer/3.x-remove-template-strings
Removing support for returning strings from template getter.
2018-05-08 13:02:27 -07:00
Kevin Schaaf
ba4491d558 Removing support for returning strings from template getter.
(Per previous documented deprecation: https://www.polymer-project.org/2.0/docs/devguide/dom-template#templateobject)
2018-05-08 12:29:01 -07:00
Tim van der Lippe
eb72d5aabc Add serve command to package.json and update package-lock.json 2018-05-06 15:17:30 +02:00
Kevin Schaaf
8527886093 Exclude all Edge versions from keyframe/font tests. 2018-05-04 09:45:44 -07:00
Kevin Schaaf
90946038af Merge branch '3.x' into 3.x-linter-warnings 2018-04-30 15:07:25 -07:00
Steven Orvell
a11febe7d7 Fix test typo on Chrome 2018-04-30 12:10:00 -07:00
Steven Orvell
8b5803c293 Fixes IE11 test issues
Use <template>.innerHTML when adding test elements to main document. Works around a template polyfill issue (https://github.com/webcomponents/template/issues/40) by setting innerHTML on a <template> element so that inner templates are correctly updated.
2018-04-30 10:55:18 -07:00
Steven Orvell
26747422d3 Fixes styling tests related to using HTML Imports
* [styling-scoped.html] remove test for <link rel="import" type="css"> as this is no longer supported
* [custom-style-async.html] convert test that used importHref to use dynamic import
2018-04-26 17:18:07 -07:00
Steven Orvell
a4d80d0929 Update to webcomponents 2.0.0 and webcomponents-bundle.js 2018-04-26 15:43:17 -07:00
Tim van der Lippe
268313d148 Merge branch '3.x-tests' into 3.x-linter-warnings 2018-04-26 12:19:51 +02:00
Kevin Schaaf
bff03b2d7f Fix meaningful whitespace in test assertion 2018-04-23 22:43:37 -07:00
Kevin Schaaf
3f24f71d06 Fix latent mistake using old SD API 2018-04-23 22:24:21 -07:00
Kevin Schaaf
7f9de46c72 Add global for wct callback when amd compiling 2018-04-23 22:14:04 -07:00
Kevin Schaaf
a93f81f17b Eliminate pre-module code from resolveUrl tests 2018-04-23 22:10:25 -07:00
Kevin Schaaf
d6821e455f Add some global whitelists 2018-04-20 13:08:33 -07:00
Tim van der Lippe
6d240138af Fix ESLint warnings 2018-04-20 17:20:16 +02:00
Kevin Schaaf
1761c79b35 Eliminate more canonical path usage 2018-04-19 18:19:39 -07:00
Kevin Schaaf
4b7cd869a4 Eliminate canonical path to wcjs 2018-04-19 17:35:25 -07:00
Kevin Schaaf
f39aaa8c76 Remove extra polymer-legacy.js imports 2018-04-19 17:27:03 -07:00
Kevin Schaaf
8069dff4cd Clean up Polymer fn import 2018-04-19 17:06:55 -07:00
Kevin Schaaf
f1266845e5 Add WCT config used by all tests 2018-04-19 16:27:06 -07:00
Elliott Marquez
180a92ff28 add sill-relevant, deleted tests back in 2018-04-19 10:10:56 -07:00
Elliott Marquez
d913614db9 manually change inter-package dep imports from paths to names 2018-04-18 15:44:50 -07:00
Elliott Marquez
0c8506591a manually add assetpath (import.meta.url) for tests that require it 2018-04-17 16:49:00 -07:00
Elliott Marquez
09b11fa4fa move behavior definition to before usage 2018-04-17 16:25:00 -07:00
Elliott Marquez
ec36165ec9 define omitted class declaration 2018-04-17 16:21:06 -07:00
Elliott Marquez
5ce0d24d37 remove &lt; and replace with < for innerHTML 2018-04-17 11:54:44 -07:00
Elliott Marquez
0caa7dab81 fixed typo causing test to fail 2018-04-17 11:49:26 -07:00
Elliott Marquez
6c7c770c6c fix missing dom-module in modulization 2018-04-17 11:44:42 -07:00
Elliott Marquez
12a650b19f revert module wait 2018-04-17 11:43:01 -07:00
Elliott Marquez
f037640614 wait for elements in other modules to be defined 2018-04-17 11:38:26 -07:00
Elliott Marquez
0985652eea no more undefined.hasShadow 2018-04-17 11:36:20 -07:00
Elliott Marquez
57d4190c35 removed link rel import type css tests 2018-04-17 11:27:44 -07:00
Elliott Marquez
6905dd10d8 delete debugger 2018-04-17 11:19:49 -07:00
Elliott Marquez
811ee301a5 skip link rel import type css tests on native imports 2018-04-17 11:18:20 -07:00
Elliott Marquez
a52148a307 add missing css html import 2018-04-17 11:18:01 -07:00
Peter Burns
232b004285 Import Polymer function in tests from legacy/polymer-fn.js 2018-04-16 11:23:57 -07:00
Peter Burns
ac2fa81fb7 Fixup a few places where comments were misplaced. 2018-04-16 11:23:56 -07:00