Changeset 65828 in webkit


Ignore:
Timestamp:
Aug 23, 2010 1:20:23 PM (14 years ago)
Author:
rniwa@webkit.org
Message:

2010-08-19 Ryosuke Niwa <rniwa@webkit.org>

Reviewed by Tony Chang.

There is no test for unicode-bidi / direction support in ApplyStyleCommand::applyInlineStyle
https://bugs.webkit.org/show_bug.cgi?id=43989

Added a test for MakeTextWritingDirectionNatural, MakeTextWritingDirectionLeftToRight,
and MakeTextWritingDirectionRightToLeft commands.

  • editing/style/make-text-writing-direction-inline.html: Added.
  • editing/style/script-tests/make-text-writing-direction-inline.js: Added. (modifyWritingDirection): (selectFirstWord): (selectSecondAndThirdWords):
Location:
trunk/LayoutTests
Files:
3 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r65826 r65828  
     12010-08-19  Ryosuke Niwa  <rniwa@webkit.org>
     2
     3        Reviewed by Tony Chang.
     4
     5        There is no test for unicode-bidi / direction support in ApplyStyleCommand::applyInlineStyle
     6        https://bugs.webkit.org/show_bug.cgi?id=43989
     7
     8        Added a test for MakeTextWritingDirectionNatural, MakeTextWritingDirectionLeftToRight,
     9        and MakeTextWritingDirectionRightToLeft commands.
     10
     11        * editing/style/make-text-writing-direction-inline.html: Added.
     12        * editing/style/script-tests/make-text-writing-direction-inline.js: Added.
     13        (modifyWritingDirection):
     14        (selectFirstWord):
     15        (selectSecondAndThirdWords):
     16
    1172010-08-23  Abhishek Arya  <inferno@chromium.org>
    218
Note: See TracChangeset for help on using the changeset viewer.