Update web-platform-tests to revision cf8340b5fae7b820788ffc31f8cc6b6b04978002

This commit is contained in:
Ms2ger 2015-09-02 09:23:06 +02:00
parent a547ae6826
commit 538f8f0ef9
41 changed files with 270 additions and 295 deletions

View file

@ -17,9 +17,9 @@ if (hasNotificationPermission()) {
notifications = [],
text1 = "This is the body: Room 101",
text2 = "This is the body: Room 202"
createPassFail("If two notifications appear: First one with the"
+ " text \"" + text1 + "\", followed by one with the text \""
+ text2 + "\"",
createPassFail("If a notification with the text \""
+ text2 + "\", replaces the notification with the text \""
+ text1 + "\" in the same position",
t, closeNotifications, notifications)
notification1 = new Notification("New Email Received", {
body: text1,