mirror of
https://github.com/servo/servo.git
synced 2025-08-27 08:08:19 +01:00
Update web-platform-tests to revision cf8340b5fae7b820788ffc31f8cc6b6b04978002
This commit is contained in:
parent
a547ae6826
commit
538f8f0ef9
41 changed files with 270 additions and 295 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue