Changeset 65652 in webkit
- Timestamp:
- Aug 18, 2010, 10:41:31 PM (14 years ago)
- Location:
- trunk/LayoutTests
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LayoutTests/ChangeLog
r65648 r65652 1 2010-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 1 16 2010-08-17 MORITA Hajime <morrita@google.com> 2 17 -
trunk/LayoutTests/fast/text/hyphenate-character.html
r61548 r65652 1 1 <style> 2 html { 3 -webkit-hyphenate-locale: "en_US"; 4 } 5 2 6 .text-box { 3 7 border: solid; -
trunk/LayoutTests/fast/text/hyphens.html
r61548 r65652 1 1 <style> 2 html { 3 -webkit-hyphenate-locale: "en_US"; 4 } 5 2 6 .text-box { 3 7 border: solid; -
trunk/LayoutTests/platform/mac-leopard/Skipped
r64833 r65652 83 83 svg/filters/filter-empty-g.svg 84 84 85 # Results d iffer between Leopard and Snow Leopard, needs investigation.85 # Results depend on user defaults. 86 86 # https://bugs.webkit.org/show_bug.cgi?id=43296 87 fast/text/hyphens.html88 fast/text/hyphenate-character.html89 87 fast/text/hyphenate-locale.html 90 88
Note:
See TracChangeset
for help on using the changeset viewer.