tests = []
tests[0]=["translation-services-001.html","Translation services: translate no on html",'interact','https://html.spec.whatwg.org/multipage/dom.html#the-translate-attribute',"When translate=no on the html element NO content will be translated by an online translation service."] 

tests[1]=["translation-services-002.html","Translation services: translate no on one p",'interact','https://html.spec.whatwg.org/multipage/dom.html#the-translate-attribute',"When translate=no on a p element the content of that element will NOT be translated by an online translation service."] 

tests[2]=["translation-services-003.html","Translation services: translate yes on one p",'interact','https://html.spec.whatwg.org/multipage/dom.html#the-translate-attribute',"When translate=yes on a p element the content of that element WILL be translated by an online translation service."] 

tests[3]=["translation-services-004.html","Translation services: translate null on one p",'interact','https://html.spec.whatwg.org/multipage/dom.html#the-translate-attribute',"When translate is set to the null string on a p element the content of that element WILL be translated by an online translation service."] 

tests[4]=["translation-services-005.html","Translation services: translate no on span",'interact','https://html.spec.whatwg.org/multipage/dom.html#the-translate-attribute',"When translate=no is set on a span element the content of that element will NOT be translated by an online translation service."] 

tests[5]=["translation-services-006.html","Translation services: translate yes on span",'interact','https://html.spec.whatwg.org/multipage/dom.html#the-translate-attribute',"When translate=yes is set on a span element in a context where translate has been set to no, the content of that element WILL be translated by an online translation service."] 

tests[6]=["translation-services-014.html","Translation services: alt attribute",'interact','https://html.spec.whatwg.org/multipage/dom.html#the-translate-attribute',"By default, the value of an alt attribute WILL be translated by an online translation service."] 

tests[7]=["translation-services-016.html","Translation services: title attribute",'interact','https://html.spec.whatwg.org/multipage/dom.html#the-translate-attribute',"By default, the value of a title attribute WILL be translated by an online translation service."] 

tests[8]=["translation-services-018.html","Translation services: placeholder attribute",'interact','https://html.spec.whatwg.org/multipage/dom.html#the-translate-attribute',"By default, the value of a placeholder attribute WILL be translated by an online translation service."] 

tests[9]=["translation-services-020.html","Translation services: lang attribute",'interact','https://html.spec.whatwg.org/multipage/dom.html#the-translate-attribute',"By default, the value of a lang attribute WILL be converted by an online translation service to match the target language."] 

tests[10]=["translation-services-015.html","Translation services: alt attribute, translate no",'interact','https://html.spec.whatwg.org/multipage/dom.html#the-translate-attribute',"If the tag has translate=no, the value of an alt attribute will NOT be translated by an online translation service."] 

tests[11]=["translation-services-017.html","Translation services: title attribute, translate no",'interact','https://html.spec.whatwg.org/multipage/dom.html#the-translate-attribute',"If the tag has translate=no, the value of a title attribute will NOT be translated by an online translation service."] 

tests[12]=["translation-services-019.html","Translation services: placeholder attribute, translate no",'interact','https://html.spec.whatwg.org/multipage/dom.html#the-translate-attribute',"If the tag has translate=no, the value of a placeholder attribute will NOT be translated by an online translation service."] 

tests[13]=["translation-services-021.html","Translation services: lang attribute, translate no",'interact','https://html.spec.whatwg.org/multipage/dom.html#the-translate-attribute',"If the tag has translate=no, the value of a lang attribute will NOT be converted by an online translation service."] 

tests[14]=['../../../../../testend','','','','']
