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

Unified Diff: tests/html/html.status

Issue 1013883002: Notification test passes on Safari, on the basis that it's not supported. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: A less horrible approach Created 5 years, 9 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/html/html.status
diff --git a/tests/html/html.status b/tests/html/html.status
index 9f0ac189c4e0157a28e16d634b0c30bf7507d882..934e59cb98927b81e60487306fa3c6f9b1a784a4 100644
--- a/tests/html/html.status
+++ b/tests/html/html.status
@@ -247,7 +247,6 @@ canvasrenderingcontext2d_test/drawImage_video_element: Fail # Safari does not su
canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Fail # Safari does not support drawImage w/ video element
element_test: Pass, Fail # Issue 21434
mediasource_test: Pass, Fail # MediaSource only available on Safari 8 desktop, we can't express that.
-notification_test/constructors: Fail # Safari doesn't let us access the Notification fields to verify them
# Safari Feature support statuses-
# All changes should be accompanied by platform support annotation changes.
@@ -268,6 +267,7 @@ speechrecognition_test/supported: Fail
indexeddb_1_test/supported: Fail
element_types_test/supported_template: Fail
xhr_test/json: Fail # Safari doesn't support JSON response type
+notification_test/constructors: Pass # Safari mobile will pass this test on the basis that notifications aren't supported at all.
[ $runtime == safari ]
input_element_test/supported_month: RuntimeError
@@ -276,6 +276,7 @@ input_element_test/supported_week: RuntimeError
input_element_test/supported_date: Fail
input_element_test/supported_datetime-local: Fail
touchevent_test/supported: Fail
+notification_test/constructors: Fail # Safari doesn't let us access the fields of the Notification to verify them.
[ $runtime == safari ]
indexeddb_1_test/functional: Skip # Times out. Issue 21433
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698