Tests for bidi in SVG. a=test
3
layout/reftests/bidi/bidiSVG-01-ref.svg
Normal file
@ -0,0 +1,3 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="200" height="200">
|
||||
<text x="100" y="20">Bidi in SVG</text>
|
||||
</svg>
|
After Width: | Height: | Size: 115 B |
3
layout/reftests/bidi/bidiSVG-01.svg
Normal file
@ -0,0 +1,3 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="200" height="200">
|
||||
<text x="100" y="20">‮GVS ni idiB‬</text>
|
||||
</svg>
|
After Width: | Height: | Size: 131 B |
3
layout/reftests/bidi/bidiSVG-02-ref.svg
Normal file
@ -0,0 +1,3 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="800" height="200">
|
||||
<text x="100" y="20">‭left-to-right text תירבע םע‬</text>
|
||||
</svg>
|
After Width: | Height: | Size: 154 B |
3
layout/reftests/bidi/bidiSVG-02.svg
Normal file
@ -0,0 +1,3 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="800" height="200">
|
||||
<text x="100" y="20">left-to-right text עם עברית</text>
|
||||
</svg>
|
After Width: | Height: | Size: 138 B |
3
layout/reftests/bidi/bidiSVG-03-ref.svg
Normal file
@ -0,0 +1,3 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="800" height="200">
|
||||
<text x="100" y="20" direction="ltr" unicode-bidi="bidi-override">in right-to-left element תירבע םע left-to-right text</text>
|
||||
</svg>
|
After Width: | Height: | Size: 208 B |
3
layout/reftests/bidi/bidiSVG-03.svg
Normal file
@ -0,0 +1,3 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="800" height="200">
|
||||
<text x="100" y="20" direction="rtl" unicode-bidi="embed">left-to-right text עם עברית in right-to-left element</text>
|
||||
</svg>
|
After Width: | Height: | Size: 200 B |
3
layout/reftests/bidi/bidiSVG-04-ref.svg
Normal file
@ -0,0 +1,3 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="800" height="200">
|
||||
<text x="100" y="20" direction="ltr" unicode-bidi="bidi-override">ب>ا</text>
|
||||
</svg>
|
After Width: | Height: | Size: 169 B |
3
layout/reftests/bidi/bidiSVG-04.svg
Normal file
@ -0,0 +1,3 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="800" height="200">
|
||||
<text x="100" y="20" direction="rtl" unicode-bidi="embed">ا<ب</text>
|
||||
</svg>
|
After Width: | Height: | Size: 161 B |
3
layout/reftests/bidi/bidiSVG-05-ref.svg
Normal file
@ -0,0 +1,3 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="800" height="200">
|
||||
<text x="100" y="20" unicode-bidi="bidi-override">𐤌𐤋𐤔𐤅𐤓𐤉</text>
|
||||
</svg>
|
After Width: | Height: | Size: 186 B |
3
layout/reftests/bidi/bidiSVG-05.svg
Normal file
@ -0,0 +1,3 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="800" height="200">
|
||||
<text x="100" y="20">𐤉𐤓𐤅𐤔𐤋𐤌</text>
|
||||
</svg>
|
After Width: | Height: | Size: 158 B |
@ -9,6 +9,11 @@
|
||||
== bidi-005.html bidi-005-ref.html
|
||||
== bidi-006.html bidi-006-ref.html
|
||||
== bidi-006-j.html bidi-006-ref.html
|
||||
== bidiSVG-01.svg bidiSVG-01-ref.svg
|
||||
== bidiSVG-02.svg bidiSVG-02-ref.svg
|
||||
== bidiSVG-03.svg bidiSVG-03-ref.svg
|
||||
== bidiSVG-04.svg bidiSVG-04-ref.svg
|
||||
== bidiSVG-05.svg bidiSVG-05-ref.svg
|
||||
random-if(layersGPUAccelerated) == visualmarquee.html marquee-ref.html
|
||||
random-if(layersGPUAccelerated) == logicalmarquee.html marquee-ref.html
|
||||
== visualmarquee.html logicalmarquee.html
|
||||
|