tests = []
tests[0]=["bidi-rendering-input-020.html","Bidi rendering: input with dir=auto, start with L","",'http://www.w3.org/TR/html5/rendering.html#bidi-rendering',"When dir='auto', the direction of an input element of type text is set according to the first strong character of its value. In this test, the first strong character is the Latin letter A, thus the direction must be resolved as LTR."] 

tests[1]=["bidi-rendering-input-021.html","Bidi rendering: input with dir=auto, start with R/AL","",'http://www.w3.org/TR/html5/rendering.html#bidi-rendering',"en dir='auto', the direction of an input element is set according to the first strong character of its value. In this test, it is the Hebrew or Arabic letter Alef, thus the direction must be resolved as RTL."] 

tests[2]=["bidi-rendering-input-022.html","Bidi rendering: input with dir=auto, various types of input starting with L","",'http://www.w3.org/TR/html5/rendering.html#bidi-rendering',"When dir='auto', the direction of an input element of type search, telephone, url, or email is set as LTR when the first strong character of its value is of type L (here the Latin letter A)."] 

tests[3]=["bidi-rendering-input-023.html","Bidi rendering: input with dir=auto, various types of input starting with R","",'http://www.w3.org/TR/html5/rendering.html#bidi-rendering',"When dir='auto', the direction of an input element of type search, telephone, url, or email is set as RTL when the first strong character of its value is of type R (here the Hebrew letter aleph)."] 

tests[4]=["bidi-rendering-input-023a.html","Bidi rendering: input with dir=auto, various types of input starting with AL","",'http://www.w3.org/TR/html5/rendering.html#bidi-rendering',"When dir='auto', the direction of an input element of type search, telephone, url, or email is set as RTL when the first strong character of its value is of type AL (here the Arabic letter alef)."] 

tests[5]=["bidi-rendering-input-030.html","Bidi rendering: input with dir=auto, start with EN+L","",'http://www.w3.org/TR/html5/rendering.html#bidi-rendering',"When dir='auto', the direction of an input element is set according to       the first strong character of its value.       In this test, it is the Latin letter A since digits are not strongly directional, thus the direction must be resolved as LTR."] 

tests[6]=["bidi-rendering-input-031.html","Bidi rendering: input with dir=auto, start with EN+R","",'http://www.w3.org/TR/html5/rendering.html#bidi-rendering',"When dir='auto', the direction of an input element is set according to       the first strong character of its value.       In this test, it is the Hebrew letter Alef since digits are not strongly directional, thus the direction must be resolved as RTL."] 

tests[7]=["bidi-rendering-input-032.html","Bidi rendering: input with dir=auto, start with N+EN+L","",'http://www.w3.org/TR/html5/rendering.html#bidi-rendering',"When dir='auto', the direction of an input element is set according to       the first strong character of its value.       In this test, it is the Latin letter A since neutrals and digits are not       strongly directional, thus the direction must be resolved as LTR."] 

tests[8]=["bidi-rendering-input-033.html","Bidi rendering: input with dir=auto, start with N+EN+R","",'http://www.w3.org/TR/html5/rendering.html#bidi-rendering',"When dir='auto', the direction of an input element is set according to       the first strong character of its value.       In this test, it is the Hebrew letter Alef since neutrals and digits are not       strongly directional, thus the direction must be resolved as RTL."] 

tests[9]=["bidi-rendering-input-034.html","Bidi rendering: input with dir=auto, all N+EN","",'http://www.w3.org/TR/html5/rendering.html#bidi-rendering',"When dir='auto', the direction of an input element is set according to       the first strong character of its value, or to LTR if there is no such       character.       In this test, there is no strongly directional character in the value,       thus the direction must be resolved as LTR."] 

tests[10]=["bidi-rendering-input-035.html","Bidi rendering: input with dir=auto, start with N+L","",'http://www.w3.org/TR/html5/rendering.html#bidi-rendering',"When dir='auto', the direction of an input element is set according to       the first strong character of its value.       In this test, it is the Latin letter A since neutrals are not strongly directional, thus the direction must be resolved as LTR."] 

tests[11]=["bidi-rendering-input-036.html","Bidi rendering: input with dir=auto, start with N+R","",'http://www.w3.org/TR/html5/rendering.html#bidi-rendering',"When dir='auto', the direction of an input element is set according to       the first strong character of its value.       In this test, it is the Hebrew letter Alef since neutrals are not strongly directional, thus the direction must be resolved as RTL."] 

tests[12]=["bidi-rendering-input-037.html","Bidi rendering: input with dir=auto, script assigns to start with EN+L","",'http://www.w3.org/TR/html5/rendering.html#bidi-rendering',"When dir='auto', the direction of an input element is set according to       the first strong character of its value.       In this test, it is the Latin letter A since digits are not strongly directional, thus the direction must be resolved as LTR."] 

tests[13]=["bidi-rendering-input-038.html","Bidi rendering: input with dir=auto, script assigns to start with EN+R","",'http://www.w3.org/TR/html5/rendering.html#bidi-rendering',"When dir='auto', the direction of an input element is set according to       the first strong character of its value.       In this test, it is the Hebrew letter Alef since digits are not strongly directional, thus the direction must be resolved as RTL."] 

tests[14]=["bidi-rendering-input-039.html","Bidi rendering: input with dir=auto, script assigns to start with L","",'http://www.w3.org/TR/html5/rendering.html#bidi-rendering',"When dir='auto', the direction of an input element is set according to       the first strong character of its value.       In this test, it is the Latin letter A, thus the direction must be resolved as LTR."] 

tests[15]=["bidi-rendering-input-040.html","Bidi rendering: input with dir=auto, script assigns to start with N+EN+L","",'http://www.w3.org/TR/html5/rendering.html#bidi-rendering',"When dir='auto', the direction of an input element is set according to       the first strong character of its value.       In this test, it is the Latin letter A since neutrals and digits are not strongly directional, thus the direction must be resolved as LTR."] 

tests[16]=["bidi-rendering-input-041.html","Bidi rendering: input with dir=auto, script assigns to start with N+EN+R","",'http://www.w3.org/TR/html5/rendering.html#bidi-rendering',"When dir='auto', the direction of an input element is set according to       the first strong character of its value.       In this test, it is the Hebrew letter Alef since neutrals and digits are not strongly directional, thus the direction must be resolved as RTL."] 

tests[17]=["bidi-rendering-input-042.html","Bidi rendering: input with dir=auto, script assigns to all N+EN","",'http://www.w3.org/TR/html5/rendering.html#bidi-rendering',"When dir='auto', the direction of an input element is set according to       the first strong character of its value, or to LTR if there is no such       character.       In this test, there is no strongly directional character in the value,       thus the direction must be resolved as LTR."] 

tests[18]=["bidi-rendering-input-043.html","Bidi rendering: input with dir=auto, script assigns to start with N+L","",'http://www.w3.org/TR/html5/rendering.html#bidi-rendering',"When dir='auto', the direction of an input element is set according to       the first strong character of its value.       In this test, it is the Latin letter A since neutrals are not strongly directional, thus the direction must be resolved as LTR."] 

tests[19]=["bidi-rendering-input-044.html","Bidi rendering: input with dir=auto, script assigns to start with N+R","",'http://www.w3.org/TR/html5/rendering.html#bidi-rendering',"When dir='auto', the direction of an input element is set according to       the first strong character of its value.       In this test, it is the Hebrew letter Alef since neutrals are not strongly directional, thus the direction must be resolved as RTL."] 

tests[20]=["bidi-rendering-input-045.html","Bidi rendering: input with dir=auto, script assigns to start with R","",'http://www.w3.org/TR/html5/rendering.html#bidi-rendering',"When dir='auto', the direction of an input element is set according to       the first strong character of its value.       In this test, it is the Hebrew letter Alef, thus the direction must be resolved as RTL."] 

tests[21]=["bidi-rendering-pre-110.html","Bidi rendering: dir=auto, pre, paragraph by paragraph","",'http://www.w3.org/TR/html5/rendering.html#bidi-rendering',"When dir='auto', the direction is set according to the first strong character of the text. For pre elements, the heuristic is applied on a per-paragraph level."] 

tests[22]=["bidi-rendering-pre-111.html","Bidi rendering: pre with dir=auto, mixed L and R paragraphs","",'http://www.w3.org/TR/html5/rendering.html#bidi-rendering',"When dir='auto', the direction is set according to the first strong character of the text. For textarea and pre elements, the heuristic is applied on a per-paragraph level."] 

tests[23]=["bidi-rendering-pre-112.html","Bidi rendering: pre with dir=auto, all N+EN","",'http://www.w3.org/TR/html5/rendering.html#bidi-rendering',"       When dir='auto', the direction is set according to the first strong character       of the text.       For textarea and pre elements, the heuristic is applied on a per-paragraph level.       If there is no strong character, as in this test, the direction defaults to LTR."] 

tests[24]=["bidi-rendering-pre-114.html","Bidi rendering: pre with dir=auto, all-N between all-Rs","",'http://www.w3.org/TR/html5/rendering.html#bidi-rendering',"When dir='auto', the direction is set according to the first strong character       of the text.       For textarea and pre elements, the heuristic is applied on a per-paragraph level.       If there is no strong character, as in this test, the direction defaults to LTR."] 

tests[25]=["bidi-rendering-pre-115.html","Bidi rendering: newline in pre separates bidi paragraphs","",'http://www.w3.org/TR/html5/rendering.html#bidi-rendering',"A newline in a pre element should separate paragraphs for the purposes of the Unicode bidirectional algorithm."] 

tests[26]=["bidi-rendering-textarea-100.html","Bidi rendering: dir=auto, textarea, paragraph by paragraph","",'http://www.w3.org/TR/html5/rendering.html#bidi-rendering',"[Exploratory] When dir='auto', the direction is set according to the first strong character of the text. For textarea elements, the heuristic is applied on a per-paragraph level. The alignment of the line will vary with the direction."] 

tests[27]=["bidi-rendering-textarea-101.html","Bidi rendering: textarea with dir=auto, mixed L and R paragraphs","",'http://www.w3.org/TR/html5/rendering.html#bidi-rendering',"When dir='auto', the direction is set according to the first strong character of the text. For textarea and pre elements, the heuristic is applied on a per-paragraph level."] 

tests[28]=["bidi-rendering-textarea-102.html","Bidi rendering: textarea with dir=auto, all N+EN","",'http://www.w3.org/TR/html5/rendering.html#bidi-rendering',"When dir='auto', the direction is set according to the first strong character       of the text.       For textarea and pre elements, the heuristic is applied on a per-paragraph level. If there is no strong character, as in this test, the direction defaults to LTR."] 

tests[29]=["bidi-rendering-textarea-103.html","Bidi rendering: textarea with dir=auto, script assigns to mixed L and R paragraphs","",'http://www.w3.org/TR/html5/rendering.html#bidi-rendering',"       When dir='auto', the direction is set according to the first strong character       of the text.       For textarea and pre elements, the heuristic is applied on a per-paragraph level."] 

tests[30]=["bidi-rendering-textarea-104.html","Bidi rendering: textarea with dir=auto, script assigns to all N+EN","",'http://www.w3.org/TR/html5/rendering.html#bidi-rendering',"When dir='auto', the direction is set according to the first strong character       of the text.       For textarea and pre elements, the heuristic is applied on a per-paragraph level.       If there is no strong character, as in this test, the direction defaults to LTR."] 

tests[31]=["bidi-rendering-textarea-105.html","Bidi rendering: textarea with dir=auto, all-N between all-Rs","",'http://www.w3.org/TR/html5/rendering.html#bidi-rendering',"       When dir='auto', the direction is set according to the first strong character       of the text.       For textarea and pre elements, the heuristic is applied on a per-paragraph level.       If there is no strong character, as in this test, the direction defaults to LTR."] 

tests[32]=["bidi-rendering-textarea-106.html","Bidi rendering: textarea with dir=auto, script assigns to all-N between all-Rs","",'http://www.w3.org/TR/html5/rendering.html#bidi-rendering',"       When dir='auto', the direction is set according to the first strong character       of the text.       For textarea and pre elements, the heuristic is applied on a per-paragraph level.       If there is no strong character, as in this test, the direction defaults to LTR."] 

tests[33]=["bidi-rendering-textarea-107.html","Bidi rendering: newline in textarea separates bidi paragraphs",'interact','http://www.w3.org/TR/html5/rendering.html#bidi-rendering',"A newline in a textarea element, and in its raw value, should separate paragraphs for the purposes of the Unicode bidirectional algorithm."] 

tests[34]=["bidi-rendering-br-001.html","The br element: BR separates bidi paragraph","",'https://html.spec.whatwg.org/multipage/text-level-semantics.html#the-br-element',"A br element should separate paragraphs for the purposes of the Unicode bidirectional algorithm."] 

tests[35]=["bidi-rendering-br-002.html","The br element: BR in inline ancestors","",'https://html.spec.whatwg.org/multipage/text-level-semantics.html#the-br-element',"A br element should separate paragraphs for the purposes of the Unicode bidirectional algorithm. If an inline element is broken around a bidi paragraph boundary (e.g. if split by a block or forced paragraph break), then the bidi control codes corresponding to the end of the element are added before the interruption and the codes corresponding to the start of the element are added after it. (In other words, any embedding levels or overrides started by the element are closed at the paragraph break and reopened on the other side of it.)"] 

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