tests = []
tests[0]=["q-001.html","one q","",'https://www.w3.org/TR/html5/text-level-semantics.html#the-q-element',"Text inside a q element will be rendered with quotation marks."] 

tests[1]=["q-002.html","nested qs","",'https://www.w3.org/TR/html5/text-level-semantics.html#the-q-element',"Text in nested q elements will be rendered with nested quotation marks."] 

tests[2]=["q-003.html","nested qs, difference?","",'https://www.w3.org/TR/html5/text-level-semantics.html#the-q-element',"Text in nested q elements are rendered with different nested quotation marks."] 

tests[3]=["q-004.html","triple-nested qs","",'https://www.w3.org/TR/html5/text-level-semantics.html#the-q-element',"Text in triple-nested q elements are rendered with nested quotation marks."] 

tests[4]=["q-005.html","triple-nested qs variations","",'https://www.w3.org/TR/html5/text-level-semantics.html#the-q-element',"[Exploratory test] Text in triple-nested q elements are rendered such that the inner-most nested quotation marks are the same as the outer-most."] 

tests[5]=["q-lang-001.html","q + lang","",'https://www.w3.org/TR/html5/rendering.html#quotes',"The browser doesn't use different quotation marks by default when the language is set on a higher element but not on the root."] 

tests[6]=["q-lang-002.html","q default marks","",'https://www.w3.org/TR/html5/rendering.html#quotes',"The browser uses the quotation marks specified in the HTML5 spec when no language information is available."] 

tests[7]=["q-lang-am.html","q: html lang=am","",'https://www.w3.org/TR/html5/rendering.html#quotes',"Amharic quotation marks follow CLDR when the language is declared on the root tag."] 

tests[8]=["q-lang-ar.html","q: html lang=ar","",'https://www.w3.org/TR/html5/rendering.html#quotes',"Arabic quotation marks follow CLDR when the language is declared on the root tag."] 

tests[9]=["q-lang-bn.html","q: html lang=bn","",'https://www.w3.org/TR/html5/rendering.html#quotes',"Bengali quotation marks follow CLDR when the language is declared on the root tag."] 

tests[10]=["q-lang-chr.html","q: html lang=chr","",'https://www.w3.org/TR/html5/rendering.html#quotes',"Cherokee quotation marks follow CLDR when the language is declared on the root tag."] 

tests[11]=["q-lang-el.html","q: html lang=el","",'https://www.w3.org/TR/html5/rendering.html#quotes',"Greek quotation marks follow CLDR when the language is declared on the root tag."] 

tests[12]=["q-lang-fa.html","q: html lang=fa","",'https://www.w3.org/TR/html5/rendering.html#quotes',"Farsi quotation marks follow CLDR when the language is declared on the root tag."] 

tests[13]=["q-lang-fr.html","q: html lang=fr","",'https://www.w3.org/TR/html5/rendering.html#quotes',"French quotation marks follow CLDR when the language is declared on the root tag."] 

tests[14]=["q-lang-fr-ch.html","q: html lang=fr-ch","",'https://www.w3.org/TR/html5/rendering.html#quotes',"French Swiss quotation marks follow CLDR when the language is declared on the root tag."] 

tests[15]=["q-lang-gu.html","q: html lang=gu","",'https://www.w3.org/TR/html5/rendering.html#quotes',"Gujarati quotation marks follow CLDR when the language is declared on the root tag."] 

tests[16]=["q-lang-he.html","q: html lang=he","",'https://www.w3.org/TR/html5/rendering.html#quotes',"Hebrew quotation marks follow CLDR when the language is declared on the root tag."] 

tests[17]=["q-lang-hi.html","q: html lang=hi","",'https://www.w3.org/TR/html5/rendering.html#quotes',"Hindi quotation marks follow CLDR when the language is declared on the root tag."] 

tests[18]=["q-lang-hu.html","q: html lang=hu","",'https://www.w3.org/TR/html5/rendering.html#quotes',"Hungarian quotation marks follow CLDR when the language is declared on the root tag."] 

tests[19]=["q-lang-ja.html","q: html lang=ja","",'https://www.w3.org/TR/html5/rendering.html#quotes',"Japanese quotation marks follow CLDR when the language is declared on the root tag."] 

tests[20]=["q-lang-km.html","q: html lang=km","",'https://www.w3.org/TR/html5/rendering.html#quotes',"Khmer quotation marks follow CLDR when the language is declared on the root tag."] 

tests[21]=["q-lang-ko.html","q: html lang=ko","",'https://www.w3.org/TR/html5/rendering.html#quotes',"Korean quotation marks follow CLDR when the language is declared on the root tag."] 

tests[22]=["q-lang-lo.html","q: html lang=lo","",'https://www.w3.org/TR/html5/rendering.html#quotes',"Lao quotation marks follow CLDR when the language is declared on the root tag."] 

tests[23]=["q-lang-my.html","q: html lang=my","",'https://www.w3.org/TR/html5/rendering.html#quotes',"Burmese quotation marks follow CLDR when the language is declared on the root tag."] 

tests[24]=["q-lang-nl.html","q: html lang=nl","",'https://www.w3.org/TR/html5/rendering.html#quotes',"Dutch quotation marks follow CLDR when the language is declared on the root tag."] 

tests[25]=["q-lang-pa.html","q: html lang=pa","",'https://www.w3.org/TR/html5/rendering.html#quotes',"Punjabi quotation marks follow CLDR when the language is declared on the root tag."] 

tests[26]=["q-lang-ta.html","q: html lang=ta","",'https://www.w3.org/TR/html5/rendering.html#quotes',"Tamil quotation marks follow CLDR when the language is declared on the root tag."] 

tests[27]=["q-lang-th.html","q: html lang=th","",'https://www.w3.org/TR/html5/rendering.html#quotes',"Thai quotation marks follow CLDR when the language is declared on the root tag."] 

tests[28]=["q-lang-zh-hans.html","q: html lang=zh-Hans","",'https://www.w3.org/TR/html5/rendering.html#quotes',"Simplified Chinese quotation marks follow CLDR when the language is declared on the root tag."] 

tests[29]=["q-lang-zh-hant.html","q: html lang=zh-Hant","",'https://www.w3.org/TR/html5/rendering.html#quotes',"Traditional Chinese quotation marks follow CLDR when the language is declared on the root tag."] 

tests[30]=["q-lang-zh.html","q: html lang=zh","",'https://www.w3.org/TR/html5/rendering.html#quotes',"Chinese (zh) quotation marks follow CLDR when the language is declared on the root tag."] 

tests[31]=["q-multilingual-nesting-001.html","quote in other lang","",'https://www.w3.org/TR/html5/rendering.html#quotes',"The browser applies quotation marks relevant to the language outside the first level of quotes when a simple quote in another language appears in a sentence."] 

tests[32]=["q-multilingual-nesting-002.html","quote inside text in other lang","",'https://www.w3.org/TR/html5/rendering.html#quotes',"The browser applies quotation marks relevant to the language outside the first level of quotes when a simple quote appears in an inline text in another language."] 

tests[33]=["q-multilingual-nesting-003.html","languages A(A(B))","",'https://www.w3.org/TR/html5/rendering.html#quotes',"The browser applies quotation marks relevant to the language outside the first level of quotes when a quote contains an inner quote in another language."] 

tests[34]=["q-multilingual-nesting-004.html","languages (A(B(B))","",'https://www.w3.org/TR/html5/rendering.html#quotes',"The browser applies quotation marks relevant to the language outside the first level of quotes when a quote in another language contains a quote inside it."] 

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