This website requires JavaScript.
Explore
Help
Sign In
GreenPolyProducts
/
polymer
Watch
5
Star
0
Fork
0
mirror of
https://github.com/Polymer/polymer.git
synced
2026-08-18 17:04:57 -05:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
724e1bc1608cf469362ddea4e4082e4c6f527a7f
polymer
/
test
T
History
Kevin Schaaf
fa96ff3020
Update test to avoid template polypill issues.
2015-11-06 15:28:23 -08:00
..
assets
Tests too
2014-11-19 16:47:46 -08:00
compat
Support paths in all effects. Add tests and docs.
2015-04-16 23:45:00 -07:00
smoke
Fix
#2587
: When Polymer.dom(el).appendChild(node) is called, cleanup work must be performed on the existing parent of node. This change fixes a missing case in this cleanup work: if the existing parent has a observer via
Polymer.dom(parent).observeNodes
, it needs to be notified that node is being removed even if the node does not have specific logical info. For example, if an observed node has no Shady DOM and has a child that is removed. A test for this case was added.
2015-10-16 17:27:51 -07:00
unit
Update test to avoid template polypill issues.
2015-11-06 15:28:23 -08:00
runner.html
Fix Gestures when using SD polyfill
2015-11-04 14:09:49 -08:00