dart-sdk/tests/html
2015-04-23 20:42:28 +00:00
..
custom Better way of fixing attribute_changed_callback_test, doesn't require a timer 2015-04-07 20:52:54 +00:00
dromaeo_noop using unittest via package import 2014-04-09 19:42:11 +00:00
Ahem.ttf Make dartj2s do type conversions on constructor arguments 2015-03-25 17:39:49 +00:00
async_cancellingisolate.dart Add tests for timers in background isolates in Dartium. 2015-03-04 17:31:20 +00:00
async_oneshot.dart Add tests for timers in background isolates in Dartium. 2015-03-04 17:31:20 +00:00
async_periodictimer.dart Add tests for timers in background isolates in Dartium. 2015-03-04 17:31:20 +00:00
async_spawnuri_test.dart Add tests for timers in background isolates in Dartium. 2015-03-04 17:31:20 +00:00
async_test.dart Add tests for timers in background isolates in Dartium. 2015-03-04 17:31:20 +00:00
audiobuffersourcenode_test.dart using unittest via package import 2014-04-09 19:42:11 +00:00
audiocontext_test.dart Add webkitAudioPannerNode as an optional name 2015-01-26 20:27:23 +00:00
audioelement_test.dart Workaround for canPlayType in Dartium 2014-11-25 20:12:05 +00:00
b_element_test.dart using unittest via package import 2014-04-09 19:42:11 +00:00
blob_constructor_test.dart using unittest via package import 2014-04-09 19:42:11 +00:00
cache_test.dart using unittest via package import 2014-04-09 19:42:11 +00:00
callbacks_test.dart using unittest via package import 2014-04-09 19:42:11 +00:00
canvas_pixel_array_type_alias_test.dart dart2js: Fix csp minified. 2015-04-13 07:49:54 +00:00
canvas_test.dart using unittest via package import 2014-04-09 19:42:11 +00:00
canvasrenderingcontext2d_test.dart Fix canvas test for Chrome 37 2014-07-30 07:35:19 +00:00
cdata_test.dart using unittest via package import 2014-04-09 19:42:11 +00:00
client_rect_test.dart using unittest via package import 2014-04-09 19:42:11 +00:00
cross_domain_iframe_script.html html/cross_domain_iframe_test: Use external JS file, inline JS not possible in csp mode 2014-07-24 08:42:31 +00:00
cross_domain_iframe_script.js html/cross_domain_iframe_test: Use external JS file, inline JS not possible in csp mode 2014-07-24 08:42:31 +00:00
cross_domain_iframe_test.dart Bugfix in html_dart2js: Detect window objects in a way compatible with cross domain iframes 2014-07-23 20:16:31 +00:00
cross_frame_test.dart using unittest via package import 2014-04-09 19:42:11 +00:00
crypto_test.dart using unittest via package import 2014-04-09 19:42:11 +00:00
css_rule_list_test.dart using unittest via package import 2014-04-09 19:42:11 +00:00
css_test.dart Fixed tests for DOMPoint support for dart2js. 2015-03-01 18:01:53 +00:00
cssstyledeclaration_test.dart Reapply 38999. Third time's the charm! The issue was supportsTransitions was a 2014-08-07 18:36:23 +00:00
custom_element_method_clash_test.dart dart2js: Refactoring, documentation, and a few bugfixes in Namer class. 2015-02-27 14:20:49 +00:00
custom_element_method_clash_test.html dart2js: Refactoring, documentation, and a few bugfixes in Namer class. 2015-02-27 14:20:49 +00:00
custom_element_name_clash_test.dart dart2js: Refactoring, documentation, and a few bugfixes in Namer class. 2015-02-27 14:20:49 +00:00
custom_element_name_clash_test.html dart2js: Refactoring, documentation, and a few bugfixes in Namer class. 2015-02-27 14:20:49 +00:00
custom_elements_23127_test.dart Fix order of parameters in intercepted generative constructor body. 2015-04-10 03:18:05 +00:00
custom_elements_23127_test.html Fix order of parameters in intercepted generative constructor body. 2015-04-10 03:18:05 +00:00
custom_elements_test.dart [dart:html] rename register to registerElement per spec 2014-05-06 20:41:07 +00:00
custom_elements_test.html mark public package dependencies test as failing since web_components isn 't yet published 2014-12-04 21:24:10 +00:00
custom_tags_test.dart using unittest via package import 2014-04-09 19:42:11 +00:00
dart_object_local_storage_test.dart using unittest via package import 2014-04-09 19:42:11 +00:00
datalistelement_test.dart using unittest via package import 2014-04-09 19:42:11 +00:00
deferred_multi_app.dart Fix deferred loading with multiple apps on same page. 2015-01-07 14:05:51 +00:00
deferred_multi_app_htmltest.html Reapply r44240 "fix deferred_multi_app test and change test status to reflect dartium fix" 2015-03-09 22:09:39 +00:00
deferred_multi_app_lib.dart Fix deferred loading with multiple apps on same page. 2015-01-07 14:05:51 +00:00
document_test.dart using unittest via package import 2014-04-09 19:42:11 +00:00
documentfragment_test.dart using unittest via package import 2014-04-09 19:42:11 +00:00
dom_constructors_test.dart using unittest via package import 2014-04-09 19:42:11 +00:00
dom_isolates_test.dart.child_isolate.dart Implement spawnDomUri. 2013-04-02 12:48:34 +00:00
domparser_test.dart using unittest via package import 2014-04-09 19:42:11 +00:00
dromaeo_smoke-html.html Create generated tests inside the build directory 2013-02-21 08:10:37 +00:00
dromaeo_smoke_test.dart using unittest via package import 2014-04-09 19:42:11 +00:00
element_add_test.dart Improve document.appendText test as a follow up to "Fix Try Dart newline handling on IE11". 2014-08-28 22:35:50 +00:00
element_animate_test.dart Test for the correct class in AnimationPlayer.supported and fix Dartium suppressions 2015-03-23 22:07:59 +00:00
element_classes_svg_test.dart - Fork implementation for Dartium and dart2js. Dartium is working fine. 2015-04-03 23:00:28 +00:00
element_classes_test.dart Enforce token syntax for CssClassSet arguments 2015-04-21 01:32:49 +00:00
element_constructor_1_test.dart using unittest via package import 2014-04-09 19:42:11 +00:00
element_dimensions_test.dart Reapply Box Model convenience classes 2013-07-19 19:46:36 +00:00
element_offset_test.dart Update offset tests for different text layout in Chrome 40 2015-03-05 17:58:57 +00:00
element_test.dart Cleanup method signatures that were incorrect due to a lack of understanding about how Dart generics work. 2015-02-06 19:15:49 +00:00
element_types_constructors1_test.dart Fix element_types_constructors split out tests 2015-03-09 17:54:14 +00:00
element_types_constructors2_test.dart Fix element_types_constructors split out tests 2015-03-09 17:54:14 +00:00
element_types_constructors3_test.dart Fix element_types_constructors split out tests 2015-03-09 17:54:14 +00:00
element_types_constructors4_test.dart Fix element_types_constructors split out tests 2015-03-09 17:54:14 +00:00
element_types_constructors5_test.dart Fix element_types_constructors split out tests 2015-03-09 17:54:14 +00:00
element_types_constructors6_test.dart Fix element_types_constructors split out tests 2015-03-09 17:54:14 +00:00
element_types_test.dart Split the constructors group in element_types_test into multiple files to narrow down timeouts 2015-03-09 16:42:00 +00:00
event_customevent_test.dart using unittest via package import 2014-04-09 19:42:11 +00:00
event_test.dart using unittest via package import 2014-04-09 19:42:11 +00:00
events_test.dart Upgrading tests with unittest deprecations 2014-03-31 18:33:18 +00:00
exceptions_test.dart using unittest via package import 2014-04-09 19:42:11 +00:00
fileapi_test.dart using unittest via package import 2014-04-09 19:42:11 +00:00
filereader_test.dart Upgrading tests with unittest deprecations 2014-03-31 18:33:18 +00:00
fontface_loaded_test.dart Reapply "Stop suppressing generation of bindings with Promise. Add some tests for DOM APIs that answer promises." 2014-10-20 18:27:03 +00:00
fontface_test.dart Make dartj2s do type conversions on constructor arguments 2015-03-25 17:39:49 +00:00
form_data_test.dart using unittest via package import 2014-04-09 19:42:11 +00:00
form_element_test.dart using unittest via package import 2014-04-09 19:42:11 +00:00
geolocation_test.dart using unittest via package import 2014-04-09 19:42:11 +00:00
hidden_dom_1_test.dart using unittest via package import 2014-04-09 19:42:11 +00:00
hidden_dom_2_test.dart using unittest via package import 2014-04-09 19:42:11 +00:00
history_test.dart using unittest via package import 2014-04-09 19:42:11 +00:00
html.status Address issue 13719, cleanup the status file to reflect reality. 2015-04-23 20:42:28 +00:00
htmlcollection_test.dart using unittest via package import 2014-04-09 19:42:11 +00:00
htmlelement_test.dart using unittest via package import 2014-04-09 19:42:11 +00:00
htmloptionscollection_test.dart using unittest via package import 2014-04-09 19:42:11 +00:00
indexeddb_1_test.dart using unittest via package import 2014-04-09 19:42:11 +00:00
indexeddb_2_test.dart using unittest via package import 2014-04-09 19:42:11 +00:00
indexeddb_3_test.dart using unittest via package import 2014-04-09 19:42:11 +00:00
indexeddb_4_test.dart using unittest via package import 2014-04-09 19:42:11 +00:00
indexeddb_5_test.dart using unittest via package import 2014-04-09 19:42:11 +00:00
input_element_test.dart Also test setting input field to null via undefined. 2014-11-14 09:13:19 +00:00
instance_of_test.dart using unittest via package import 2014-04-09 19:42:11 +00:00
interactive_test.dart using unittest via package import 2014-04-09 19:42:11 +00:00
isolates_test.dart using unittest via package import 2014-04-09 19:42:11 +00:00
js_interop_1_test.dart using unittest via package import 2014-04-09 19:42:11 +00:00
js_test.dart using unittest via package import 2014-04-09 19:42:11 +00:00
keyboard_event_test.dart using unittest via package import 2014-04-09 19:42:11 +00:00
localstorage_test.dart using unittest via package import 2014-04-09 19:42:11 +00:00
location_test.dart using unittest via package import 2014-04-09 19:42:11 +00:00
media_stream_test.dart using unittest via package import 2014-04-09 19:42:11 +00:00
mediasource_test.dart Add MediaSource.supported, annotations for supported browsers, and a minimal test 2015-03-13 17:31:42 +00:00
messageevent_test.dart Run new MessageEvent constructor instead of initMessageEvent in Firefox. 2014-06-30 23:03:00 +00:00
mouse_event_test.dart Deprecate MouseEvent.elementTo and elementFrom since they have the same 2014-08-08 21:07:24 +00:00
mutationobserver_test.dart using unittest via package import 2014-04-09 19:42:11 +00:00
native_gc_test.dart using unittest via package import 2014-04-09 19:42:11 +00:00
navigator_test.dart using unittest via package import 2014-04-09 19:42:11 +00:00
no_linked_scripts_htmltest.html Refactor browser test enqueuing in test scripts. 2014-11-10 13:37:40 +00:00
node_test.dart Make Node.nodes.insertAll work for an end-positioned index. 2014-09-30 17:54:03 +00:00
node_validator_important_if_you_suppress_make_the_bug_critical_test.dart "Reverting 45351" 2015-04-22 17:51:58 +00:00
non_instantiated_is_test.dart using unittest via package import 2014-04-09 19:42:11 +00:00
notification_test.dart Fix notification 2015-03-13 17:21:31 +00:00
performance_api_test.dart using unittest via package import 2014-04-09 19:42:11 +00:00
postmessage_structured_test.dart Move test to a separate group and suppress on Dartium 2015-01-30 19:06:18 +00:00
query_test.dart using unittest via package import 2014-04-09 19:42:11 +00:00
queryall_test.dart using unittest via package import 2014-04-09 19:42:11 +00:00
range_test.dart using unittest via package import 2014-04-09 19:42:11 +00:00
request_animation_frame_test.dart using unittest via package import 2014-04-09 19:42:11 +00:00
rtc_test.dart using unittest via package import 2014-04-09 19:42:11 +00:00
scripts_htmltest.html Support dart and js scripts in HTML tests, on dartium. 2014-11-06 17:03:24 +00:00
scripts_test_dart.dart Add HTML test with two dart scripts on one page. 2014-11-18 09:26:54 +00:00
scripts_test_js.js Support dart and js scripts in HTML tests, on dartium. 2014-11-06 17:03:24 +00:00
selectelement_test.dart using unittest via package import 2014-04-09 19:42:11 +00:00
serialized_script_value_test.dart using unittest via package import 2014-04-09 19:42:11 +00:00
shadow_dom_test.dart using unittest via package import 2014-04-09 19:42:11 +00:00
shadowroot_test.dart using unittest via package import 2014-04-09 19:42:11 +00:00
small.mp4 Unrevert https://codereview.chromium.org/12722009/ 2013-03-21 21:22:49 +00:00
small.webm Unrevert https://codereview.chromium.org/12722009/ 2013-03-21 21:22:49 +00:00
speechrecognition_test.dart using unittest via package import 2014-04-09 19:42:11 +00:00
storage_quota_test.dart Reapply "Stop suppressing generation of bindings with Promise. Add some tests for DOM APIs that answer promises." 2014-10-20 18:27:03 +00:00
storage_test.dart using unittest via package import 2014-04-09 19:42:11 +00:00
streams_test.dart using unittest via package import 2014-04-09 19:42:11 +00:00
svg_test.dart This is an updated version of https://codereview.chromium.org/16374007/ 2013-08-28 01:03:01 +00:00
svgelement_test.dart Enforce token syntax for CssClassSet arguments 2015-04-21 01:32:49 +00:00
table_test.dart using unittest via package import 2014-04-09 19:42:11 +00:00
touchevent_test.dart using unittest via package import 2014-04-09 19:42:11 +00:00
track_element_constructor_test.dart Some browsers don't support TrackElement 2013-05-16 13:15:22 +00:00
transferables_test.dart using unittest via package import 2014-04-09 19:42:11 +00:00
transition_event_test.dart using unittest via package import 2014-04-09 19:42:11 +00:00
two_scripts_htmltest.html Add HTML test with two dart scripts on one page. 2014-11-18 09:26:54 +00:00
two_scripts_test_first.dart Add HTML test with two dart scripts on one page. 2014-11-18 09:26:54 +00:00
two_scripts_test_second.dart Add HTML test with two dart scripts on one page. 2014-11-18 09:26:54 +00:00
typed_arrays_1_test.dart using unittest via package import 2014-04-09 19:42:11 +00:00
typed_arrays_2_test.dart using unittest via package import 2014-04-09 19:42:11 +00:00
typed_arrays_3_test.dart using unittest via package import 2014-04-09 19:42:11 +00:00
typed_arrays_4_test.dart using unittest via package import 2014-04-09 19:42:11 +00:00
typed_arrays_5_test.dart using unittest via package import 2014-04-09 19:42:11 +00:00
typed_arrays_arraybuffer_test.dart using unittest via package import 2014-04-09 19:42:11 +00:00
typed_arrays_dataview_test.dart using unittest via package import 2014-04-09 19:42:11 +00:00
typed_arrays_range_checks_test.dart using unittest via package import 2014-04-09 19:42:11 +00:00
typed_arrays_simd_test.dart using unittest via package import 2014-04-09 19:42:11 +00:00
typing_test.dart using unittest via package import 2014-04-09 19:42:11 +00:00
unknownelement_test.dart using unittest via package import 2014-04-09 19:42:11 +00:00
uri_test.dart using unittest via package import 2014-04-09 19:42:11 +00:00
url_test.dart using unittest via package import 2014-04-09 19:42:11 +00:00
util.dart using unittest via package import 2014-04-09 19:42:11 +00:00
utils.dart introduce web_components pkg to replace shadow_dom, html_import, custom_element. This new package is 100% compatible with the polyfills used by http://www.polymer-project.org/ 2014-02-11 01:15:05 +00:00
webgl_1_test.dart using unittest via package import 2014-04-09 19:42:11 +00:00
websocket_test.dart using unittest via package import 2014-04-09 19:42:11 +00:00
websql_test.dart using unittest via package import 2014-04-09 19:42:11 +00:00
wheelevent_test.dart using unittest via package import 2014-04-09 19:42:11 +00:00
window_eq_test.dart using unittest via package import 2014-04-09 19:42:11 +00:00
window_mangling_test.dart using unittest via package import 2014-04-09 19:42:11 +00:00
window_nosuchmethod_test.dart using unittest via package import 2014-04-09 19:42:11 +00:00
window_test.dart using unittest via package import 2014-04-09 19:42:11 +00:00
worker_api_test.dart Upgrading tests with unittest deprecations 2014-03-31 18:33:18 +00:00
worker_test.dart Attempted fix for Firefox flakiness. 2014-05-28 09:05:41 +00:00
xhr_cross_origin_data.txt Unflake-ify xhr_cross_origin_test. 2012-10-17 20:48:53 +00:00
xhr_cross_origin_test.dart using unittest via package import 2014-04-09 19:42:11 +00:00
xhr_test.dart Re-land r41544 "Update dart binaries used for running tests to version 1.7.2" 2014-11-06 15:28:56 +00:00
xsltprocessor_test.dart using unittest via package import 2014-04-09 19:42:11 +00:00