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

Unified Diff: tests/html/html.status

Issue 1154423009: Make it easier and more efficient to use trusted HTML text (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Formatting Created 5 years, 7 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 side-by-side diff with in-line comments
Download patch
Index: tests/html/html.status
diff --git a/tests/html/html.status b/tests/html/html.status
index 38c4a2ebbc848aeabd4844b34f24d385b257cbcc..0f4a8a2c18a83cf5d6bd07008043b5e39d337b67 100644
--- a/tests/html/html.status
+++ b/tests/html/html.status
@@ -17,6 +17,7 @@ media_stream_test/constructors: Pass, Crash # Issue 22267
element_animate_test/simple_timing: Fail # Not supported on Dartium
element_animate_test/omit_timing: Fail # Not supported on Dartium
element_animate_test/timing_dict: Fail # Not supported on Dartium
+trusted_html_tree_sanitizer_test/untrusted: Fail # We make adoptNode throw to verify it's not being called. That doesn't work on Dartium.
[ $compiler == none && $mode == debug && ($runtime == drt || $runtime == dartium || $runtime == ContentShellOnAndroid) ]
datalistelement_test: Skip # Issue 20540

Powered by Google App Engine
This is Rietveld 408576698