Jacob MacDonald
Jacob MacDonald
Currently the iron-request, iron-ajax, and iron-form tests are actually serving static files instead of using a mock server. This only supports GET requests, and doesn't allow us to modify response...
The `added values reflect 1-to-1 in the DOM` is failing, but `data` is updated on the dom-bind element :/
The `detach resizables then notify parent` test fails, `testEl.$['shadow2d'].$['resizable']` never gets a resize event
The test runner unfortunately runs them in really small windows, so they fail.
Left these out on the original implementation since we would need to mock out the server to spoof status codes. Also its not particularly interesting on the dart side.
Either through package bots or some other solution, package bots may be the easiest though.
See the skipped test in iron_ajax_test.dart
We need to do some work to make angular2 compatible with `Polymer.dom`. cc @justinfagnani
This issue is a meta task for the polymer elements - [x] Generate the element wrappers - [x] Add tests! https://github.com/dart-lang/polymer_elements/issues/1 - [ ] Make sure an acceptable number of...