Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(16)

Side by Side Diff: tests/html/html.status

Issue 1075693002: Fix issues with foreignobject sanitizing (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « sdk/lib/html/dartium/html_dartium.dart ('k') | tests/html/node_validator_test.dart » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file
2 # for details. All rights reserved. Use of this source code is governed by a 2 # for details. All rights reserved. Use of this source code is governed by a
3 # BSD-style license that can be found in the LICENSE file. 3 # BSD-style license that can be found in the LICENSE file.
4 4
5 event_test: Skip # Issue 1996 5 event_test: Skip # Issue 1996
6 interactive_test: Skip # Must be run manually. 6 interactive_test: Skip # Must be run manually.
7 dromaeo_smoke_test: Skip # Issue 14521, 8257 7 dromaeo_smoke_test: Skip # Issue 14521, 8257
8 cross_frame_test: Skip # Test reloads itself. Issue 18558 8 cross_frame_test: Skip # Test reloads itself. Issue 18558
9 svgelement_test/constructors: Skip # Temporary suppression, WIP alanknight 9 svgelement_test/constructors: Skip # Temporary suppression, WIP alanknight
10 10
(...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after
126 canvasrenderingcontext2d_test/drawImage_video_element: Fail # IE does not suppor t drawImage w/ video element 126 canvasrenderingcontext2d_test/drawImage_video_element: Fail # IE does not suppor t drawImage w/ video element
127 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Fail # IE does no t support drawImage w/ video element 127 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Fail # IE does no t support drawImage w/ video element
128 no_linked_scripts_htmltest: Skip # Times out on IE. Issue 21537 128 no_linked_scripts_htmltest: Skip # Times out on IE. Issue 21537
129 scripts_htmltest: Skip # Times out on IE. Issue 21537 129 scripts_htmltest: Skip # Times out on IE. Issue 21537
130 two_scripts_htmltest: Skip # Times out on IE. Issue 21537 130 two_scripts_htmltest: Skip # Times out on IE. Issue 21537
131 deferred_multi_app_htmltest: Skip # Times out on IE. Issue 21537 131 deferred_multi_app_htmltest: Skip # Times out on IE. Issue 21537
132 localstorage_test: Pass, RuntimeError # Issue 22166 132 localstorage_test: Pass, RuntimeError # Issue 22166
133 storage_test: Pass, RuntimeError # Issue 22166 133 storage_test: Pass, RuntimeError # Issue 22166
134 postmessage_structured_test/more_primitives: Fail # Does not support the Message Event constructor. 134 postmessage_structured_test/more_primitives: Fail # Does not support the Message Event constructor.
135 notification_test/supported_notification: Fail # Notification not supported on I E 135 notification_test/supported_notification: Fail # Notification not supported on I E
136 node_validator_test/allowSvg: Fail # Temporary suppression WIP alanknight
137 136
138 [$runtime == ie10 || $runtime == ie11 || ($runtime == chrome && $system == macos )] 137 [$runtime == ie10 || $runtime == ie11 || ($runtime == chrome && $system == macos )]
139 transition_event_test/functional: Skip # Times out. Issue 22167 138 transition_event_test/functional: Skip # Times out. Issue 22167
140 request_animation_frame_test: Skip # Times out. Issue 22167 139 request_animation_frame_test: Skip # Times out. Issue 22167
141 140
142 [$runtime == ie10 ] 141 [$runtime == ie10 ]
143 # IE10 Feature support statuses- 142 # IE10 Feature support statuses-
144 # All changes should be accompanied by platform support annotation changes. 143 # All changes should be accompanied by platform support annotation changes.
145 audiobuffersourcenode_test/supported: Fail 144 audiobuffersourcenode_test/supported: Fail
146 audiocontext_test/supported: Fail 145 audiocontext_test/supported: Fail
(...skipping 257 matching lines...) Expand 10 before | Expand all | Expand 10 after
404 htmlelement_test: StaticWarning 403 htmlelement_test: StaticWarning
405 localstorage_test: StaticWarning 404 localstorage_test: StaticWarning
406 mutationobserver_test: StaticWarning 405 mutationobserver_test: StaticWarning
407 queryall_test: fail 406 queryall_test: fail
408 track_element_constructor_test: StaticWarning 407 track_element_constructor_test: StaticWarning
409 transferables_test: StaticWarning 408 transferables_test: StaticWarning
410 typed_arrays_range_checks_test: StaticWarning 409 typed_arrays_range_checks_test: StaticWarning
411 typing_test: StaticWarning 410 typing_test: StaticWarning
412 webgl_1_test: StaticWarning 411 webgl_1_test: StaticWarning
413 window_nosuchmethod_test: StaticWarning 412 window_nosuchmethod_test: StaticWarning
OLDNEW
« no previous file with comments | « sdk/lib/html/dartium/html_dartium.dart ('k') | tests/html/node_validator_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698