| Index: LayoutTests/fast/text/international/unicode-bidi-isolate-nested-first-child-text.html
|
| diff --git a/LayoutTests/fast/text/international/unicode-bidi-isolate-nested-first-child-text.html b/LayoutTests/fast/text/international/unicode-bidi-isolate-nested-first-child-text.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..11f97e3fcd467aea1523af678234fb38b2cdc6c2
|
| --- /dev/null
|
| +++ b/LayoutTests/fast/text/international/unicode-bidi-isolate-nested-first-child-text.html
|
| @@ -0,0 +1,17 @@
|
| +<!DOCTYPE html>
|
| +<html>
|
| + <head>
|
| + <meta charset="utf-8"/>
|
| + <style>
|
| + .isolate {
|
| + unicode-bidi: -webkit-isolate;
|
| + }
|
| + </style>
|
| + </head>
|
| + <body>
|
| + <span class="isolate">First Text
|
| + <span class="isolate">א-></span>Second Text
|
| + <span class="isolate"> א-< </span>
|
| + </span>
|
| + </body>
|
| +</html>
|
|
|