Bug 738244 followup followup, remove trailing comma

This commit is contained in:
Phil Ringnalda 2012-06-07 20:25:30 -07:00
parent ed8059747e
commit 8839c8ca6a

View File

@ -2,6 +2,6 @@
"document.getItems must return a NodeList": true,
"itemValue must reflect the src attribute on track elements": true,
"itemValue must reflect the textContent of time elements with no datetime attribute": true,
"itemValue must reflect the datetime attribute of time elements with a datetime attribute": true,
"itemValue must reflect the datetime attribute of time elements with a datetime attribute": true
}