Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: test/notification.js

Issue 29548719: Issue 5728 - Replace Services.vc.compare (Closed)
Patch Set: Addressed comments Created Sept. 23, 2017, 12:07 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « test/_common.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/notification.js
===================================================================
--- a/test/notification.js
+++ b/test/notification.js
@@ -184,10 +184,12 @@
["applicationMinVersion", "26", true],
["applicationMinVersion", "28", false],
["applicationMinVersion", "27.1", false],
+ ["applicationMinVersion", "27.0b1", true],
["applicationMaxVersion", "27.0", true],
["applicationMaxVersion", "27", true],
["applicationMaxVersion", "28", true],
["applicationMaxVersion", "26", false],
+ ["applicationMaxVersion", "27.0b1", false],
["platform", "chromium", true],
["platform", "gecko", false],
["platformMinVersion", "12.0", true],
@@ -195,10 +197,12 @@
["platformMinVersion", "11", true],
["platformMinVersion", "13", false],
["platformMinVersion", "12.1", false],
+ ["platformMinVersion", "12.0b1", true],
["platformMaxVersion", "12.0", true],
["platformMaxVersion", "12", true],
["platformMaxVersion", "13", true],
["platformMaxVersion", "11", false],
+ ["platformMaxVersion", "12.0b1", false],
["blockedTotalMin", "11", false],
["blockedTotalMin", "10", true],
["blockedTotalMax", "10", true],
« no previous file with comments | « test/_common.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld