Full stop shows to the right of the picture-in-picture localised string in Hebrew
https://bugs.webkit.org/show_bug.cgi?id=173966
<rdar://problem/32847376>

Patch by Antoine Quint <graouts@apple.com> on 2017-06-29
Reviewed by Dean Jackson.

Source/WebCore:

We manually set the CSS "direction" property to "rtl" when we're not using an LTR language for a placard.

Test: media/modern-media-controls/placard/placard-ltr.html

* Modules/modern-media-controls/controls/placard.css:
(.media-controls:not(.uses-ltr-user-interface-layout-direction) .placard):

LayoutTests:

* media/modern-media-controls/placard/placard-ltr-expected.txt: Added.
* media/modern-media-controls/placard/placard-ltr.html: Added.

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@218943 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index 86d2e29..b4e6d29 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -1,3 +1,14 @@
+2017-06-29  Antoine Quint  <graouts@apple.com>
+
+        Full stop shows to the right of the picture-in-picture localised string in Hebrew
+        https://bugs.webkit.org/show_bug.cgi?id=173966
+        <rdar://problem/32847376>
+
+        Reviewed by Dean Jackson.
+
+        * media/modern-media-controls/placard/placard-ltr-expected.txt: Added.
+        * media/modern-media-controls/placard/placard-ltr.html: Added.
+
 2017-06-29  Romain Bellessort  <romain.bellessort@crf.canon.fr>
 
         [Readable Streams API] Fix ReadableStream "strategy" argument handling