Changeset 65757 in webkit


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

2010-08-20 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

    r65756 r65757  
     12010-08-20  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-20  Adrienne Walker  <enne@google.com>
    218
Note: See TracChangeset for help on using the changeset viewer.