Changeset 65652 in webkit


Ignore:
Timestamp:
Aug 18, 2010, 10:41:31 PM (14 years ago)
Author:
mitz@apple.com
Message:

fast/text/hyphenate-character.html is failing on the Leopard Commit Bot
https://bugs.webkit.org/show_bug.cgi?id=41093
-and some of-
fast/text/hyphen* tests have different results on Leopard
https://bugs.webkit.org/show_bug.cgi?id=43296

Reviewed by Mark Rowe.

  • fast/text/hyphenate-character.html: Specify the hyphenation locale, which removes the

dependency on user preferences.

  • fast/text/hyphens.html: Ditto.
  • platform/mac-leopard/Skipped: Don’t skip the above tests.
Location:
trunk/LayoutTests
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r65648 r65652  
     12010-08-18  Dan Bernstein  <mitz@apple.com>
     2
     3        Reviewed by Mark Rowe.
     4
     5        fast/text/hyphenate-character.html is failing on the Leopard Commit Bot
     6        https://bugs.webkit.org/show_bug.cgi?id=41093
     7        -and some of-
     8        fast/text/hyphen* tests have different results on Leopard
     9        https://bugs.webkit.org/show_bug.cgi?id=43296
     10
     11        * fast/text/hyphenate-character.html: Specify the hyphenation locale, which removes the
     12        dependency on user preferences.
     13        * fast/text/hyphens.html: Ditto.
     14        * platform/mac-leopard/Skipped: Don’t skip the above tests.
     15
    1162010-08-17  MORITA Hajime  <morrita@google.com>
    217
  • trunk/LayoutTests/fast/text/hyphenate-character.html

    r61548 r65652  
    11<style>
     2    html {
     3        -webkit-hyphenate-locale: "en_US";
     4    }
     5
    26    .text-box {
    37        border: solid;
  • trunk/LayoutTests/fast/text/hyphens.html

    r61548 r65652  
    11<style>
     2    html {
     3        -webkit-hyphenate-locale: "en_US";
     4    }
     5
    26    .text-box {
    37        border: solid;
  • trunk/LayoutTests/platform/mac-leopard/Skipped

    r64833 r65652  
    8383svg/filters/filter-empty-g.svg
    8484
    85 # Results differ between Leopard and Snow Leopard, needs investigation.
     85# Results depend on user defaults.
    8686# https://bugs.webkit.org/show_bug.cgi?id=43296
    87 fast/text/hyphens.html
    88 fast/text/hyphenate-character.html
    8987fast/text/hyphenate-locale.html
    9088
Note: See TracChangeset for help on using the changeset viewer.