bindings: Add test for keywords in dictionaries

This commit is contained in:
Emilio Cobos Álvarez 2016-05-12 18:09:56 +02:00
parent 203898c941
commit f893a2eaac
No known key found for this signature in database
GPG key ID: 056B727BB9C1027C
5 changed files with 97 additions and 1 deletions

View file

@ -6064,6 +6064,12 @@
"url": "/_mozilla/mozilla/bad_cert_detected.html"
}
],
"mozilla/binding_keyword.html": [
{
"path": "mozilla/binding_keyword.html",
"url": "/_mozilla/mozilla/binding_keyword.html"
}
],
"mozilla/blob.html": [
{
"path": "mozilla/blob.html",

View file

@ -0,0 +1,3 @@
[binding_keyword.html]
type: testharness
prefs: [dom.testbinding.enabled:true]