Changeset 65054 in webkit


Ignore:
Timestamp:
Aug 10, 2010 12:12:56 AM (14 years ago)
Author:
morrita@google.com
Message:

2010-08-10 MORITA Hajime <morrita@google.com>

Unreviewed test fix.

https://bugs.webkit.org/show_bug.cgi?id=43771
[Chromium] Test: editing/selection/doubleclick-inline-first-last-contenteditable fails on win

Set platform selectTrailingWhitespaceEnabled false, which is true only on windows.

  • editing/selection/script-tests/doubleclick-inline-first-last-contenteditable.js:
  • platform/chromium/test_expectations.txt:
Location:
trunk/LayoutTests
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r65053 r65054  
     12010-08-10  MORITA Hajime  <morrita@google.com>
     2
     3        Unreviewed test fix.
     4
     5        https://bugs.webkit.org/show_bug.cgi?id=43771
     6        [Chromium] Test: editing/selection/doubleclick-inline-first-last-contenteditable fails on win
     7       
     8        Set platform selectTrailingWhitespaceEnabled false, which is true only on windows.
     9
     10        * editing/selection/script-tests/doubleclick-inline-first-last-contenteditable.js:
     11        * platform/chromium/test_expectations.txt:
     12
    1132010-08-09  Yury Semikhatsky  <yurys@chromium.org>
    214
  • trunk/LayoutTests/editing/selection/script-tests/doubleclick-inline-first-last-contenteditable.js

    r64974 r65054  
    7979}
    8080
     81layoutTestController.setSelectTrailingWhitespaceEnabled(false);
     82
    8183var shouldSelecteFirstWordInline = "<span id='target' contentEditable>selectme1</span> and not select us";
    8284testWithDoublleClick(shouldSelecteFirstWordInline, "selectme1");
  • trunk/LayoutTests/platform/chromium/test_expectations.txt

    r64989 r65054  
    31883188// Slow test introduced in r64817
    31893189BUG51571 : http/tests/misc/bad-charset-alias.html = TIMEOUT
    3190 
    3191 // Failure caused by r64974
    3192 BUG51601 WIN : editing/selection/doubleclick-inline-first-last-contenteditable.html = TEXT
Note: See TracChangeset for help on using the changeset viewer.