Source/WebCore/ChangeLog

 12012-09-14 Glenn Adams <glenn@skynav.com>
 2
 3 Add support to -webkit-line-break property for CSS3 Text line-break property values and semantics.
 4 https://bugs.webkit.org/show_bug.cgi?id=89235
 5
 6 Reviewed by NOBODY (OOPS!).
 7
 8 See also wiki documentation at:
 9 [1] http://trac.webkit.org/wiki/LineBreaking
 10 [2] http://trac.webkit.org/wiki/LineBreakingCSS3Mapping
 11
 12 Web exposed changes include:
 13 (1) The default (initial) value for -webkit-line-break becomes 'auto', instead of 'normal';
 14 (2) The values 'auto', 'loose', 'normal', and 'strict' are added to -webkit-line-break;
 15 (3) See [2] above for details regarding interpretation.
 16
 17 The EKHTMLLineBreak enumeration type is changed to LineBreak.
 18
 19 Tests: fast/css3-line-break/line-break-auto-centered-en.html
 20 fast/css3-line-break/line-break-auto-centered-ja.html
 21 fast/css3-line-break/line-break-auto-centered-ko.html
 22 fast/css3-line-break/line-break-auto-centered-zh.html
 23 fast/css3-line-break/line-break-auto-half-kana-en.html
 24 fast/css3-line-break/line-break-auto-half-kana-ja.html
 25 fast/css3-line-break/line-break-auto-half-kana-ko.html
 26 fast/css3-line-break/line-break-auto-half-kana-zh.html
 27 fast/css3-line-break/line-break-auto-hyphens-en.html
 28 fast/css3-line-break/line-break-auto-hyphens-ja.html
 29 fast/css3-line-break/line-break-auto-hyphens-ko.html
 30 fast/css3-line-break/line-break-auto-hyphens-zh.html
 31 fast/css3-line-break/line-break-auto-inseparables-en.html
 32 fast/css3-line-break/line-break-auto-inseparables-ja.html
 33 fast/css3-line-break/line-break-auto-inseparables-ko.html
 34 fast/css3-line-break/line-break-auto-inseparables-zh.html
 35 fast/css3-line-break/line-break-auto-iteration-marks-en.html
 36 fast/css3-line-break/line-break-auto-iteration-marks-ja.html
 37 fast/css3-line-break/line-break-auto-iteration-marks-ko.html
 38 fast/css3-line-break/line-break-auto-iteration-marks-zh.html
 39 fast/css3-line-break/line-break-auto-postfixes-en.html
 40 fast/css3-line-break/line-break-auto-postfixes-ja.html
 41 fast/css3-line-break/line-break-auto-postfixes-ko.html
 42 fast/css3-line-break/line-break-auto-postfixes-zh.html
 43 fast/css3-line-break/line-break-auto-prefixes-en.html
 44 fast/css3-line-break/line-break-auto-prefixes-ja.html
 45 fast/css3-line-break/line-break-auto-prefixes-ko.html
 46 fast/css3-line-break/line-break-auto-prefixes-zh.html
 47 fast/css3-line-break/line-break-auto-sound-marks-en.html
 48 fast/css3-line-break/line-break-auto-sound-marks-ja.html
 49 fast/css3-line-break/line-break-auto-sound-marks-ko.html
 50 fast/css3-line-break/line-break-auto-sound-marks-zh.html
 51 fast/css3-line-break/line-break-loose-centered-en.html
 52 fast/css3-line-break/line-break-loose-centered-ja.html
 53 fast/css3-line-break/line-break-loose-centered-ko.html
 54 fast/css3-line-break/line-break-loose-centered-zh.html
 55 fast/css3-line-break/line-break-loose-half-kana-en.html
 56 fast/css3-line-break/line-break-loose-half-kana-ja.html
 57 fast/css3-line-break/line-break-loose-half-kana-ko.html
 58 fast/css3-line-break/line-break-loose-half-kana-zh.html
 59 fast/css3-line-break/line-break-loose-hyphens-en.html
 60 fast/css3-line-break/line-break-loose-hyphens-ja.html
 61 fast/css3-line-break/line-break-loose-hyphens-ko.html
 62 fast/css3-line-break/line-break-loose-hyphens-zh.html
 63 fast/css3-line-break/line-break-loose-inseparables-en.html
 64 fast/css3-line-break/line-break-loose-inseparables-ja.html
 65 fast/css3-line-break/line-break-loose-inseparables-ko.html
 66 fast/css3-line-break/line-break-loose-inseparables-zh.html
 67 fast/css3-line-break/line-break-loose-iteration-marks-en.html
 68 fast/css3-line-break/line-break-loose-iteration-marks-ja.html
 69 fast/css3-line-break/line-break-loose-iteration-marks-ko.html
 70 fast/css3-line-break/line-break-loose-iteration-marks-zh.html
 71 fast/css3-line-break/line-break-loose-postfixes-en.html
 72 fast/css3-line-break/line-break-loose-postfixes-ja.html
 73 fast/css3-line-break/line-break-loose-postfixes-ko.html
 74 fast/css3-line-break/line-break-loose-postfixes-zh.html
 75 fast/css3-line-break/line-break-loose-prefixes-en.html
 76 fast/css3-line-break/line-break-loose-prefixes-ja.html
 77 fast/css3-line-break/line-break-loose-prefixes-ko.html
 78 fast/css3-line-break/line-break-loose-prefixes-zh.html
 79 fast/css3-line-break/line-break-loose-sound-marks-en.html
 80 fast/css3-line-break/line-break-loose-sound-marks-ja.html
 81 fast/css3-line-break/line-break-loose-sound-marks-ko.html
 82 fast/css3-line-break/line-break-loose-sound-marks-zh.html
 83 fast/css3-line-break/line-break-normal-centered-en.html
 84 fast/css3-line-break/line-break-normal-centered-ja.html
 85 fast/css3-line-break/line-break-normal-centered-ko.html
 86 fast/css3-line-break/line-break-normal-centered-zh.html
 87 fast/css3-line-break/line-break-normal-half-kana-en.html
 88 fast/css3-line-break/line-break-normal-half-kana-ja.html
 89 fast/css3-line-break/line-break-normal-half-kana-ko.html
 90 fast/css3-line-break/line-break-normal-half-kana-zh.html
 91 fast/css3-line-break/line-break-normal-hyphens-en.html
 92 fast/css3-line-break/line-break-normal-hyphens-ja.html
 93 fast/css3-line-break/line-break-normal-hyphens-ko.html
 94 fast/css3-line-break/line-break-normal-hyphens-zh.html
 95 fast/css3-line-break/line-break-normal-inseparables-en.html
 96 fast/css3-line-break/line-break-normal-inseparables-ja.html
 97 fast/css3-line-break/line-break-normal-inseparables-ko.html
 98 fast/css3-line-break/line-break-normal-inseparables-zh.html
 99 fast/css3-line-break/line-break-normal-iteration-marks-en.html
 100 fast/css3-line-break/line-break-normal-iteration-marks-ja.html
 101 fast/css3-line-break/line-break-normal-iteration-marks-ko.html
 102 fast/css3-line-break/line-break-normal-iteration-marks-zh.html
 103 fast/css3-line-break/line-break-normal-postfixes-en.html
 104 fast/css3-line-break/line-break-normal-postfixes-ja.html
 105 fast/css3-line-break/line-break-normal-postfixes-ko.html
 106 fast/css3-line-break/line-break-normal-postfixes-zh.html
 107 fast/css3-line-break/line-break-normal-prefixes-en.html
 108 fast/css3-line-break/line-break-normal-prefixes-ja.html
 109 fast/css3-line-break/line-break-normal-prefixes-ko.html
 110 fast/css3-line-break/line-break-normal-prefixes-zh.html
 111 fast/css3-line-break/line-break-normal-sound-marks-en.html
 112 fast/css3-line-break/line-break-normal-sound-marks-ja.html
 113 fast/css3-line-break/line-break-normal-sound-marks-ko.html
 114 fast/css3-line-break/line-break-normal-sound-marks-zh.html
 115 fast/css3-line-break/line-break-strict-centered-en.html
 116 fast/css3-line-break/line-break-strict-centered-ja.html
 117 fast/css3-line-break/line-break-strict-centered-ko.html
 118 fast/css3-line-break/line-break-strict-centered-zh.html
 119 fast/css3-line-break/line-break-strict-half-kana-en.html
 120 fast/css3-line-break/line-break-strict-half-kana-ja.html
 121 fast/css3-line-break/line-break-strict-half-kana-ko.html
 122 fast/css3-line-break/line-break-strict-half-kana-zh.html
 123 fast/css3-line-break/line-break-strict-hyphens-en.html
 124 fast/css3-line-break/line-break-strict-hyphens-ja.html
 125 fast/css3-line-break/line-break-strict-hyphens-ko.html
 126 fast/css3-line-break/line-break-strict-hyphens-zh.html
 127 fast/css3-line-break/line-break-strict-inseparables-en.html
 128 fast/css3-line-break/line-break-strict-inseparables-ja.html
 129 fast/css3-line-break/line-break-strict-inseparables-ko.html
 130 fast/css3-line-break/line-break-strict-inseparables-zh.html
 131 fast/css3-line-break/line-break-strict-iteration-marks-en.html
 132 fast/css3-line-break/line-break-strict-iteration-marks-ja.html
 133 fast/css3-line-break/line-break-strict-iteration-marks-ko.html
 134 fast/css3-line-break/line-break-strict-iteration-marks-zh.html
 135 fast/css3-line-break/line-break-strict-postfixes-en.html
 136 fast/css3-line-break/line-break-strict-postfixes-ja.html
 137 fast/css3-line-break/line-break-strict-postfixes-ko.html
 138 fast/css3-line-break/line-break-strict-postfixes-zh.html
 139 fast/css3-line-break/line-break-strict-prefixes-en.html
 140 fast/css3-line-break/line-break-strict-prefixes-ja.html
 141 fast/css3-line-break/line-break-strict-prefixes-ko.html
 142 fast/css3-line-break/line-break-strict-prefixes-zh.html
 143 fast/css3-line-break/line-break-strict-sound-marks-en.html
 144 fast/css3-line-break/line-break-strict-sound-marks-ja.html
 145 fast/css3-line-break/line-break-strict-sound-marks-ko.html
 146 fast/css3-line-break/line-break-strict-sound-marks-zh.html
 147
 148 * css/CSSComputedStyleDeclaration.cpp:
 149 (WebCore::CSSComputedStyleDeclaration::getPropertyCSSValue):
 150 Update from kthmlLineBreak() to lineBreak().
 151
 152 * css/CSSParser.cpp:
 153 (WebCore::isValidKeywordPropertyAndValue):
 154 Update values supported for CSSPropertyWebkitLineBreak.
 155
 156 * css/CSSPrimitiveValueMappings.h:
 157 (WebCore::CSSPrimitiveValue::CSSPrimitiveValue):
 158 (WebCore::CSSPrimitiveValue::operator LineBreak):
 159 Update LineBreak enumeration values (previously EKHTMLLineBreak).
 160
 161 * css/CSSValueKeywords.in:
 162 Update keywords used for -webkit-line-break.
 163
 164 * css/StyleBuilder.cpp:
 165 (WebCore::StyleBuilder::StyleBuilder):
 166 Update names for line break style getter/setter.
 167
 168 * platform/text/LineBreakIteratorPoolICU.h:
 169 (WebCore::LineBreakIteratorPool::take):
 170 (WebCore::LineBreakIteratorPool::put):
 171 (LineBreakIteratorPool):
 172 Remove direct dependency from ICU library (and types), moving that dependency into
 173 new {open,close}LineBreakIterator() functions (defined in TextBreakIteratorICU.cpp).
 174 Update to take line break mode into account.
 175 Create (and cache) different break iterators depending on line break mode (in addition to locale),
 176 which entails expanding pool entry key format to optionally append "@break=" +
 177 "loose"|"normal"|"strict" keyword to locale string.
 178
 179 * platform/text/TextBreakIterator.h:
 180 (WebCore::LazyLineBreakIterator::LazyLineBreakIterator):
 181 (WebCore::LazyLineBreakIterator::isLooseCJKMode):
 182 (WebCore::LazyLineBreakIterator::get):
 183 (WebCore::LazyLineBreakIterator::reset):
 184 (LazyLineBreakIterator):
 185 Define LineBreakIteratorMode enumeration for use in TextBreakIterator et al.
 186 Add state member to indicate line break mode.
 187
 188 * platform/text/TextBreakIteratorICU.cpp:
 189 (WebCore::acquireLineBreakIterator):
 190 Use new line break mode when making iterator from pool.
 191 Handle change of return type of LineBreakIteratorPool::take() to non-ICU type,
 192 i.e., TextBreakIterator* instead of ICU's UBreakIterator*.
 193 (WebCore::releaseLineBreakIterator):
 194 Handle change of parameter type of LineBreakIteratorPool::put() to non-ICU type,
 195 i.e., TextBreakIterator* instead of ICU's UBreakIterator*.
 196 (WebCore::isCJK):
 197 (WebCore::isCJKLocale):
 198 New functions for determining if CJK rules apply.
 199 (WebCore::openLineBreakIterator):
 200 New function for abstracting opening of ICU style line break iterator. This is now
 201 used in LineBreakIteratorPoolICU.h rather than having direct ICU API dependency there.
 202 This function also takes into account the line break mode.
 203 (WebCore::closeLineBreakIterator):
 204 New function for abstracting closing of ICU style line break iterator. This is now
 205 used in LineBreakIteratorPoolICU.h rather than having direct ICU API dependency there.
 206 (WebCore::mapLineIteratorModeToRules):
 207 New function to map line block mode to a set of ICU rules to be used to open an
 208 ICU line break iterator. A set of rules is constructed with customized parameterization
 209 based on the line block mode and locale (whether CJK or not).
 210
 211 * rendering/RenderBlockLineLayout.cpp:
 212 (WebCore::RenderBlock::LineBreaker::nextLineBreak):
 213 Pass line break iterator mode flag when reseting LazyLineBreakIterator.
 214 Add looseMode local variable to prevent need for computing under isBreakable().
 215
 216 * rendering/RenderText.cpp:
 217 (WebCore):
 218 (WebCore::mapLineBreakToIteratorMode):
 219 Add implementation for mapLineBreakToIteratorMode(), used by both RenderText::computePreferredLogicalWidths
 220 and RenderBlock::LineBreaker::nextLineBreak.
 221 (WebCore::RenderText::computePreferredLogicalWidths):
 222 Ensure (lazy line) breakIterator is initialized for line break mode.
 223 Ensure isBreakable() is passed loose mode flag to match behavior in RenderBlock::LineBreaker::nextLineBreak.
 224
 225 * rendering/RenderText.h:
 226 (WebCore):
 227 Add declaration for mapLineBreakToIteratorMode(), used by both RenderText::computePreferredLogicalWidths
 228 and RenderBlock::LineBreaker::nextLineBreak.
 229
 230 * rendering/break_lines.cpp:
 231 (WebCore):
 232 Introduce two (local) enums NBSPBehavior and LooseBehavior for expanding template on nextBreakablePosition
 233 to include loose mode parameter.
 234 (WebCore::isBreakableSpace):
 235 Add externally specified loose mode parameter to prevent need to invoke line break iterator
 236 accessor method on each invocation. Use new loose mode flavors off NBP functions.
 237 (WebCore::needsLineBreakIterator):
 238 Introduce loose mode behavior template parameter to optimize loose mode behavior code path in order
 239 to prevent regression to non loose mode path.
 240 (WebCore::nextBreakablePosition):
 241 (WebCore::nextBreakablePositionIgnoringNBSP):
 242 Use new template parameter enums described above.
 243 (WebCore::nextBreakablePositionIgnoringNBSPLoose):
 244 (WebCore::nextBreakablePositionLoose):
 245 Introduce two additional 'loose' mode flavors of NBP template expansions.
 246
 247 * rendering/break_lines.h:
 248 (WebCore):
 249 (WebCore::isBreakable):
 250 Add externally specified loose mode parameter to prevent need to invoke line break iterator
 251 accessor method on each invocation.
 252
 253 * rendering/style/RenderStyle.cpp:
 254 (WebCore::RenderStyle::diff):
 255 Remove khtml prefix on line break related state.
 256
 257 * rendering/style/RenderStyle.h:
 258 Remove khtml prefix on line break related methods. Update to redefined LineBreak
 259 enumeration type.
 260
 261 * rendering/style/RenderStyleConstants.h:
 262 Rename EKHTMLLineBreak enumeration to LineBreak.
 263 Redefine LineBreak enumeration to include new CSS3 Text modes (auto, loose, strict) and
 264 use better names.
 265
 266 * rendering/style/StyleRareInheritedData.cpp:
 267 (WebCore::StyleRareInheritedData::StyleRareInheritedData):
 268 (WebCore::StyleRareInheritedData::operator==):
 269 Remove khtml prefix on line break related state references.
 270
 271 * rendering/style/StyleRareInheritedData.h:
 272 (StyleRareInheritedData):
 273 Remove khtml prefix on line break related state. Widen field to 3 bits to support 8 values,
 274 of which 5 are now used.
 275
12762012-09-14 Michelangelo De Simone <michelangelo@webkit.org>
2277
3278 [CSS Shaders] u_textureSize uniform should be set to the size of the texture.

Source/WebCore/css/CSSComputedStyleDeclaration.cpp

@@PassRefPtr<CSSValue> CSSComputedStyleDeclaration::getPropertyCSSValue(CSSPropert
20882088 case CSSPropertyWordWrap:
20892089 return cssValuePool().createValue(style->overflowWrap());
20902090 case CSSPropertyWebkitLineBreak:
2091  return cssValuePool().createValue(style->khtmlLineBreak());
 2091 return cssValuePool().createValue(style->lineBreak());
20922092 case CSSPropertyWebkitNbspMode:
20932093 return cssValuePool().createValue(style->nbspMode());
20942094 case CSSPropertyResize:

Source/WebCore/css/CSSParser.cpp

@@static inline bool isValidKeywordPropertyAndValue(CSSPropertyID propertyId, int
809809 if (valueID == CSSValueNone || valueID == CSSValueEdges)
810810 return true;
811811 break;
812  case CSSPropertyWebkitLineBreak: // normal | after-white-space
813  if (valueID == CSSValueNormal || valueID == CSSValueAfterWhiteSpace)
 812 case CSSPropertyWebkitLineBreak: // auto | loose | normal | strict | after-white-space
 813 if (valueID == CSSValueAuto || valueID == CSSValueLoose || valueID == CSSValueNormal || valueID == CSSValueStrict || valueID == CSSValueAfterWhiteSpace)
814814 return true;
815815 break;
816816 case CSSPropertyWebkitLineSnap:

Source/WebCore/css/CSSPrimitiveValueMappings.h

@@template<> inline CSSPrimitiveValue::operator EFloat() const
14401440 return NoFloat;
14411441}
14421442
1443 template<> inline CSSPrimitiveValue::CSSPrimitiveValue(EKHTMLLineBreak e)
 1443template<> inline CSSPrimitiveValue::CSSPrimitiveValue(LineBreak e)
14441444 : CSSValue(PrimitiveClass)
14451445{
14461446 m_primitiveUnitType = CSS_IDENT;
14471447 switch (e) {
1448  case LBNORMAL:
1449  m_value.ident = CSSValueNormal;
1450  break;
1451  case AFTER_WHITE_SPACE:
1452  m_value.ident = CSSValueAfterWhiteSpace;
1453  break;
 1448 case LineBreakAuto:
 1449 m_value.ident = CSSValueAuto;
 1450 break;
 1451 case LineBreakLoose:
 1452 m_value.ident = CSSValueLoose;
 1453 break;
 1454 case LineBreakNormal:
 1455 m_value.ident = CSSValueNormal;
 1456 break;
 1457 case LineBreakStrict:
 1458 m_value.ident = CSSValueStrict;
 1459 break;
 1460 case LineBreakAfterWhiteSpace:
 1461 m_value.ident = CSSValueAfterWhiteSpace;
 1462 break;
14541463 }
14551464}
14561465
1457 template<> inline CSSPrimitiveValue::operator EKHTMLLineBreak() const
 1466template<> inline CSSPrimitiveValue::operator LineBreak() const
14581467{
14591468 switch (m_value.ident) {
1460  case CSSValueAfterWhiteSpace:
1461  return AFTER_WHITE_SPACE;
1462  case CSSValueNormal:
1463  return LBNORMAL;
 1469 case CSSValueAuto:
 1470 return LineBreakAuto;
 1471 case CSSValueLoose:
 1472 return LineBreakLoose;
 1473 case CSSValueNormal:
 1474 return LineBreakNormal;
 1475 case CSSValueStrict:
 1476 return LineBreakStrict;
 1477 case CSSValueAfterWhiteSpace:
 1478 return LineBreakAfterWhiteSpace;
14641479 }
14651480
14661481 ASSERT_NOT_REACHED();
1467  return LBNORMAL;
 1482 return LineBreakAuto;
14681483}
14691484
14701485template<> inline CSSPrimitiveValue::CSSPrimitiveValue(EListStylePosition e)

Source/WebCore/css/CSSValueKeywords.in

@@space
621621//
622622// CSS_PROP__KHTML_LINE_BREAK
623623//
 624// auto
 625loose
 626// normal
 627strict
624628after-white-space
625629
626630// -webkit-appearance

Source/WebCore/css/StyleBuilder.cpp

@@StyleBuilder::StyleBuilder()
19921992 setPropertyHandler(CSSPropertyWebkitHyphenateLimitLines, ApplyPropertyNumber<short, &RenderStyle::hyphenationLimitLines, &RenderStyle::setHyphenationLimitLines, &RenderStyle::initialHyphenationLimitLines, CSSValueNoLimit>::createHandler());
19931993 setPropertyHandler(CSSPropertyWebkitHyphens, ApplyPropertyDefault<Hyphens, &RenderStyle::hyphens, Hyphens, &RenderStyle::setHyphens, Hyphens, &RenderStyle::initialHyphens>::createHandler());
19941994 setPropertyHandler(CSSPropertyWebkitLineAlign, ApplyPropertyDefault<LineAlign, &RenderStyle::lineAlign, LineAlign, &RenderStyle::setLineAlign, LineAlign, &RenderStyle::initialLineAlign>::createHandler());
1995  setPropertyHandler(CSSPropertyWebkitLineBreak, ApplyPropertyDefault<EKHTMLLineBreak, &RenderStyle::khtmlLineBreak, EKHTMLLineBreak, &RenderStyle::setKHTMLLineBreak, EKHTMLLineBreak, &RenderStyle::initialKHTMLLineBreak>::createHandler());
 1995 setPropertyHandler(CSSPropertyWebkitLineBreak, ApplyPropertyDefault<LineBreak, &RenderStyle::lineBreak, LineBreak, &RenderStyle::setLineBreak, LineBreak, &RenderStyle::initialLineBreak>::createHandler());
19961996 setPropertyHandler(CSSPropertyWebkitLineGrid, ApplyPropertyString<MapNoneToNull, &RenderStyle::lineGrid, &RenderStyle::setLineGrid, &RenderStyle::initialLineGrid>::createHandler());
19971997 setPropertyHandler(CSSPropertyWebkitLineSnap, ApplyPropertyDefault<LineSnap, &RenderStyle::lineSnap, LineSnap, &RenderStyle::setLineSnap, LineSnap, &RenderStyle::initialLineSnap>::createHandler());
19981998 setPropertyHandler(CSSPropertyWebkitMarginAfterCollapse, ApplyPropertyDefault<EMarginCollapse, &RenderStyle::marginAfterCollapse, EMarginCollapse, &RenderStyle::setMarginAfterCollapse, EMarginCollapse, &RenderStyle::initialMarginAfterCollapse>::createHandler());

Source/WebCore/platform/text/LineBreakIteratorPoolICU.h

2626#ifndef LineBreakIteratorPoolICU_h
2727#define LineBreakIteratorPoolICU_h
2828
 29#include "TextBreakIterator.h"
2930#include "TextBreakIteratorInternalICU.h"
30 #include <unicode/ubrk.h>
3131#include <wtf/Assertions.h>
3232#include <wtf/HashMap.h>
3333#include <wtf/PassOwnPtr.h>
3434#include <wtf/ThreadSpecific.h>
3535#include <wtf/text/AtomicString.h>
3636#include <wtf/text/CString.h>
 37#include <wtf/text/StringBuilder.h>
3738
3839namespace WebCore {
3940

@@public:
4849
4950 static PassOwnPtr<LineBreakIteratorPool> create() { return adoptPtr(new LineBreakIteratorPool); }
5051
51  UBreakIterator* take(const AtomicString& locale)
 52 TextBreakIterator* take(const AtomicString& locale, LineBreakIteratorMode mode, bool cjk)
5253 {
53  UBreakIterator* iterator = 0;
 54 AtomicString localeWithOptionalBreakKeyword;
 55 if (mode == LineBreakIteratorModeUAX14)
 56 localeWithOptionalBreakKeyword = locale;
 57 else {
 58 StringBuilder localeWithKeyword;
 59 localeWithKeyword.append(locale);
 60 localeWithKeyword.appendLiteral("@break=");
 61 switch (mode) {
 62 case LineBreakIteratorModeUAX14Loose:
 63 localeWithKeyword.appendLiteral("loose");
 64 break;
 65 case LineBreakIteratorModeUAX14Normal:
 66 localeWithKeyword.appendLiteral("normal");
 67 break;
 68 case LineBreakIteratorModeUAX14Strict:
 69 localeWithKeyword.appendLiteral("strict");
 70 break;
 71 default:
 72 ASSERT_NOT_REACHED();
 73 }
 74 localeWithOptionalBreakKeyword = localeWithKeyword.toString();
 75 }
 76
 77 TextBreakIterator* iterator = 0;
5478 for (size_t i = 0; i < m_pool.size(); ++i) {
55  if (m_pool[i].first == locale) {
 79 if (m_pool[i].first == localeWithOptionalBreakKeyword) {
5680 iterator = m_pool[i].second;
5781 m_pool.remove(i);
5882 break;

@@public:
6084 }
6185
6286 if (!iterator) {
63  UErrorCode openStatus = U_ZERO_ERROR;
64  bool localeIsEmpty = locale.isEmpty();
65  iterator = ubrk_open(UBRK_LINE, localeIsEmpty ? currentTextBreakLocaleID() : locale.string().utf8().data(), 0, 0, &openStatus);
66  // locale comes from a web page and it can be invalid, leading ICU
67  // to fail, in which case we fall back to the default locale.
68  if (!localeIsEmpty && U_FAILURE(openStatus)) {
69  openStatus = U_ZERO_ERROR;
70  iterator = ubrk_open(UBRK_LINE, currentTextBreakLocaleID(), 0, 0, &openStatus);
71  }
72 
73  if (U_FAILURE(openStatus)) {
74  LOG_ERROR("ubrk_open failed with status %d", openStatus);
 87 iterator = openLineBreakIterator(localeWithOptionalBreakKeyword, mode, cjk);
 88 if (!iterator)
7589 return 0;
76  }
7790 }
7891
7992 ASSERT(!m_vendedIterators.contains(iterator));
80  m_vendedIterators.set(iterator, locale);
 93 m_vendedIterators.set(iterator, localeWithOptionalBreakKeyword);
8194 return iterator;
8295 }
8396
84  void put(UBreakIterator* iterator)
 97 void put(TextBreakIterator* iterator)
8598 {
8699 ASSERT_ARG(iterator, m_vendedIterators.contains(iterator));
87100
88101 if (m_pool.size() == capacity) {
89  ubrk_close(m_pool[0].second);
 102 closeLineBreakIterator(m_pool[0].second);
90103 m_pool.remove(0);
91104 }
92105

@@private:
98111
99112 static const size_t capacity = 4;
100113
101  typedef pair<AtomicString, UBreakIterator*> Entry;
 114 typedef pair<AtomicString, TextBreakIterator*> Entry;
102115 typedef Vector<Entry, capacity> Pool;
103116 Pool m_pool;
104  HashMap<UBreakIterator*, AtomicString> m_vendedIterators;
 117 HashMap<TextBreakIterator*, AtomicString> m_vendedIterators;
105118
106119 friend WTF::ThreadSpecific<LineBreakIteratorPool>::operator LineBreakIteratorPool*();
107120};

Source/WebCore/platform/text/TextBreakIterator.h

@@namespace WebCore {
3131
3232 // Note: The returned iterator is good only until you get another iterator, with the exception of acquireLineBreakIterator.
3333
 34 enum LineBreakIteratorMode {
 35 LineBreakIteratorModeUAX14,
 36 LineBreakIteratorModeUAX14Loose,
 37 LineBreakIteratorModeUAX14Normal,
 38 LineBreakIteratorModeUAX14Strict,
 39 };
 40
3441 // This is similar to character break iterator in most cases, but is subject to
3542 // platform UI conventions. One notable example where this can be different
3643 // from character break iterator is Thai prepend characters, see bug 24342.

@@namespace WebCore {
3845 TextBreakIterator* cursorMovementIterator(const UChar*, int length);
3946
4047 TextBreakIterator* wordBreakIterator(const UChar*, int length);
41  TextBreakIterator* acquireLineBreakIterator(const UChar*, int length, const AtomicString& locale);
 48 TextBreakIterator* acquireLineBreakIterator(const UChar*, int length, const AtomicString& locale, LineBreakIteratorMode, bool cjk);
4249 void releaseLineBreakIterator(TextBreakIterator*);
 50 TextBreakIterator* openLineBreakIterator(const AtomicString& locale, LineBreakIteratorMode, bool cjk);
 51 void closeLineBreakIterator(TextBreakIterator*&);
4352 TextBreakIterator* sentenceBreakIterator(const UChar*, int length);
4453
4554 int textBreakFirst(TextBreakIterator*);

@@namespace WebCore {
5463
5564 const int TextBreakDone = -1;
5665
 66 bool isCJKLocale(const AtomicString& locale);
 67
5768class LazyLineBreakIterator {
5869public:
59  LazyLineBreakIterator(const UChar* string = 0, int length = 0, const AtomicString& locale = AtomicString())
 70 LazyLineBreakIterator(const UChar* string = 0, int length = 0, const AtomicString& locale = AtomicString(), LineBreakIteratorMode mode = LineBreakIteratorModeUAX14)
6071 : m_string(string)
6172 , m_length(length)
6273 , m_locale(locale)
 74 , m_mode(mode)
6375 , m_iterator(0)
6476 {
 77 m_cjk = isCJKLocale(locale);
6578 }
6679
6780 ~LazyLineBreakIterator()

@@public:
7285
7386 const UChar* string() const { return m_string; }
7487 int length() const { return m_length; }
 88 bool isLooseCJKMode() const { return m_cjk && m_mode == LineBreakIteratorModeUAX14Loose; }
7589
7690 TextBreakIterator* get()
7791 {
7892 if (!m_iterator)
79  m_iterator = acquireLineBreakIterator(m_string, m_length, m_locale);
 93 m_iterator = acquireLineBreakIterator(m_string, m_length, m_locale, m_mode, m_cjk);
8094 return m_iterator;
8195 }
8296
83  void reset(const UChar* string, int length, const AtomicString& locale)
 97 void reset(const UChar* string, int length, const AtomicString& locale, LineBreakIteratorMode mode)
8498 {
8599 if (m_iterator)
86100 releaseLineBreakIterator(m_iterator);

@@public:
88102 m_string = string;
89103 m_length = length;
90104 m_locale = locale;
 105 m_mode = mode;
 106 m_cjk = isCJKLocale(locale);
91107 m_iterator = 0;
92108 }
93109

@@private:
95111 const UChar* m_string;
96112 int m_length;
97113 AtomicString m_locale;
 114 LineBreakIteratorMode m_mode;
 115 bool m_cjk;
98116 TextBreakIterator* m_iterator;
99117};
100118

Source/WebCore/platform/text/TextBreakIteratorICU.cpp

2323#include "TextBreakIterator.h"
2424
2525#include "LineBreakIteratorPoolICU.h"
 26#include <unicode/ubrk.h>
 27#include <unicode/uloc.h>
2628#include <wtf/Atomics.h>
2729#include <wtf/text/WTFString.h>
2830

@@TextBreakIterator* wordBreakIterator(const UChar* string, int length)
6264 staticWordBreakIterator, UBRK_WORD, string, length);
6365}
6466
65 TextBreakIterator* acquireLineBreakIterator(const UChar* string, int length, const AtomicString& locale)
 67TextBreakIterator* acquireLineBreakIterator(const UChar* string, int length, const AtomicString& locale, LineBreakIteratorMode mode, bool cjk)
6668{
67  UBreakIterator* iterator = LineBreakIteratorPool::sharedPool().take(locale);
 69 TextBreakIterator* iterator = LineBreakIteratorPool::sharedPool().take(locale, mode, cjk);
6870 if (!iterator)
6971 return 0;
7072
 73 UBreakIterator* ubrkIter = reinterpret_cast<UBreakIterator*>(iterator);
7174 UErrorCode setTextStatus = U_ZERO_ERROR;
72  ubrk_setText(iterator, string, length, &setTextStatus);
 75 ubrk_setText(ubrkIter, string, length, &setTextStatus);
7376 if (U_FAILURE(setTextStatus)) {
7477 LOG_ERROR("ubrk_setText failed with status %d", setTextStatus);
7578 return 0;
7679 }
7780
78  return reinterpret_cast<TextBreakIterator*>(iterator);
 81 return iterator;
7982}
8083
8184void releaseLineBreakIterator(TextBreakIterator* iterator)
8285{
8386 ASSERT_ARG(iterator, iterator);
8487
85  LineBreakIteratorPool::sharedPool().put(reinterpret_cast<UBreakIterator*>(iterator));
 88 LineBreakIteratorPool::sharedPool().put(iterator);
 89}
 90
 91// Recognize BCP47 compliant primary language values of 'zh', 'ja', 'ko'
 92// (in any combination of case), optionally followed by subtags. Don't
 93// recognize 3-letter variants 'chi'/'zho', 'jpn', or 'kor' since BCP47
 94// requires use of shortest language tag.
 95template<typename T>
 96static bool isCJK(const T* s, size_t len)
 97{
 98 if (!s || len < 2)
 99 return false;
 100 T c1 = s[0];
 101 T c2 = s[1];
 102 T c3 = len == 2 ? 0 : s[2];
 103 if (!c3 || c3 == '-') {
 104 if (c1 == 'z' || c1 == 'Z')
 105 return c2 == 'h' || c2 == 'H';
 106 if (c1 == 'j' || c1 == 'J')
 107 return c2 == 'a' || c2 == 'A';
 108 if (c1 == 'k' || c1 == 'K')
 109 return c2 == 'o' || c2 == 'O';
 110 }
 111 return false;
 112}
 113
 114bool isCJKLocale(const AtomicString& locale)
 115{
 116 if (locale.isEmpty())
 117 return false;
 118 size_t sLen = locale.length();
 119 if (locale.is8Bit())
 120 return isCJK<LChar>(locale.characters8(), sLen);
 121 return isCJK<UChar>(locale.characters16(), sLen);
 122}
 123
 124static void mapLineIteratorModeToRules(LineBreakIteratorMode, bool cjk, String& rules);
 125
 126TextBreakIterator* openLineBreakIterator(const AtomicString& locale, LineBreakIteratorMode mode, bool cjk)
 127{
 128 UNUSED_PARAM(mode);
 129 UBreakIterator* ubrkIter;
 130 UErrorCode openStatus = U_ZERO_ERROR;
 131 bool localeIsEmpty = locale.isEmpty();
 132 if ((mode == LineBreakIteratorModeUAX14) && !cjk)
 133 ubrkIter = ubrk_open(UBRK_LINE, localeIsEmpty ? currentTextBreakLocaleID() : locale.string().utf8().data(), 0, 0, &openStatus);
 134 else {
 135 UParseError parseStatus;
 136 String rules;
 137 mapLineIteratorModeToRules(mode, cjk, rules);
 138 ubrkIter = ubrk_openRules(rules.characters(), rules.length(), 0, 0, &parseStatus, &openStatus);
 139 }
 140 // locale comes from a web page and it can be invalid, leading ICU
 141 // to fail, in which case we fall back to the default locale (with default rules)
 142 if (!localeIsEmpty && U_FAILURE(openStatus)) {
 143 openStatus = U_ZERO_ERROR;
 144 ubrkIter = ubrk_open(UBRK_LINE, currentTextBreakLocaleID(), 0, 0, &openStatus);
 145 }
 146
 147 if (U_FAILURE(openStatus)) {
 148 LOG_ERROR("ubrk_open failed with status %d", openStatus);
 149 ASSERT(!ubrkIter);
 150 }
 151 return reinterpret_cast<TextBreakIterator*>(ubrkIter);
 152}
 153
 154void closeLineBreakIterator(TextBreakIterator*& iterator)
 155{
 156 UBreakIterator* ubrkIter = reinterpret_cast<UBreakIterator*>(iterator);
 157 ASSERT(ubrkIter);
 158 ubrk_close(ubrkIter);
 159 iterator = 0;
86160}
87161
88162static TextBreakIterator* nonSharedCharacterBreakIterator;

@@TextBreakIterator* cursorMovementIterator(const UChar* string, int length)
282356 return setUpIteratorWithRules(createdCursorMovementIterator, staticCursorMovementIterator, kRules, string, length);
283357}
284358
 359static const char* uax14Prologue =
 360 "!!chain;"
 361 "!!LBCMNoChain;"
 362 "!!lookAheadHardBreak;";
 363
 364static const char* uax14AssignmentsBefore =
 365 // explicitly enumerate $CJ since ICU versions prior to 49 don't support :LineBreak=Conditional_Japanese_Starter:
 366 "$CJ = ["
 367 "\\u3041\\u3043\\u3045\\u3047\\u3049\\u3063\\u3083\\u3085\\u3087\\u308E\\u3095\\u3096\\u30A1\\u30A3\\u30A5\\u30A7"
 368 "\\u30A9\\u30C3\\u30E3\\u30E5\\u30E7\\u30EE\\u30F5\\u30F6\\u30FC"
 369 "\\u31F0\\u31F1\\u31F2\\u31F3\\u31F4\\u31F5\\u31F6\\u31F7\\u31F8\\u31F9\\u31FA\\u31FB\\u31FC\\u31FD\\u31FE\\u31FF"
 370 "\\uFF67\\uFF68\\uFF69\\uFF6A\\uFF6B\\uFF6C\\uFF6D\\uFF6E\\uFF6F\\uFF70"
 371 "];";
 372
 373static const char* uax14AssignmentsCustomLooseCJK =
 374 "$BA_SUB = [\\u2010\\u2013];"
 375 "$EX_SUB = [\\u0021\\u003F\\uFF01\\uFF1F];"
 376 "$ID_SUB = '';"
 377 "$IN_SUB = [\\u2025\\u2026];"
 378 "$IS_SUB = [\\u003A\\u003B];"
 379 "$NS_SUB = [\\u203C\\u2047\\u2048\\u2049\\u3005\\u301C\\u303B\\u309D\\u309E\\u30A0\\u30FB\\u30FD\\u30FE\\uFF1A\\uFF1B\\uFF65];"
 380 "$PO_SUB = [\\u0025\\u00A2\\u00B0\\u2030\\u2032\\u2033\\u2103\\uFF05\\uFFE0];"
 381 "$PR_SUB = [\\u0024\\u00A3\\u00A5\\u20AC\\u2116\\uFF04\\uFFE1\\uFFE5];"
 382 "$ID_ADD = [$CJ $BA_SUB $EX_SUB $IN_SUB $IS_SUB $NS_SUB $PO_SUB $PR_SUB];"
 383 "$NS_ADD = '';";
 384
 385static const char* uax14AssignmentsCustomLooseNonCJK =
 386 "$BA_SUB = '';"
 387 "$EX_SUB = '';"
 388 "$ID_SUB = '';"
 389 "$IN_SUB = [\\u2025\\u2026];"
 390 "$IS_SUB = '';"
 391 "$NS_SUB = [\\u3005\\u303B\\u309D\\u309E\\u30FD\\u30FE];"
 392 "$PO_SUB = '';"
 393 "$PR_SUB = '';"
 394 "$ID_ADD = [$CJ $IN_SUB $NS_SUB];"
 395 "$NS_ADD = '';";
 396
 397static const char* uax14AssignmentsCustomNormalCJK =
 398 "$BA_SUB = [\\u2010\\u2013];"
 399 "$EX_SUB = '';"
 400 "$IN_SUB = '';"
 401 "$ID_SUB = '';"
 402 "$IS_SUB = '';"
 403 "$NS_SUB = [\\u301C\\u30A0];"
 404 "$PO_SUB = '';"
 405 "$PR_SUB = '';"
 406 "$ID_ADD = [$CJ $BA_SUB $NS_SUB];"
 407 "$NS_ADD = '';";
 408
 409static const char* uax14AssignmentsCustomNormalNonCJK =
 410 "$BA_SUB = '';"
 411 "$EX_SUB = '';"
 412 "$ID_SUB = '';"
 413 "$IN_SUB = '';"
 414 "$IS_SUB = '';"
 415 "$NS_SUB = '';"
 416 "$PO_SUB = '';"
 417 "$PR_SUB = '';"
 418 "$ID_ADD = [$CJ];"
 419 "$NS_ADD = '';";
 420
 421static const char* uax14AssignmentsCustomStrictCJK =
 422 "$BA_SUB = '';"
 423 "$EX_SUB = '';"
 424 "$ID_SUB = '';"
 425 "$IN_SUB = '';"
 426 "$IS_SUB = '';"
 427 "$NS_SUB = '';"
 428 "$PO_SUB = '';"
 429 "$PR_SUB = '';"
 430 "$ID_ADD = '';"
 431 "$NS_ADD = [$CJ];";
 432
 433#define uax14AssignmentsCustomStrictNonCJK uax14AssignmentsCustomStrictCJK
 434#define uax14AssignmentsCustomDefaultCJK uax14AssignmentsCustomNormalCJK
 435#define uax14AssignmentsCustomDefaultNonCJK uax14AssignmentsCustomStrictNonCJK
 436
 437static const char* uax14AssignmentsAfter =
 438 "$AI = [:LineBreak = Ambiguous:];"
 439 "$AL = [:LineBreak = Alphabetic:];"
 440 "$BA = [[:LineBreak = Break_After:] - $BA_SUB];"
 441 "$BB = [:LineBreak = Break_Before:];"
 442 "$BK = [:LineBreak = Mandatory_Break:];"
 443 "$B2 = [:LineBreak = Break_Both:];"
 444 "$CB = [:LineBreak = Contingent_Break:];"
 445 "$CL = [:LineBreak = Close_Punctuation:];"
 446 "$CM = [:LineBreak = Combining_Mark:];"
 447 "$CP = [:LineBreak = Close_Parenthesis:];"
 448 "$CR = [:LineBreak = Carriage_Return:];"
 449 "$EX = [[:LineBreak = Exclamation:] - $EX_SUB];"
 450 "$GL = [:LineBreak = Glue:];"
 451 "$HL = [[:Hebrew:] & [:Letter:]];"
 452 "$HY = [:LineBreak = Hyphen:];"
 453 "$H2 = [:LineBreak = H2:];"
 454 "$H3 = [:LineBreak = H3:];"
 455 "$ID = [[[[:LineBreak = Ideographic:] - $CJ] $ID_ADD] - $ID_SUB];"
 456 "$IN = [[:LineBreak = Inseparable:] - $IN_SUB];"
 457 "$IS = [[:LineBreak = Infix_Numeric:] - $IS_SUB];"
 458 "$JL = [:LineBreak = JL:];"
 459 "$JV = [:LineBreak = JV:];"
 460 "$JT = [:LineBreak = JT:];"
 461 "$LF = [:LineBreak = Line_Feed:];"
 462 "$NL = [:LineBreak = Next_Line:];"
 463 "$NS = [[[[:LineBreak = Nonstarter:] - $CJ] $NS_ADD] - $NS_SUB];"
 464 "$NU = [:LineBreak = Numeric:];"
 465 "$OP = [:LineBreak = Open_Punctuation:];"
 466 "$PO = [[:LineBreak = Postfix_Numeric:] - $PO_SUB];"
 467 "$PR = [[:LineBreak = Prefix_Numeric:] - $PR_SUB];"
 468 "$QU = [:LineBreak = Quotation:];"
 469 "$SA = [:LineBreak = Complex_Context:];"
 470 "$SG = [:LineBreak = Surrogate:];"
 471 "$SP = [:LineBreak = Space:];"
 472 "$SY = [:LineBreak = Break_Symbols:];"
 473 "$WJ = [:LineBreak = Word_Joiner:];"
 474 "$XX = [:LineBreak = Unknown:];"
 475 "$ZW = [:LineBreak = ZWSpace:];"
 476 "$dictionary = [:LineBreak = Complex_Context:];"
 477 "$ALPlus = [$AL $AI $SA $SG $XX];"
 478 "$ALcm = $ALPlus $CM*;"
 479 "$BAcm = $BA $CM*;"
 480 "$BBcm = $BB $CM*;"
 481 "$B2cm = $B2 $CM*;"
 482 "$CLcm = $CL $CM*;"
 483 "$CPcm = $CP $CM*;"
 484 "$EXcm = $EX $CM*;"
 485 "$GLcm = $GL $CM*;"
 486 "$HLcm = $HL $CM*;"
 487 "$HYcm = $HY $CM*;"
 488 "$H2cm = $H2 $CM*;"
 489 "$H3cm = $H3 $CM*;"
 490 "$IDcm = $ID $CM*;"
 491 "$INcm = $IN $CM*;"
 492 "$IScm = $IS $CM*;"
 493 "$JLcm = $JL $CM*;"
 494 "$JVcm = $JV $CM*;"
 495 "$JTcm = $JT $CM*;"
 496 "$NScm = $NS $CM*;"
 497 "$NUcm = $NU $CM*;"
 498 "$OPcm = $OP $CM*;"
 499 "$POcm = $PO $CM*;"
 500 "$PRcm = $PR $CM*;"
 501 "$QUcm = $QU $CM*;"
 502 "$SYcm = $SY $CM*;"
 503 "$WJcm = $WJ $CM*;";
 504
 505static const char* uax14Forward =
 506 "!!forward;"
 507 "$CAN_CM = [^$SP $BK $CR $LF $NL $ZW $CM];"
 508 "$CANT_CM = [$SP $BK $CR $LF $NL $ZW $CM];"
 509 "$AL_FOLLOW_NOCM = [$BK $CR $LF $NL $ZW $SP];"
 510 "$AL_FOLLOW_CM = [$CL $CP $EX $HL $IS $SY $WJ $GL $OP $QU $BA $HY $NS $IN $NU $ALPlus];"
 511 "$AL_FOLLOW = [$AL_FOLLOW_NOCM $AL_FOLLOW_CM];"
 512 "$LB4Breaks = [$BK $CR $LF $NL];"
 513 "$LB4NonBreaks = [^$BK $CR $LF $NL];"
 514 "$LB8Breaks = [$LB4Breaks $ZW];"
 515 "$LB8NonBreaks = [[$LB4NonBreaks] - [$ZW]];"
 516 "$LB18NonBreaks = [$LB8NonBreaks - [$SP]];"
 517 "$LB18Breaks = [$LB8Breaks $SP];"
 518 "$LB20NonBreaks = [$LB18NonBreaks - $CB];"
 519 "$ALPlus $CM+;"
 520 "$BA $CM+;"
 521 "$BB $CM+;"
 522 "$B2 $CM+;"
 523 "$CL $CM+;"
 524 "$CP $CM+;"
 525 "$EX $CM+;"
 526 "$GL $CM+;"
 527 "$HL $CM+;"
 528 "$HY $CM+;"
 529 "$H2 $CM+;"
 530 "$H3 $CM+;"
 531 "$ID $CM+;"
 532 "$IN $CM+;"
 533 "$IS $CM+;"
 534 "$JL $CM+;"
 535 "$JV $CM+;"
 536 "$JT $CM+;"
 537 "$NS $CM+;"
 538 "$NU $CM+;"
 539 "$OP $CM+;"
 540 "$PO $CM+;"
 541 "$PR $CM+;"
 542 "$QU $CM+;"
 543 "$SY $CM+;"
 544 "$WJ $CM+;"
 545 "$CR $LF {100};"
 546 "$LB4NonBreaks? $LB4Breaks {100};"
 547 "$CAN_CM $CM* $LB4Breaks {100};"
 548 "$CM+ $LB4Breaks {100};"
 549 "$LB4NonBreaks [$SP $ZW];"
 550 "$CAN_CM $CM* [$SP $ZW];"
 551 "$CM+ [$SP $ZW];"
 552 "$CAN_CM $CM+;"
 553 "$CM+;"
 554 "$CAN_CM $CM* $WJcm;"
 555 "$LB8NonBreaks $WJcm;"
 556 "$CM+ $WJcm;"
 557 "$WJcm $CANT_CM;"
 558 "$WJcm $CAN_CM $CM*;"
 559 "$GLcm $CAN_CM $CM*;"
 560 "$GLcm $CANT_CM;"
 561 "[[$LB8NonBreaks] - [$SP $BA $HY]] $CM* $GLcm;"
 562 "$CM+ GLcm;"
 563 "$LB8NonBreaks $CL;"
 564 "$CAN_CM $CM* $CL;"
 565 "$CM+ $CL;"
 566 "$LB8NonBreaks $CP;"
 567 "$CAN_CM $CM* $CP;"
 568 "$CM+ $CP;"
 569 "$LB8NonBreaks $EX;"
 570 "$CAN_CM $CM* $EX;"
 571 "$CM+ $EX;"
 572 "$LB8NonBreaks $IS;"
 573 "$CAN_CM $CM* $IS;"
 574 "$CM+ $IS;"
 575 "$LB8NonBreaks $SY;"
 576 "$CAN_CM $CM* $SY;"
 577 "$CM+ $SY;"
 578 "$OPcm $SP* $CAN_CM $CM*;"
 579 "$OPcm $SP* $CANT_CM;"
 580 "$OPcm $SP+ $CM+ $AL_FOLLOW?;"
 581 "$QUcm $SP* $OPcm;"
 582 "($CLcm | $CPcm) $SP* $NScm;"
 583 "$B2cm $SP* $B2cm;"
 584 "$LB18NonBreaks $CM* $QUcm;"
 585 "$CM+ $QUcm;"
 586 "$QUcm .?;"
 587 "$QUcm $LB18NonBreaks $CM*;"
 588 "$LB20NonBreaks $CM* ($BAcm | $HYcm | $NScm); "
 589 "$BBcm [^$CB];"
 590 "$BBcm $LB20NonBreaks $CM*;"
 591 "$HLcm ($HYcm | $BAcm) [^$CB]?;"
 592 "($ALcm | $HLcm) $INcm;"
 593 "$CM+ $INcm;"
 594 "$IDcm $INcm;"
 595 "$INcm $INcm;"
 596 "$NUcm $INcm;"
 597 "$IDcm $POcm;"
 598 "$ALcm $NUcm;"
 599 "$HLcm $NUcm;"
 600 "$CM+ $NUcm;"
 601 "$NUcm $ALcm;"
 602 "$NUcm $HLcm;"
 603 "$PRcm $IDcm;"
 604 "$PRcm ($ALcm | $HLcm);"
 605 "$POcm ($ALcm | $HLcm);"
 606 "($PRcm | $POcm)? ($OPcm | $HYcm)? $NUcm ($NUcm | $SYcm | $IScm)* ($CLcm | $CPcm)? ($PRcm | $POcm)?;"
 607 "$JLcm ($JLcm | $JVcm | $H2cm | $H3cm);"
 608 "($JVcm | $H2cm) ($JVcm | $JTcm);"
 609 "($JTcm | $H3cm) $JTcm;"
 610 "($JLcm | $JVcm | $JTcm | $H2cm | $H3cm) $INcm;"
 611 "($JLcm | $JVcm | $JTcm | $H2cm | $H3cm) $POcm;"
 612 "$PRcm ($JLcm | $JVcm | $JTcm | $H2cm | $H3cm);"
 613 "($ALcm | $HLcm) ($ALcm | $HLcm);"
 614 "$CM+ ($ALcm | $HLcm);"
 615 "$IScm ($ALcm | $HLcm);"
 616 "($ALcm | $HLcm | $NUcm) $OPcm;"
 617 "$CM+ $OPcm;"
 618 "$CPcm ($ALcm | $HLcm | $NUcm);";
 619
 620static const char* uax14Reverse =
 621 "!!reverse;"
 622 "$CM+ $ALPlus;"
 623 "$CM+ $BA;"
 624 "$CM+ $BB;"
 625 "$CM+ $B2;"
 626 "$CM+ $CL;"
 627 "$CM+ $CP;"
 628 "$CM+ $EX;"
 629 "$CM+ $GL;"
 630 "$CM+ $HL;"
 631 "$CM+ $HY;"
 632 "$CM+ $H2;"
 633 "$CM+ $H3;"
 634 "$CM+ $ID;"
 635 "$CM+ $IN;"
 636 "$CM+ $IS;"
 637 "$CM+ $JL;"
 638 "$CM+ $JV;"
 639 "$CM+ $JT;"
 640 "$CM+ $NS;"
 641 "$CM+ $NU;"
 642 "$CM+ $OP;"
 643 "$CM+ $PO;"
 644 "$CM+ $PR;"
 645 "$CM+ $QU;"
 646 "$CM+ $SY;"
 647 "$CM+ $WJ;"
 648 "$CM+;"
 649 "$AL_FOLLOW $CM+ / ([$BK $CR $LF $NL $ZW {eof}] | $SP+ $CM+ $SP | $SP+ $CM* ([^$OP $CM $SP] | [$AL {eof}]));"
 650 "[$PR] / $CM+ [$BK $CR $LF $NL $ZW $SP {eof}];"
 651 "$LB4Breaks [$LB4NonBreaks-$CM];"
 652 "$LB4Breaks $CM+ $CAN_CM;"
 653 "$LF $CR;"
 654 "[$SP $ZW] [$LB4NonBreaks-$CM];"
 655 "[$SP $ZW] $CM+ $CAN_CM;"
 656 "$CM+ $CAN_CM;"
 657 "$CM* $WJ $CM* $CAN_CM;"
 658 "$CM* $WJ [$LB8NonBreaks-$CM];"
 659 "$CANT_CM $CM* $WJ;"
 660 "$CM* $CAN_CM $CM* $WJ;"
 661 "$CM* $GL $CM* [$LB8NonBreaks-[$CM $SP $BA $HY]];"
 662 "$CANT_CM $CM* $GL;"
 663 "$CM* $CAN_CM $CM* $GL;"
 664 "$CL $CM+ $CAN_CM;"
 665 "$CP $CM+ $CAN_CM;"
 666 "$EX $CM+ $CAN_CM;"
 667 "$IS $CM+ $CAN_CM;"
 668 "$SY $CM+ $CAN_CM;"
 669 "$CL [$LB8NonBreaks-$CM];"
 670 "$CP [$LB8NonBreaks-$CM];"
 671 "$EX [$LB8NonBreaks-$CM];"
 672 "$IS [$LB8NonBreaks-$CM];"
 673 "$SY [$LB8NonBreaks-$CM];"
 674 "[$CL $CP $EX $IS $SY] $CM+ $SP+ $CM* $OP; "
 675 "$CM* $CAN_CM $SP* $CM* $OP;"
 676 "$CANT_CM $SP* $CM* $OP;"
 677 "$AL_FOLLOW? $CM+ $SP $SP* $CM* $OP;"
 678 "$AL_FOLLOW_NOCM $CM+ $SP+ $CM* $OP;"
 679 "$CM* $AL_FOLLOW_CM $CM+ $SP+ $CM* $OP;"
 680 "$SY $CM $SP+ $OP;"
 681 "$CM* $OP $SP* $CM* $QU;"
 682 "$CM* $NS $SP* $CM* ($CL | $CP);"
 683 "$CM* $B2 $SP* $CM* $B2;"
 684 "$CM* $QU $CM* $CAN_CM;"
 685 "$CM* $QU $LB18NonBreaks;"
 686 "$CM* $CAN_CM $CM* $QU;"
 687 "$CANT_CM $CM* $QU;"
 688 "$CM* ($BA | $HY | $NS) $CM* [$LB20NonBreaks-$CM];"
 689 "$CM* [$LB20NonBreaks-$CM] $CM* $BB;"
 690 "[^$CB] $CM* $BB;"
 691 "[^$CB] $CM* ($HY | $BA) $CM* $HL;"
 692 "$CM* $IN $CM* ($ALPlus | $HL);"
 693 "$CM* $IN $CM* $ID;"
 694 "$CM* $IN $CM* $IN;"
 695 "$CM* $IN $CM* $NU;"
 696 "$CM* $PO $CM* $ID;"
 697 "$CM* $NU $CM* ($ALPlus | $HL);"
 698 "$CM* ($ALPlus | $HL) $CM* $NU;"
 699 "$CM* $ID $CM* $PR;"
 700 "$CM* ($ALPlus | $HL) $CM* $PR;"
 701 "$CM* ($ALPlus | $HL) $CM* $PO;"
 702 "($CM* ($PR | $PO))? ($CM* ($CL | $CP))? ($CM* ($NU | $IS | $SY))* $CM* $NU ($CM* ($OP | $HY))? ($CM* ($PR | $PO))?;"
 703 "$CM* ($H3 | $H2 | $JV | $JL) $CM* $JL;"
 704 "$CM* ($JT | $JV) $CM* ($H2 | $JV);"
 705 "$CM* $JT $CM* ($H3 | $JT);"
 706 "$CM* $IN $CM* ($H3 | $H2 | $JT | $JV | $JL);"
 707 "$CM* $PO $CM* ($H3 | $H2 | $JT | $JV | $JL);"
 708 "$CM* ($H3 | $H2 | $JT | $JV | $JL) $CM* $PR;"
 709 "$CM* ($ALPlus | $HL) $CM* ($ALPlus | $HL);"
 710 "$CM* ($ALPlus | $HL) $CM* $IS;"
 711 "$CM* $OP $CM* ($ALPlus | $HL | $NU);"
 712 "$CM* ($ALPlus | $HL | $NU) $CM* $CP;";
 713
 714static const char* uax14SafeForward =
 715 "!!safe_forward;"
 716 "[$CM $OP $QU $CL $CP $B2 $PR $HY $BA $SP $dictionary]+ [^$CM $OP $QU $CL $CP $B2 $PR $HY $BA $dictionary];"
 717 "$dictionary $dictionary;";
 718
 719static const char* uax14SafeReverse =
 720 "!!safe_reverse;"
 721 "$CM+ [^$CM $BK $CR $LF $NL $ZW $SP];"
 722 "$CM+ $SP / .;"
 723 "$SP+ $CM* $OP;"
 724 "$SP+ $CM* $QU;"
 725 "$SP+ $CM* ($CL | $CP);"
 726 "$SP+ $CM* $B2;"
 727 "$CM* ($HY | $BA) $CM* $HL;"
 728 "($CM* ($IS | $SY))+ $CM* $NU;"
 729 "($CL | $CP) $CM* ($NU | $IS | $SY);"
 730 "$dictionary $dictionary;";
 731
 732static void mapLineIteratorModeToRules(LineBreakIteratorMode mode, bool cjk, String& rules)
 733{
 734 StringBuilder rulesBuilder;
 735 rulesBuilder.append(uax14Prologue);
 736 rulesBuilder.append(uax14AssignmentsBefore);
 737 if (mode == LineBreakIteratorModeUAX14Loose)
 738 rulesBuilder.append(cjk ? uax14AssignmentsCustomLooseCJK : uax14AssignmentsCustomLooseNonCJK);
 739 else if (mode == LineBreakIteratorModeUAX14Normal)
 740 rulesBuilder.append(cjk ? uax14AssignmentsCustomNormalCJK : uax14AssignmentsCustomNormalNonCJK);
 741 else if (mode == LineBreakIteratorModeUAX14Strict)
 742 rulesBuilder.append(cjk ? uax14AssignmentsCustomStrictCJK : uax14AssignmentsCustomStrictNonCJK);
 743 else
 744 rulesBuilder.append(cjk ? uax14AssignmentsCustomDefaultCJK : uax14AssignmentsCustomDefaultNonCJK);
 745 rulesBuilder.append(uax14AssignmentsAfter);
 746 rulesBuilder.append(uax14Forward);
 747 rulesBuilder.append(uax14Reverse);
 748 rulesBuilder.append(uax14SafeForward);
 749 rulesBuilder.append(uax14SafeReverse);
 750 rules = rulesBuilder.toString();
 751}
 752
285753}

Source/WebCore/rendering/RenderBlockLineLayout.cpp

@@InlineIterator RenderBlock::LineBreaker::nextLineBreak(InlineBidiResolver& resol
24262426 bool midWordBreak = false;
24272427 bool breakAll = currentStyle->wordBreak() == BreakAllWordBreak && autoWrap;
24282428 float hyphenWidth = 0;
 2429 bool looseMode = false;
24292430
24302431 if (t->isWordBreak()) {
24312432 width.commit();

@@InlineIterator RenderBlock::LineBreaker::nextLineBreak(InlineBidiResolver& resol
24372438 t->updateTextIfNeeded();
24382439 renderTextInfo.m_text = t;
24392440 renderTextInfo.m_layout = f.createLayout(t, width.currentWidth(), collapseWhiteSpace);
2440  renderTextInfo.m_lineBreakIterator.reset(t->characters(), t->textLength(), style->locale());
 2441 renderTextInfo.m_lineBreakIterator.reset(t->characters(), t->textLength(), style->locale(), mapLineBreakToIteratorMode(blockStyle->lineBreak()));
 2442 looseMode = renderTextInfo.m_lineBreakIterator.isLooseCJKMode();
24412443 }
24422444 TextLayout* textLayout = renderTextInfo.m_layout.get();
24432445

@@InlineIterator RenderBlock::LineBreaker::nextLineBreak(InlineBidiResolver& resol
24662468 midWordBreak = width.committedWidth() + wrapW + charWidth > width.availableWidth();
24672469 }
24682470
2469  bool betweenWords = c == '\n' || (currWS != PRE && !atStart && isBreakable(renderTextInfo.m_lineBreakIterator, current.m_pos, current.m_nextBreakablePosition, breakNBSP)
 2471 bool betweenWords = c == '\n' || (currWS != PRE && !atStart && isBreakable(renderTextInfo.m_lineBreakIterator, current.m_pos, current.m_nextBreakablePosition, breakNBSP, looseMode)
24702472 && (style->hyphens() != HyphensNone || (current.previousInSameNode() != softHyphen)));
24712473
24722474 if (betweenWords || midWordBreak) {

Source/WebCore/rendering/RenderText.cpp

@@static float maxWordFragmentWidth(RenderText* renderer, RenderStyle* style, cons
927927 return maxFragmentWidth;
928928}
929929
 930LineBreakIteratorMode mapLineBreakToIteratorMode(LineBreak lineBreak)
 931{
 932 switch (lineBreak) {
 933 case LineBreakAuto:
 934 case LineBreakAfterWhiteSpace:
 935 default:
 936 return LineBreakIteratorModeUAX14;
 937 case LineBreakLoose:
 938 return LineBreakIteratorModeUAX14Loose;
 939 case LineBreakNormal:
 940 return LineBreakIteratorModeUAX14Normal;
 941 case LineBreakStrict:
 942 return LineBreakIteratorModeUAX14Strict;
 943 }
 944}
 945
930946void RenderText::computePreferredLogicalWidths(float leadWidth, HashSet<const SimpleFontData*>& fallbackFonts, GlyphOverflow& glyphOverflow)
931947{
932948 ASSERT(m_hasTab || preferredLogicalWidthsDirty() || !m_knownToHaveNoOverflowAndNoFallbackFonts);

@@void RenderText::computePreferredLogicalWidths(float leadWidth, HashSet<const Si
952968 float wordSpacing = styleToUse->wordSpacing();
953969 int len = textLength();
954970 const UChar* txt = characters();
955  LazyLineBreakIterator breakIterator(txt, len, styleToUse->locale());
 971 LazyLineBreakIterator breakIterator(txt, len, styleToUse->locale(), mapLineBreakToIteratorMode(styleToUse->lineBreak()));
956972 bool needsWordSpacing = false;
957973 bool ignoringSpaces = false;
958974 bool isSpace = false;

@@void RenderText::computePreferredLogicalWidths(float leadWidth, HashSet<const Si
9871003
9881004 bool breakNBSP = styleToUse->autoWrap() && styleToUse->nbspMode() == SPACE;
9891005 bool breakAll = (styleToUse->wordBreak() == BreakAllWordBreak || styleToUse->wordBreak() == BreakWordBreak) && styleToUse->autoWrap();
 1006 bool looseMode = breakIterator.isLooseCJKMode();
9901007
9911008 for (int i = 0; i < len; i++) {
9921009 UChar c = txt[i];

@@void RenderText::computePreferredLogicalWidths(float leadWidth, HashSet<const Si
10341051 continue;
10351052 }
10361053
1037  bool hasBreak = breakAll || isBreakable(breakIterator, i, nextBreakable, breakNBSP);
 1054 bool hasBreak = breakAll || isBreakable(breakIterator, i, nextBreakable, breakNBSP, looseMode);
10381055 bool betweenWords = true;
10391056 int j = i;
10401057 while (c != '\n' && !isSpaceAccordingToStyle(c, styleToUse) && c != '\t' && (c != softHyphen || styleToUse->hyphens() == HyphensNone)) {

@@void RenderText::computePreferredLogicalWidths(float leadWidth, HashSet<const Si
10421059 if (j == len)
10431060 break;
10441061 c = txt[j];
1045  if (isBreakable(breakIterator, j, nextBreakable, breakNBSP) && txt[j - 1] != softHyphen)
 1062 if (isBreakable(breakIterator, j, nextBreakable, breakNBSP, looseMode) && txt[j - 1] != softHyphen)
10461063 break;
10471064 if (breakAll) {
10481065 betweenWords = false;

Source/WebCore/rendering/RenderText.h

@@inline void RenderText::checkConsistency() const
223223
224224void applyTextTransform(const RenderStyle*, String&, UChar);
225225
 226LineBreakIteratorMode mapLineBreakToIteratorMode(LineBreak);
 227
226228} // namespace WebCore
227229
228230#endif // RenderText_h

Source/WebCore/rendering/break_lines.cpp

3838
3939namespace WebCore {
4040
41 template<bool treatNoBreakSpaceAsBreak>
 41// Parameterization for non-breaking space (U+00A0) behavior.
 42enum NBSPBehavior {
 43 IgnoreNBSP,
 44 TreatNBSPAsSpace,
 45};
 46
 47// Parameterization for loose mode behavior. In loose mode, we can't use the ASCII
 48// table below since loose mode allows "$100" to break after '$' in content marked as CJK.
 49enum LooseBehavior {
 50 NonLooseMode,
 51 LooseMode,
 52};
 53
 54template<NBSPBehavior nbspBehavior>
4255static inline bool isBreakableSpace(UChar ch)
4356{
4457 switch (ch) {

@@static inline bool isBreakableSpace(UChar ch)
4760 case '\t':
4861 return true;
4962 case noBreakSpace:
50  return treatNoBreakSpaceAsBreak;
 63 return (nbspBehavior == TreatNBSPAsSpace);
5164 default:
5265 return false;
5366 }

@@static inline bool shouldBreakAfter(UChar lastCh, UChar ch, UChar nextCh)
139152 return false;
140153}
141154
142 template<bool treatNoBreakSpaceAsBreak>
 155template<NBSPBehavior nbspBehavior>
143156inline bool needsLineBreakIterator(UChar ch)
144157{
145  if (treatNoBreakSpaceAsBreak)
 158 if (nbspBehavior == TreatNBSPAsSpace)
146159 return ch > asciiLineBreakTableLastChar;
147160 return ch > asciiLineBreakTableLastChar && ch != noBreakSpace;
148161}
149162
150 template<bool treatNoBreakSpaceAsBreak>
 163template<NBSPBehavior nbspBehavior, LooseBehavior looseBehavior>
151164static inline int nextBreakablePosition(LazyLineBreakIterator& lazyBreakIterator, int pos)
152165{
153166 const UChar* str = lazyBreakIterator.string();

@@static inline int nextBreakablePosition(LazyLineBreakIterator& lazyBreakIterator
159172 for (int i = pos; i < len; i++) {
160173 UChar ch = str[i];
161174
162  if (isBreakableSpace<treatNoBreakSpaceAsBreak>(ch) || shouldBreakAfter(lastLastCh, lastCh, ch))
 175 // Don't use ASCII shortcut (shouldBreakAfter) if loose mode.
 176 if (isBreakableSpace<nbspBehavior>(ch) || ((looseBehavior != LooseMode) && shouldBreakAfter(lastLastCh, lastCh, ch)))
163177 return i;
164178
165  if (needsLineBreakIterator<treatNoBreakSpaceAsBreak>(ch) || needsLineBreakIterator<treatNoBreakSpaceAsBreak>(lastCh)) {
 179 // Always use line break iterator if loose mode.
 180 if ((looseBehavior == LooseMode) || needsLineBreakIterator<nbspBehavior>(ch) || needsLineBreakIterator<nbspBehavior>(lastCh)) {
166181 if (nextBreak < i && i) {
167182 TextBreakIterator* breakIterator = lazyBreakIterator.get();
168183 if (breakIterator)
169184 nextBreak = textBreakFollowing(breakIterator, i - 1);
170185 }
171  if (i == nextBreak && !isBreakableSpace<treatNoBreakSpaceAsBreak>(lastCh))
 186 if (i == nextBreak && !isBreakableSpace<nbspBehavior>(lastCh))
172187 return i;
173188 }
174189

@@static inline int nextBreakablePosition(LazyLineBreakIterator& lazyBreakIterator
181196
182197int nextBreakablePositionIgnoringNBSP(LazyLineBreakIterator& lazyBreakIterator, int pos)
183198{
184  return nextBreakablePosition<false>(lazyBreakIterator, pos);
 199 return nextBreakablePosition<IgnoreNBSP, NonLooseMode>(lazyBreakIterator, pos);
 200}
 201
 202int nextBreakablePositionIgnoringNBSPLoose(LazyLineBreakIterator& lazyBreakIterator, int pos)
 203{
 204 return nextBreakablePosition<IgnoreNBSP, LooseMode>(lazyBreakIterator, pos);
185205}
186206
187207int nextBreakablePosition(LazyLineBreakIterator& lazyBreakIterator, int pos)
188208{
189  return nextBreakablePosition<true>(lazyBreakIterator, pos);
 209 return nextBreakablePosition<TreatNBSPAsSpace, NonLooseMode>(lazyBreakIterator, pos);
 210}
 211
 212int nextBreakablePositionLoose(LazyLineBreakIterator& lazyBreakIterator, int pos)
 213{
 214 return nextBreakablePosition<TreatNBSPAsSpace, LooseMode>(lazyBreakIterator, pos);
190215}
191216
192217} // namespace WebCore

Source/WebCore/rendering/break_lines.h

@@namespace WebCore {
2828class LazyLineBreakIterator;
2929
3030int nextBreakablePositionIgnoringNBSP(LazyLineBreakIterator&, int pos);
 31int nextBreakablePositionIgnoringNBSPLoose(LazyLineBreakIterator&, int pos);
3132int nextBreakablePosition(LazyLineBreakIterator&, int pos);
 33int nextBreakablePositionLoose(LazyLineBreakIterator&, int pos);
3234
33 inline bool isBreakable(LazyLineBreakIterator& lazyBreakIterator, int pos, int& nextBreakable, bool breakNBSP)
 35inline bool isBreakable(LazyLineBreakIterator& lazyBreakIterator, int pos, int& nextBreakable, bool breakNBSP, bool isLooseMode)
3436{
3537 if (pos > nextBreakable) {
36  if (breakNBSP)
37  nextBreakable = nextBreakablePosition(lazyBreakIterator, pos);
38  else
39  nextBreakable = nextBreakablePositionIgnoringNBSP(lazyBreakIterator, pos);
 38 if (isLooseMode) {
 39 if (breakNBSP)
 40 nextBreakable = nextBreakablePositionLoose(lazyBreakIterator, pos);
 41 else
 42 nextBreakable = nextBreakablePositionIgnoringNBSPLoose(lazyBreakIterator, pos);
 43 } else {
 44 if (breakNBSP)
 45 nextBreakable = nextBreakablePosition(lazyBreakIterator, pos);
 46 else
 47 nextBreakable = nextBreakablePositionIgnoringNBSP(lazyBreakIterator, pos);
 48 }
4049 }
4150 return pos == nextBreakable;
4251}

Source/WebCore/rendering/style/RenderStyle.cpp

@@StyleDifference RenderStyle::diff(const RenderStyle* other, unsigned& changedCon
470470 || rareInheritedData->wordBreak != other->rareInheritedData->wordBreak
471471 || rareInheritedData->overflowWrap != other->rareInheritedData->overflowWrap
472472 || rareInheritedData->nbspMode != other->rareInheritedData->nbspMode
473  || rareInheritedData->khtmlLineBreak != other->rareInheritedData->khtmlLineBreak
 473 || rareInheritedData->lineBreak != other->rareInheritedData->lineBreak
474474 || rareInheritedData->textSecurity != other->rareInheritedData->textSecurity
475475 || rareInheritedData->hyphens != other->rareInheritedData->hyphens
476476 || rareInheritedData->hyphenationLimitBefore != other->rareInheritedData->hyphenationLimitBefore

Source/WebCore/rendering/style/RenderStyle.h

@@public:
681681
682682 bool breakOnlyAfterWhiteSpace() const
683683 {
684  return whiteSpace() == PRE_WRAP || khtmlLineBreak() == AFTER_WHITE_SPACE;
 684 return whiteSpace() == PRE_WRAP || lineBreak() == LineBreakAfterWhiteSpace;
685685 }
686686
687687 bool breakWords() const

@@public:
843843 EWordBreak wordBreak() const { return static_cast<EWordBreak>(rareInheritedData->wordBreak); }
844844 EOverflowWrap overflowWrap() const { return static_cast<EOverflowWrap>(rareInheritedData->overflowWrap); }
845845 ENBSPMode nbspMode() const { return static_cast<ENBSPMode>(rareInheritedData->nbspMode); }
846  EKHTMLLineBreak khtmlLineBreak() const { return static_cast<EKHTMLLineBreak>(rareInheritedData->khtmlLineBreak); }
 846 LineBreak lineBreak() const { return static_cast<LineBreak>(rareInheritedData->lineBreak); }
847847 const AtomicString& highlight() const { return rareInheritedData->highlight; }
848848 Hyphens hyphens() const { return static_cast<Hyphens>(rareInheritedData->hyphens); }
849849 short hyphenationLimitBefore() const { return rareInheritedData->hyphenationLimitBefore; }

@@public:
13031303 void setWordBreak(EWordBreak b) { SET_VAR(rareInheritedData, wordBreak, b); }
13041304 void setOverflowWrap(EOverflowWrap b) { SET_VAR(rareInheritedData, overflowWrap, b); }
13051305 void setNBSPMode(ENBSPMode b) { SET_VAR(rareInheritedData, nbspMode, b); }
1306  void setKHTMLLineBreak(EKHTMLLineBreak b) { SET_VAR(rareInheritedData, khtmlLineBreak, b); }
 1306 void setLineBreak(LineBreak b) { SET_VAR(rareInheritedData, lineBreak, b); }
13071307 void setHighlight(const AtomicString& h) { SET_VAR(rareInheritedData, highlight, h); }
13081308 void setHyphens(Hyphens h) { SET_VAR(rareInheritedData, hyphens, h); }
13091309 void setHyphenationLimitBefore(short limit) { SET_VAR(rareInheritedData, hyphenationLimitBefore, limit); }

@@public:
16421642 static EWordBreak initialWordBreak() { return NormalWordBreak; }
16431643 static EOverflowWrap initialOverflowWrap() { return NormalOverflowWrap; }
16441644 static ENBSPMode initialNBSPMode() { return NBNORMAL; }
1645  static EKHTMLLineBreak initialKHTMLLineBreak() { return LBNORMAL; }
 1645 static LineBreak initialLineBreak() { return LineBreakAuto; }
16461646 static const AtomicString& initialHighlight() { return nullAtom; }
16471647 static ESpeak initialSpeak() { return SpeakNormal; }
16481648 static Hyphens initialHyphens() { return HyphensManual; }

Source/WebCore/rendering/style/RenderStyleConstants.h

@@enum ENBSPMode {
210210 NBNORMAL, SPACE
211211};
212212
213 enum EKHTMLLineBreak {
214  LBNORMAL, AFTER_WHITE_SPACE
 213enum LineBreak {
 214 LineBreakAuto, LineBreakLoose, LineBreakNormal, LineBreakStrict, LineBreakAfterWhiteSpace
215215};
216216
217217enum EResize {

Source/WebCore/rendering/style/StyleRareInheritedData.cpp

@@StyleRareInheritedData::StyleRareInheritedData()
7171 , wordBreak(RenderStyle::initialWordBreak())
7272 , overflowWrap(RenderStyle::initialOverflowWrap())
7373 , nbspMode(NBNORMAL)
74  , khtmlLineBreak(LBNORMAL)
 74 , lineBreak(LineBreakAuto)
7575 , textSizeAdjust(RenderStyle::initialTextSizeAdjust())
7676 , resize(RenderStyle::initialResize())
7777 , userSelect(RenderStyle::initialUserSelect())

@@StyleRareInheritedData::StyleRareInheritedData(const StyleRareInheritedData& o)
133133 , wordBreak(o.wordBreak)
134134 , overflowWrap(o.overflowWrap)
135135 , nbspMode(o.nbspMode)
136  , khtmlLineBreak(o.khtmlLineBreak)
 136 , lineBreak(o.lineBreak)
137137 , textSizeAdjust(o.textSizeAdjust)
138138 , resize(o.resize)
139139 , userSelect(o.userSelect)

@@bool StyleRareInheritedData::operator==(const StyleRareInheritedData& o) const
214214 && wordBreak == o.wordBreak
215215 && overflowWrap == o.overflowWrap
216216 && nbspMode == o.nbspMode
217  && khtmlLineBreak == o.khtmlLineBreak
 217 && lineBreak == o.lineBreak
218218#if ENABLE(ACCELERATED_OVERFLOW_SCROLLING)
219219 && useTouchOverflowScrolling == o.useTouchOverflowScrolling
220220#endif

Source/WebCore/rendering/style/StyleRareInheritedData.h

@@public:
8585 unsigned wordBreak : 2; // EWordBreak
8686 unsigned overflowWrap : 1; // EOverflowWrap
8787 unsigned nbspMode : 1; // ENBSPMode
88  unsigned khtmlLineBreak : 1; // EKHTMLLineBreak
 88 unsigned lineBreak : 3; // LineBreak
8989 unsigned textSizeAdjust : 1; // An Apple extension.
9090 unsigned resize : 2; // EResize
9191 unsigned userSelect : 2; // EUserSelect

LayoutTests/ChangeLog

 12012-09-14 Glenn Adams <glenn@skynav.com>
 2
 3 Add support to -webkit-line-break property for CSS3 Text line-break property values and semantics.
 4 https://bugs.webkit.org/show_bug.cgi?id=89235
 5
 6 Reviewed by NOBODY (OOPS!).
 7
 8 See also wiki documentation at:
 9 [1] http://trac.webkit.org/wiki/LineBreaking
 10 [2] http://trac.webkit.org/wiki/LineBreakingCSS3Mapping
 11
 12 * fast/css/getComputedStyle/computed-style-expected.txt:
 13 Fix for change of initial (default) value on -webkit-line-break from 'normal' to 'auto'.
 14
 15 * fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
 16 Fix for change of initial (default) value on -webkit-line-break from 'normal' to 'auto'.
 17
 18 * fast/css3-line-break/line-break-auto-centered-en-expected.html: Added.
 19 * fast/css3-line-break/line-break-auto-centered-en.html: Added.
 20 * fast/css3-line-break/line-break-auto-centered-ja-expected.html: Added.
 21 * fast/css3-line-break/line-break-auto-centered-ja.html: Added.
 22 * fast/css3-line-break/line-break-auto-centered-ko-expected.html: Added.
 23 * fast/css3-line-break/line-break-auto-centered-ko.html: Added.
 24 * fast/css3-line-break/line-break-auto-centered-zh-expected.html: Added.
 25 * fast/css3-line-break/line-break-auto-centered-zh.html: Added.
 26 * fast/css3-line-break/line-break-auto-half-kana-en-expected.html: Added.
 27 * fast/css3-line-break/line-break-auto-half-kana-en.html: Added.
 28 * fast/css3-line-break/line-break-auto-half-kana-ja-expected.html: Added.
 29 * fast/css3-line-break/line-break-auto-half-kana-ja.html: Added.
 30 * fast/css3-line-break/line-break-auto-half-kana-ko-expected.html: Added.
 31 * fast/css3-line-break/line-break-auto-half-kana-ko.html: Added.
 32 * fast/css3-line-break/line-break-auto-half-kana-zh-expected.html: Added.
 33 * fast/css3-line-break/line-break-auto-half-kana-zh.html: Added.
 34 * fast/css3-line-break/line-break-auto-hyphens-en-expected.html: Added.
 35 * fast/css3-line-break/line-break-auto-hyphens-en.html: Added.
 36 * fast/css3-line-break/line-break-auto-hyphens-ja-expected.html: Added.
 37 * fast/css3-line-break/line-break-auto-hyphens-ja.html: Added.
 38 * fast/css3-line-break/line-break-auto-hyphens-ko-expected.html: Added.
 39 * fast/css3-line-break/line-break-auto-hyphens-ko.html: Added.
 40 * fast/css3-line-break/line-break-auto-hyphens-zh-expected.html: Added.
 41 * fast/css3-line-break/line-break-auto-hyphens-zh.html: Added.
 42 * fast/css3-line-break/line-break-auto-inseparables-en-expected.html: Added.
 43 * fast/css3-line-break/line-break-auto-inseparables-en.html: Added.
 44 * fast/css3-line-break/line-break-auto-inseparables-ja-expected.html: Added.
 45 * fast/css3-line-break/line-break-auto-inseparables-ja.html: Added.
 46 * fast/css3-line-break/line-break-auto-inseparables-ko-expected.html: Added.
 47 * fast/css3-line-break/line-break-auto-inseparables-ko.html: Added.
 48 * fast/css3-line-break/line-break-auto-inseparables-zh-expected.html: Added.
 49 * fast/css3-line-break/line-break-auto-inseparables-zh.html: Added.
 50 * fast/css3-line-break/line-break-auto-iteration-marks-en-expected.html: Added.
 51 * fast/css3-line-break/line-break-auto-iteration-marks-en.html: Added.
 52 * fast/css3-line-break/line-break-auto-iteration-marks-ja-expected.html: Added.
 53 * fast/css3-line-break/line-break-auto-iteration-marks-ja.html: Added.
 54 * fast/css3-line-break/line-break-auto-iteration-marks-ko-expected.html: Added.
 55 * fast/css3-line-break/line-break-auto-iteration-marks-ko.html: Added.
 56 * fast/css3-line-break/line-break-auto-iteration-marks-zh-expected.html: Added.
 57 * fast/css3-line-break/line-break-auto-iteration-marks-zh.html: Added.
 58 * fast/css3-line-break/line-break-auto-postfixes-en-expected.html: Added.
 59 * fast/css3-line-break/line-break-auto-postfixes-en.html: Added.
 60 * fast/css3-line-break/line-break-auto-postfixes-ja-expected.html: Added.
 61 * fast/css3-line-break/line-break-auto-postfixes-ja.html: Added.
 62 * fast/css3-line-break/line-break-auto-postfixes-ko-expected.html: Added.
 63 * fast/css3-line-break/line-break-auto-postfixes-ko.html: Added.
 64 * fast/css3-line-break/line-break-auto-postfixes-zh-expected.html: Added.
 65 * fast/css3-line-break/line-break-auto-postfixes-zh.html: Added.
 66 * fast/css3-line-break/line-break-auto-prefixes-en-expected.html: Added.
 67 * fast/css3-line-break/line-break-auto-prefixes-en.html: Added.
 68 * fast/css3-line-break/line-break-auto-prefixes-ja-expected.html: Added.
 69 * fast/css3-line-break/line-break-auto-prefixes-ja.html: Added.
 70 * fast/css3-line-break/line-break-auto-prefixes-ko-expected.html: Added.
 71 * fast/css3-line-break/line-break-auto-prefixes-ko.html: Added.
 72 * fast/css3-line-break/line-break-auto-prefixes-zh-expected.html: Added.
 73 * fast/css3-line-break/line-break-auto-prefixes-zh.html: Added.
 74 * fast/css3-line-break/line-break-auto-sound-marks-en-expected.html: Added.
 75 * fast/css3-line-break/line-break-auto-sound-marks-en.html: Added.
 76 * fast/css3-line-break/line-break-auto-sound-marks-ja-expected.html: Added.
 77 * fast/css3-line-break/line-break-auto-sound-marks-ja.html: Added.
 78 * fast/css3-line-break/line-break-auto-sound-marks-ko-expected.html: Added.
 79 * fast/css3-line-break/line-break-auto-sound-marks-ko.html: Added.
 80 * fast/css3-line-break/line-break-auto-sound-marks-zh-expected.html: Added.
 81 * fast/css3-line-break/line-break-auto-sound-marks-zh.html: Added.
 82 * fast/css3-line-break/line-break-loose-centered-en-expected.html: Added.
 83 * fast/css3-line-break/line-break-loose-centered-en.html: Added.
 84 * fast/css3-line-break/line-break-loose-centered-ja-expected.html: Added.
 85 * fast/css3-line-break/line-break-loose-centered-ja.html: Added.
 86 * fast/css3-line-break/line-break-loose-centered-ko-expected.html: Added.
 87 * fast/css3-line-break/line-break-loose-centered-ko.html: Added.
 88 * fast/css3-line-break/line-break-loose-centered-zh-expected.html: Added.
 89 * fast/css3-line-break/line-break-loose-centered-zh.html: Added.
 90 * fast/css3-line-break/line-break-loose-half-kana-en-expected.html: Added.
 91 * fast/css3-line-break/line-break-loose-half-kana-en.html: Added.
 92 * fast/css3-line-break/line-break-loose-half-kana-ja-expected.html: Added.
 93 * fast/css3-line-break/line-break-loose-half-kana-ja.html: Added.
 94 * fast/css3-line-break/line-break-loose-half-kana-ko-expected.html: Added.
 95 * fast/css3-line-break/line-break-loose-half-kana-ko.html: Added.
 96 * fast/css3-line-break/line-break-loose-half-kana-zh-expected.html: Added.
 97 * fast/css3-line-break/line-break-loose-half-kana-zh.html: Added.
 98 * fast/css3-line-break/line-break-loose-hyphens-en-expected.html: Added.
 99 * fast/css3-line-break/line-break-loose-hyphens-en.html: Added.
 100 * fast/css3-line-break/line-break-loose-hyphens-ja-expected.html: Added.
 101 * fast/css3-line-break/line-break-loose-hyphens-ja.html: Added.
 102 * fast/css3-line-break/line-break-loose-hyphens-ko-expected.html: Added.
 103 * fast/css3-line-break/line-break-loose-hyphens-ko.html: Added.
 104 * fast/css3-line-break/line-break-loose-hyphens-zh-expected.html: Added.
 105 * fast/css3-line-break/line-break-loose-hyphens-zh.html: Added.
 106 * fast/css3-line-break/line-break-loose-inseparables-en-expected.html: Added.
 107 * fast/css3-line-break/line-break-loose-inseparables-en.html: Added.
 108 * fast/css3-line-break/line-break-loose-inseparables-ja-expected.html: Added.
 109 * fast/css3-line-break/line-break-loose-inseparables-ja.html: Added.
 110 * fast/css3-line-break/line-break-loose-inseparables-ko-expected.html: Added.
 111 * fast/css3-line-break/line-break-loose-inseparables-ko.html: Added.
 112 * fast/css3-line-break/line-break-loose-inseparables-zh-expected.html: Added.
 113 * fast/css3-line-break/line-break-loose-inseparables-zh.html: Added.
 114 * fast/css3-line-break/line-break-loose-iteration-marks-en-expected.html: Added.
 115 * fast/css3-line-break/line-break-loose-iteration-marks-en.html: Added.
 116 * fast/css3-line-break/line-break-loose-iteration-marks-ja-expected.html: Added.
 117 * fast/css3-line-break/line-break-loose-iteration-marks-ja.html: Added.
 118 * fast/css3-line-break/line-break-loose-iteration-marks-ko-expected.html: Added.
 119 * fast/css3-line-break/line-break-loose-iteration-marks-ko.html: Added.
 120 * fast/css3-line-break/line-break-loose-iteration-marks-zh-expected.html: Added.
 121 * fast/css3-line-break/line-break-loose-iteration-marks-zh.html: Added.
 122 * fast/css3-line-break/line-break-loose-postfixes-en-expected.html: Added.
 123 * fast/css3-line-break/line-break-loose-postfixes-en.html: Added.
 124 * fast/css3-line-break/line-break-loose-postfixes-ja-expected.html: Added.
 125 * fast/css3-line-break/line-break-loose-postfixes-ja.html: Added.
 126 * fast/css3-line-break/line-break-loose-postfixes-ko-expected.html: Added.
 127 * fast/css3-line-break/line-break-loose-postfixes-ko.html: Added.
 128 * fast/css3-line-break/line-break-loose-postfixes-zh-expected.html: Added.
 129 * fast/css3-line-break/line-break-loose-postfixes-zh.html: Added.
 130 * fast/css3-line-break/line-break-loose-prefixes-en-expected.html: Added.
 131 * fast/css3-line-break/line-break-loose-prefixes-en.html: Added.
 132 * fast/css3-line-break/line-break-loose-prefixes-ja-expected.html: Added.
 133 * fast/css3-line-break/line-break-loose-prefixes-ja.html: Added.
 134 * fast/css3-line-break/line-break-loose-prefixes-ko-expected.html: Added.
 135 * fast/css3-line-break/line-break-loose-prefixes-ko.html: Added.
 136 * fast/css3-line-break/line-break-loose-prefixes-zh-expected.html: Added.
 137 * fast/css3-line-break/line-break-loose-prefixes-zh.html: Added.
 138 * fast/css3-line-break/line-break-loose-sound-marks-en-expected.html: Added.
 139 * fast/css3-line-break/line-break-loose-sound-marks-en.html: Added.
 140 * fast/css3-line-break/line-break-loose-sound-marks-ja-expected.html: Added.
 141 * fast/css3-line-break/line-break-loose-sound-marks-ja.html: Added.
 142 * fast/css3-line-break/line-break-loose-sound-marks-ko-expected.html: Added.
 143 * fast/css3-line-break/line-break-loose-sound-marks-ko.html: Added.
 144 * fast/css3-line-break/line-break-loose-sound-marks-zh-expected.html: Added.
 145 * fast/css3-line-break/line-break-loose-sound-marks-zh.html: Added.
 146 * fast/css3-line-break/line-break-normal-centered-en-expected.html: Added.
 147 * fast/css3-line-break/line-break-normal-centered-en.html: Added.
 148 * fast/css3-line-break/line-break-normal-centered-ja-expected.html: Added.
 149 * fast/css3-line-break/line-break-normal-centered-ja.html: Added.
 150 * fast/css3-line-break/line-break-normal-centered-ko-expected.html: Added.
 151 * fast/css3-line-break/line-break-normal-centered-ko.html: Added.
 152 * fast/css3-line-break/line-break-normal-centered-zh-expected.html: Added.
 153 * fast/css3-line-break/line-break-normal-centered-zh.html: Added.
 154 * fast/css3-line-break/line-break-normal-half-kana-en-expected.html: Added.
 155 * fast/css3-line-break/line-break-normal-half-kana-en.html: Added.
 156 * fast/css3-line-break/line-break-normal-half-kana-ja-expected.html: Added.
 157 * fast/css3-line-break/line-break-normal-half-kana-ja.html: Added.
 158 * fast/css3-line-break/line-break-normal-half-kana-ko-expected.html: Added.
 159 * fast/css3-line-break/line-break-normal-half-kana-ko.html: Added.
 160 * fast/css3-line-break/line-break-normal-half-kana-zh-expected.html: Added.
 161 * fast/css3-line-break/line-break-normal-half-kana-zh.html: Added.
 162 * fast/css3-line-break/line-break-normal-hyphens-en-expected.html: Added.
 163 * fast/css3-line-break/line-break-normal-hyphens-en.html: Added.
 164 * fast/css3-line-break/line-break-normal-hyphens-ja-expected.html: Added.
 165 * fast/css3-line-break/line-break-normal-hyphens-ja.html: Added.
 166 * fast/css3-line-break/line-break-normal-hyphens-ko-expected.html: Added.
 167 * fast/css3-line-break/line-break-normal-hyphens-ko.html: Added.
 168 * fast/css3-line-break/line-break-normal-hyphens-zh-expected.html: Added.
 169 * fast/css3-line-break/line-break-normal-hyphens-zh.html: Added.
 170 * fast/css3-line-break/line-break-normal-inseparables-en-expected.html: Added.
 171 * fast/css3-line-break/line-break-normal-inseparables-en.html: Added.
 172 * fast/css3-line-break/line-break-normal-inseparables-ja-expected.html: Added.
 173 * fast/css3-line-break/line-break-normal-inseparables-ja.html: Added.
 174 * fast/css3-line-break/line-break-normal-inseparables-ko-expected.html: Added.
 175 * fast/css3-line-break/line-break-normal-inseparables-ko.html: Added.
 176 * fast/css3-line-break/line-break-normal-inseparables-zh-expected.html: Added.
 177 * fast/css3-line-break/line-break-normal-inseparables-zh.html: Added.
 178 * fast/css3-line-break/line-break-normal-iteration-marks-en-expected.html: Added.
 179 * fast/css3-line-break/line-break-normal-iteration-marks-en.html: Added.
 180 * fast/css3-line-break/line-break-normal-iteration-marks-ja-expected.html: Added.
 181 * fast/css3-line-break/line-break-normal-iteration-marks-ja.html: Added.
 182 * fast/css3-line-break/line-break-normal-iteration-marks-ko-expected.html: Added.
 183 * fast/css3-line-break/line-break-normal-iteration-marks-ko.html: Added.
 184 * fast/css3-line-break/line-break-normal-iteration-marks-zh-expected.html: Added.
 185 * fast/css3-line-break/line-break-normal-iteration-marks-zh.html: Added.
 186 * fast/css3-line-break/line-break-normal-postfixes-en-expected.html: Added.
 187 * fast/css3-line-break/line-break-normal-postfixes-en.html: Added.
 188 * fast/css3-line-break/line-break-normal-postfixes-ja-expected.html: Added.
 189 * fast/css3-line-break/line-break-normal-postfixes-ja.html: Added.
 190 * fast/css3-line-break/line-break-normal-postfixes-ko-expected.html: Added.
 191 * fast/css3-line-break/line-break-normal-postfixes-ko.html: Added.
 192 * fast/css3-line-break/line-break-normal-postfixes-zh-expected.html: Added.
 193 * fast/css3-line-break/line-break-normal-postfixes-zh.html: Added.
 194 * fast/css3-line-break/line-break-normal-prefixes-en-expected.html: Added.
 195 * fast/css3-line-break/line-break-normal-prefixes-en.html: Added.
 196 * fast/css3-line-break/line-break-normal-prefixes-ja-expected.html: Added.
 197 * fast/css3-line-break/line-break-normal-prefixes-ja.html: Added.
 198 * fast/css3-line-break/line-break-normal-prefixes-ko-expected.html: Added.
 199 * fast/css3-line-break/line-break-normal-prefixes-ko.html: Added.
 200 * fast/css3-line-break/line-break-normal-prefixes-zh-expected.html: Added.
 201 * fast/css3-line-break/line-break-normal-prefixes-zh.html: Added.
 202 * fast/css3-line-break/line-break-normal-sound-marks-en-expected.html: Added.
 203 * fast/css3-line-break/line-break-normal-sound-marks-en.html: Added.
 204 * fast/css3-line-break/line-break-normal-sound-marks-ja-expected.html: Added.
 205 * fast/css3-line-break/line-break-normal-sound-marks-ja.html: Added.
 206 * fast/css3-line-break/line-break-normal-sound-marks-ko-expected.html: Added.
 207 * fast/css3-line-break/line-break-normal-sound-marks-ko.html: Added.
 208 * fast/css3-line-break/line-break-normal-sound-marks-zh-expected.html: Added.
 209 * fast/css3-line-break/line-break-normal-sound-marks-zh.html: Added.
 210 * fast/css3-line-break/line-break-strict-centered-en-expected.html: Added.
 211 * fast/css3-line-break/line-break-strict-centered-en.html: Added.
 212 * fast/css3-line-break/line-break-strict-centered-ja-expected.html: Added.
 213 * fast/css3-line-break/line-break-strict-centered-ja.html: Added.
 214 * fast/css3-line-break/line-break-strict-centered-ko-expected.html: Added.
 215 * fast/css3-line-break/line-break-strict-centered-ko.html: Added.
 216 * fast/css3-line-break/line-break-strict-centered-zh-expected.html: Added.
 217 * fast/css3-line-break/line-break-strict-centered-zh.html: Added.
 218 * fast/css3-line-break/line-break-strict-half-kana-en-expected.html: Added.
 219 * fast/css3-line-break/line-break-strict-half-kana-en.html: Added.
 220 * fast/css3-line-break/line-break-strict-half-kana-ja-expected.html: Added.
 221 * fast/css3-line-break/line-break-strict-half-kana-ja.html: Added.
 222 * fast/css3-line-break/line-break-strict-half-kana-ko-expected.html: Added.
 223 * fast/css3-line-break/line-break-strict-half-kana-ko.html: Added.
 224 * fast/css3-line-break/line-break-strict-half-kana-zh-expected.html: Added.
 225 * fast/css3-line-break/line-break-strict-half-kana-zh.html: Added.
 226 * fast/css3-line-break/line-break-strict-hyphens-en-expected.html: Added.
 227 * fast/css3-line-break/line-break-strict-hyphens-en.html: Added.
 228 * fast/css3-line-break/line-break-strict-hyphens-ja-expected.html: Added.
 229 * fast/css3-line-break/line-break-strict-hyphens-ja.html: Added.
 230 * fast/css3-line-break/line-break-strict-hyphens-ko-expected.html: Added.
 231 * fast/css3-line-break/line-break-strict-hyphens-ko.html: Added.
 232 * fast/css3-line-break/line-break-strict-hyphens-zh-expected.html: Added.
 233 * fast/css3-line-break/line-break-strict-hyphens-zh.html: Added.
 234 * fast/css3-line-break/line-break-strict-inseparables-en-expected.html: Added.
 235 * fast/css3-line-break/line-break-strict-inseparables-en.html: Added.
 236 * fast/css3-line-break/line-break-strict-inseparables-ja-expected.html: Added.
 237 * fast/css3-line-break/line-break-strict-inseparables-ja.html: Added.
 238 * fast/css3-line-break/line-break-strict-inseparables-ko-expected.html: Added.
 239 * fast/css3-line-break/line-break-strict-inseparables-ko.html: Added.
 240 * fast/css3-line-break/line-break-strict-inseparables-zh-expected.html: Added.
 241 * fast/css3-line-break/line-break-strict-inseparables-zh.html: Added.
 242 * fast/css3-line-break/line-break-strict-iteration-marks-en-expected.html: Added.
 243 * fast/css3-line-break/line-break-strict-iteration-marks-en.html: Added.
 244 * fast/css3-line-break/line-break-strict-iteration-marks-ja-expected.html: Added.
 245 * fast/css3-line-break/line-break-strict-iteration-marks-ja.html: Added.
 246 * fast/css3-line-break/line-break-strict-iteration-marks-ko-expected.html: Added.
 247 * fast/css3-line-break/line-break-strict-iteration-marks-ko.html: Added.
 248 * fast/css3-line-break/line-break-strict-iteration-marks-zh-expected.html: Added.
 249 * fast/css3-line-break/line-break-strict-iteration-marks-zh.html: Added.
 250 * fast/css3-line-break/line-break-strict-postfixes-en-expected.html: Added.
 251 * fast/css3-line-break/line-break-strict-postfixes-en.html: Added.
 252 * fast/css3-line-break/line-break-strict-postfixes-ja-expected.html: Added.
 253 * fast/css3-line-break/line-break-strict-postfixes-ja.html: Added.
 254 * fast/css3-line-break/line-break-strict-postfixes-ko-expected.html: Added.
 255 * fast/css3-line-break/line-break-strict-postfixes-ko.html: Added.
 256 * fast/css3-line-break/line-break-strict-postfixes-zh-expected.html: Added.
 257 * fast/css3-line-break/line-break-strict-postfixes-zh.html: Added.
 258 * fast/css3-line-break/line-break-strict-prefixes-en-expected.html: Added.
 259 * fast/css3-line-break/line-break-strict-prefixes-en.html: Added.
 260 * fast/css3-line-break/line-break-strict-prefixes-ja-expected.html: Added.
 261 * fast/css3-line-break/line-break-strict-prefixes-ja.html: Added.
 262 * fast/css3-line-break/line-break-strict-prefixes-ko-expected.html: Added.
 263 * fast/css3-line-break/line-break-strict-prefixes-ko.html: Added.
 264 * fast/css3-line-break/line-break-strict-prefixes-zh-expected.html: Added.
 265 * fast/css3-line-break/line-break-strict-prefixes-zh.html: Added.
 266 * fast/css3-line-break/line-break-strict-sound-marks-en-expected.html: Added.
 267 * fast/css3-line-break/line-break-strict-sound-marks-en.html: Added.
 268 * fast/css3-line-break/line-break-strict-sound-marks-ja-expected.html: Added.
 269 * fast/css3-line-break/line-break-strict-sound-marks-ja.html: Added.
 270 * fast/css3-line-break/line-break-strict-sound-marks-ko-expected.html: Added.
 271 * fast/css3-line-break/line-break-strict-sound-marks-ko.html: Added.
 272 * fast/css3-line-break/line-break-strict-sound-marks-zh-expected.html: Added.
 273 * fast/css3-line-break/line-break-strict-sound-marks-zh.html: Added.
 274
 275 * platform/chromium-linux/fast/css3-line-break/line-break-auto-half-kana-en-expected.html:
 276 Chromium linux requires override of expected output due to ICU version differences.
 277 * platform/chromium-linux/fast/css3-line-break/line-break-auto-sound-marks-en-expected.html:
 278 Chromium linux requires override of expected output due to ICU version differences.
 279
 280 * svg/css/getComputedStyle-basic-expected.txt:
 281 Fix for change of initial (default) value on -webkit-line-break from 'normal' to 'auto'.
 282
12832012-09-14 Michelangelo De Simone <michelangelo@webkit.org>
2284
3285 [CSS Shaders] u_textureSize uniform should be set to the size of the texture.

LayoutTests/fast/css/getComputedStyle/computed-style-expected.txt

@@zoom: 1;
162162-webkit-hyphens: manual;
163163-webkit-line-align: none;
164164-webkit-line-box-contain: block inline replaced;
165 -webkit-line-break: normal;
 165-webkit-line-break: auto;
166166-webkit-line-clamp: none;
167167-webkit-line-grid: none;
168168-webkit-line-snap: none;

LayoutTests/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt

@@zoom: 1
161161-webkit-hyphens: manual
162162-webkit-line-align: none
163163-webkit-line-box-contain: block inline replaced
164 -webkit-line-break: normal
 164-webkit-line-break: auto
165165-webkit-line-clamp: none
166166-webkit-line-grid: none
167167-webkit-line-snap: none

LayoutTests/fast/css3-line-break/line-break-auto-centered-en-expected.html

 1<html>
 2 <head>
 3 <title>Line breaks using [-webkit-]line-break : auto - before centered punctuation - lang='en'</title>
 4 </head>
 5 <body>
 6 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 7 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x003a;</p>
 8 </div>
 9 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 10 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x003b;</p>
 11 </div>
 12 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 13 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x30fb;</p>
 14 </div>
 15 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 16 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#xff1a;</p>
 17 </div>
 18 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 19 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#xff1b;</p>
 20 </div>
 21 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 22 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#xff65;</p>
 23 </div>
 24 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 25 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x0021;</p>
 26 </div>
 27 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 28 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x003f;</p>
 29 </div>
 30 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 31 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x203c;</p>
 32 </div>
 33 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 34 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x2047;</p>
 35 </div>
 36 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 37 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x2048;</p>
 38 </div>
 39 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 40 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x2049;</p>
 41 </div>
 42 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 43 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#xff01;</p>
 44 </div>
 45 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 46 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#xff1f;</p>
 47 </div>
 48 </body>
 49</html>

LayoutTests/fast/css3-line-break/line-break-auto-centered-en.html

 1<html>
 2 <head>
 3 <title>Line breaks using [-webkit-]line-break : auto - before centered punctuation - lang='en'</title>
 4 </head>
 5 <body>
 6 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 7 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x003a;</p>
 8 </div>
 9 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 10 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x003b;</p>
 11 </div>
 12 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 13 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x30fb;</p>
 14 </div>
 15 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 16 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#xff1a;</p>
 17 </div>
 18 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 19 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#xff1b;</p>
 20 </div>
 21 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 22 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#xff65;</p>
 23 </div>
 24 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 25 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x0021;</p>
 26 </div>
 27 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 28 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x003f;</p>
 29 </div>
 30 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 31 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x203c;</p>
 32 </div>
 33 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 34 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x2047;</p>
 35 </div>
 36 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 37 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x2048;</p>
 38 </div>
 39 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 40 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x2049;</p>
 41 </div>
 42 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 43 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#xff01;</p>
 44 </div>
 45 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 46 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#xff1f;</p>
 47 </div>
 48 </body>
 49</html>

LayoutTests/fast/css3-line-break/line-break-auto-centered-ja-expected.html

 1<html>
 2 <head>
 3 <title>Line breaks using [-webkit-]line-break : auto - before centered punctuation - lang='ja'</title>
 4 </head>
 5 <body>
 6 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 7 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x003a;</p>
 8 </div>
 9 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 10 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x003b;</p>
 11 </div>
 12 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 13 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x30fb;</p>
 14 </div>
 15 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 16 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#xff1a;</p>
 17 </div>
 18 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 19 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#xff1b;</p>
 20 </div>
 21 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 22 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#xff65;</p>
 23 </div>
 24 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 25 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x0021;</p>
 26 </div>
 27 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 28 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x003f;</p>
 29 </div>
 30 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 31 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x203c;</p>
 32 </div>
 33 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 34 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x2047;</p>
 35 </div>
 36 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 37 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x2048;</p>
 38 </div>
 39 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 40 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x2049;</p>
 41 </div>
 42 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 43 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#xff01;</p>
 44 </div>
 45 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 46 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#xff1f;</p>
 47 </div>
 48 </body>
 49</html>

LayoutTests/fast/css3-line-break/line-break-auto-centered-ja.html

 1<html>
 2 <head>
 3 <title>Line breaks using [-webkit-]line-break : auto - before centered punctuation - lang='ja'</title>
 4 </head>
 5 <body>
 6 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 7 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x003a;</p>
 8 </div>
 9 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 10 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x003b;</p>
 11 </div>
 12 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 13 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x30fb;</p>
 14 </div>
 15 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 16 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#xff1a;</p>
 17 </div>
 18 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 19 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#xff1b;</p>
 20 </div>
 21 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 22 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#xff65;</p>
 23 </div>
 24 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 25 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x0021;</p>
 26 </div>
 27 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 28 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x003f;</p>
 29 </div>
 30 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 31 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x203c;</p>
 32 </div>
 33 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 34 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x2047;</p>
 35 </div>
 36 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 37 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x2048;</p>
 38 </div>
 39 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 40 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x2049;</p>
 41 </div>
 42 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 43 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#xff01;</p>
 44 </div>
 45 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 46 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#xff1f;</p>
 47 </div>
 48 </body>
 49</html>

LayoutTests/fast/css3-line-break/line-break-auto-centered-ko-expected.html

 1<html>
 2 <head>
 3 <title>Line breaks using [-webkit-]line-break : auto - before centered punctuation - lang='ko'</title>
 4 </head>
 5 <body>
 6 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 7 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x003a;</p>
 8 </div>
 9 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 10 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x003b;</p>
 11 </div>
 12 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 13 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x30fb;</p>
 14 </div>
 15 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 16 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#xff1a;</p>
 17 </div>
 18 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 19 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#xff1b;</p>
 20 </div>
 21 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 22 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#xff65;</p>
 23 </div>
 24 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 25 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x0021;</p>
 26 </div>
 27 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 28 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x003f;</p>
 29 </div>
 30 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 31 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x203c;</p>
 32 </div>
 33 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 34 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x2047;</p>
 35 </div>
 36 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 37 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x2048;</p>
 38 </div>
 39 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 40 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x2049;</p>
 41 </div>
 42 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 43 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#xff01;</p>
 44 </div>
 45 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 46 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#xff1f;</p>
 47 </div>
 48 </body>
 49</html>

LayoutTests/fast/css3-line-break/line-break-auto-centered-ko.html

 1<html>
 2 <head>
 3 <title>Line breaks using [-webkit-]line-break : auto - before centered punctuation - lang='ko'</title>
 4 </head>
 5 <body>
 6 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 7 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x003a;</p>
 8 </div>
 9 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 10 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x003b;</p>
 11 </div>
 12 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 13 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x30fb;</p>
 14 </div>
 15 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 16 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#xff1a;</p>
 17 </div>
 18 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 19 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#xff1b;</p>
 20 </div>
 21 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 22 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#xff65;</p>
 23 </div>
 24 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 25 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x0021;</p>
 26 </div>
 27 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 28 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x003f;</p>
 29 </div>
 30 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 31 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x203c;</p>
 32 </div>
 33 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 34 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x2047;</p>
 35 </div>
 36 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 37 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x2048;</p>
 38 </div>
 39 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 40 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x2049;</p>
 41 </div>
 42 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 43 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#xff01;</p>
 44 </div>
 45 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 46 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#xff1f;</p>
 47 </div>
 48 </body>
 49</html>

LayoutTests/fast/css3-line-break/line-break-auto-centered-zh-expected.html

 1<html>
 2 <head>
 3 <title>Line breaks using [-webkit-]line-break : auto - before centered punctuation - lang='zh'</title>
 4 </head>
 5 <body>
 6 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 7 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x003a;</p>
 8 </div>
 9 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 10 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x003b;</p>
 11 </div>
 12 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 13 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x30fb;</p>
 14 </div>
 15 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 16 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#xff1a;</p>
 17 </div>
 18 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 19 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#xff1b;</p>
 20 </div>
 21 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 22 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#xff65;</p>
 23 </div>
 24 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 25 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x0021;</p>
 26 </div>
 27 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 28 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x003f;</p>
 29 </div>
 30 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 31 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x203c;</p>
 32 </div>
 33 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 34 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x2047;</p>
 35 </div>
 36 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 37 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x2048;</p>
 38 </div>
 39 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 40 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x2049;</p>
 41 </div>
 42 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 43 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#xff01;</p>
 44 </div>
 45 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 46 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#xff1f;</p>
 47 </div>
 48 </body>
 49</html>

LayoutTests/fast/css3-line-break/line-break-auto-centered-zh.html

 1<html>
 2 <head>
 3 <title>Line breaks using [-webkit-]line-break : auto - before centered punctuation - lang='zh'</title>
 4 </head>
 5 <body>
 6 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 7 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x003a;</p>
 8 </div>
 9 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 10 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x003b;</p>
 11 </div>
 12 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 13 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x30fb;</p>
 14 </div>
 15 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 16 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#xff1a;</p>
 17 </div>
 18 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 19 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#xff1b;</p>
 20 </div>
 21 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 22 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#xff65;</p>
 23 </div>
 24 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 25 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x0021;</p>
 26 </div>
 27 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 28 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x003f;</p>
 29 </div>
 30 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 31 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x203c;</p>
 32 </div>
 33 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 34 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x2047;</p>
 35 </div>
 36 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 37 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x2048;</p>
 38 </div>
 39 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 40 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x2049;</p>
 41 </div>
 42 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 43 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#xff01;</p>
 44 </div>
 45 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 46 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#xff1f;</p>
 47 </div>
 48 </body>
 49</html>

LayoutTests/fast/css3-line-break/line-break-auto-half-kana-en-expected.html

 1<html>
 2 <head>
 3 <title>Line breaks using [-webkit-]line-break : auto - before half kana - lang='en'</title>
 4 </head>
 5 <body>
 6 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 7 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x3041;</p>
 8 </div>
 9 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 10 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x3043;</p>
 11 </div>
 12 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 13 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x3045;</p>
 14 </div>
 15 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 16 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x3047;</p>
 17 </div>
 18 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 19 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x3049;</p>
 20 </div>
 21 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 22 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x3095;</p>
 23 </div>
 24 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 25 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x3096;</p>
 26 </div>
 27 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 28 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x3063;</p>
 29 </div>
 30 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 31 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x3083;</p>
 32 </div>
 33 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 34 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x3085;</p>
 35 </div>
 36 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 37 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x3087;</p>
 38 </div>
 39 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 40 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x308e;</p>
 41 </div>
 42 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 43 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x30a1;</p>
 44 </div>
 45 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 46 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x30a3;</p>
 47 </div>
 48 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 49 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x30a5;</p>
 50 </div>
 51 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 52 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x30a7;</p>
 53 </div>
 54 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 55 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x30a9;</p>
 56 </div>
 57 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 58 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x30f5;</p>
 59 </div>
 60 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 61 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x31f0;</p>
 62 </div>
 63 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 64 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x30f6;</p>
 65 </div>
 66 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 67 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x31f1;</p>
 68 </div>
 69 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 70 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x31f2;</p>
 71 </div>
 72 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 73 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x30c3;</p>
 74 </div>
 75 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 76 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x31f3;</p>
 77 </div>
 78 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 79 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x31f4;</p>
 80 </div>
 81 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 82 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x31f5;</p>
 83 </div>
 84 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 85 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x31f6;</p>
 86 </div>
 87 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 88 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x31f7;</p>
 89 </div>
 90 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 91 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x31f8;</p>
 92 </div>
 93 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 94 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x31f9;</p>
 95 </div>
 96 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 97 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x31fa;</p>
 98 </div>
 99 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 100 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x30e3;</p>
 101 </div>
 102 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 103 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x30e5;</p>
 104 </div>
 105 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 106 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x30e7;</p>
 107 </div>
 108 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 109 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x31fb;</p>
 110 </div>
 111 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 112 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x31fc;</p>
 113 </div>
 114 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 115 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x31fd;</p>
 116 </div>
 117 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 118 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x31fe;</p>
 119 </div>
 120 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 121 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x31ff;</p>
 122 </div>
 123 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 124 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x30ee;</p>
 125 </div>
 126 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 127 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#xff67;</p>
 128 </div>
 129 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 130 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#xff68;</p>
 131 </div>
 132 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 133 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#xff69;</p>
 134 </div>
 135 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 136 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#xff6a;</p>
 137 </div>
 138 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 139 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#xff6b;</p>
 140 </div>
 141 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 142 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#xff6f;</p>
 143 </div>
 144 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 145 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#xff6c;</p>
 146 </div>
 147 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 148 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#xff6d;</p>
 149 </div>
 150 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 151 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#xff6e;</p>
 152 </div>
 153 </body>
 154</html>

LayoutTests/fast/css3-line-break/line-break-auto-half-kana-en.html

 1<html>
 2 <head>
 3 <title>Line breaks using [-webkit-]line-break : auto - before half kana - lang='en'</title>
 4 </head>
 5 <body>
 6 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 7 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x3041;</p>
 8 </div>
 9 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 10 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x3043;</p>
 11 </div>
 12 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 13 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x3045;</p>
 14 </div>
 15 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 16 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x3047;</p>
 17 </div>
 18 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 19 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x3049;</p>
 20 </div>
 21 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 22 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x3095;</p>
 23 </div>
 24 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 25 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x3096;</p>
 26 </div>
 27 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 28 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x3063;</p>
 29 </div>
 30 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 31 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x3083;</p>
 32 </div>
 33 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 34 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x3085;</p>
 35 </div>
 36 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 37 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x3087;</p>
 38 </div>
 39 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 40 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x308e;</p>
 41 </div>
 42 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 43 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x30a1;</p>
 44 </div>
 45 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 46 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x30a3;</p>
 47 </div>
 48 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 49 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x30a5;</p>
 50 </div>
 51 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 52 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x30a7;</p>
 53 </div>
 54 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 55 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x30a9;</p>
 56 </div>
 57 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 58 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x30f5;</p>
 59 </div>
 60 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 61 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x31f0;</p>
 62 </div>
 63 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 64 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x30f6;</p>
 65 </div>
 66 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 67 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x31f1;</p>
 68 </div>
 69 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 70 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x31f2;</p>
 71 </div>
 72 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 73 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x30c3;</p>
 74 </div>
 75 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 76 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x31f3;</p>
 77 </div>
 78 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 79 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x31f4;</p>
 80 </div>
 81 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 82 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x31f5;</p>
 83 </div>
 84 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 85 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x31f6;</p>
 86 </div>
 87 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 88 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x31f7;</p>
 89 </div>
 90 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 91 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x31f8;</p>
 92 </div>
 93 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 94 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x31f9;</p>
 95 </div>
 96 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 97 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x31fa;</p>
 98 </div>
 99 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 100 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x30e3;</p>
 101 </div>
 102 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 103 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x30e5;</p>
 104 </div>
 105 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 106 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x30e7;</p>
 107 </div>
 108 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 109 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x31fb;</p>
 110 </div>
 111 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 112 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x31fc;</p>
 113 </div>
 114 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 115 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x31fd;</p>
 116 </div>
 117 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 118 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x31fe;</p>
 119 </div>
 120 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 121 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x31ff;</p>
 122 </div>
 123 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 124 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x30ee;</p>
 125 </div>
 126 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 127 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#xff67;</p>
 128 </div>
 129 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 130 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#xff68;</p>
 131 </div>
 132 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 133 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#xff69;</p>
 134 </div>
 135 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 136 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#xff6a;</p>
 137 </div>
 138 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 139 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#xff6b;</p>
 140 </div>
 141 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 142 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#xff6f;</p>
 143 </div>
 144 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 145 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#xff6c;</p>
 146 </div>
 147 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 148 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#xff6d;</p>
 149 </div>
 150 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 151 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#xff6e;</p>
 152 </div>
 153 </body>
 154</html>

LayoutTests/fast/css3-line-break/line-break-auto-half-kana-ja-expected.html

 1<html>
 2 <head>
 3 <title>Line breaks using [-webkit-]line-break : auto - before half kana - lang='ja'</title>
 4 </head>
 5 <body>
 6 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 7 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x3041;</p>
 8 </div>
 9 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 10 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x3043;</p>
 11 </div>
 12 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 13 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x3045;</p>
 14 </div>
 15 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 16 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x3047;</p>
 17 </div>
 18 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 19 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x3049;</p>
 20 </div>
 21 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 22 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x3095;</p>
 23 </div>
 24 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 25 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x3096;</p>
 26 </div>
 27 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 28 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x3063;</p>
 29 </div>
 30 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 31 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x3083;</p>
 32 </div>
 33 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 34 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x3085;</p>
 35 </div>
 36 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 37 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x3087;</p>
 38 </div>
 39 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 40 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x308e;</p>
 41 </div>
 42 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 43 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x30a1;</p>
 44 </div>
 45 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 46 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x30a3;</p>
 47 </div>
 48 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 49 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x30a5;</p>
 50 </div>
 51 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 52 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x30a7;</p>
 53 </div>
 54 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 55 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x30a9;</p>
 56 </div>
 57 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 58 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x30f5;</p>
 59 </div>
 60 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 61 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x31f0;</p>
 62 </div>
 63 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 64 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x30f6;</p>
 65 </div>
 66 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 67 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x31f1;</p>
 68 </div>
 69 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 70 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x31f2;</p>
 71 </div>
 72 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 73 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x30c3;</p>
 74 </div>
 75 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 76 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x31f3;</p>
 77 </div>
 78 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 79 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x31f4;</p>
 80 </div>
 81 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 82 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x31f5;</p>
 83 </div>
 84 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 85 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x31f6;</p>
 86 </div>
 87 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 88 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x31f7;</p>
 89 </div>
 90 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 91 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x31f8;</p>
 92 </div>
 93 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 94 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x31f9;</p>
 95 </div>
 96 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 97 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x31fa;</p>
 98 </div>
 99 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 100 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x30e3;</p>
 101 </div>
 102 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 103 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x30e5;</p>
 104 </div>
 105 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 106 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x30e7;</p>
 107 </div>
 108 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 109 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x31fb;</p>
 110 </div>
 111 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 112 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x31fc;</p>
 113 </div>
 114 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 115 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x31fd;</p>
 116 </div>
 117 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 118 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x31fe;</p>
 119 </div>
 120 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 121 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x31ff;</p>
 122 </div>
 123 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 124 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x30ee;</p>
 125 </div>
 126 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 127 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#xff67;</p>
 128 </div>
 129 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 130 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#xff68;</p>
 131 </div>
 132 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 133 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#xff69;</p>
 134 </div>
 135 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 136 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#xff6a;</p>
 137 </div>
 138 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 139 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#xff6b;</p>
 140 </div>
 141 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 142 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#xff6f;</p>
 143 </div>
 144 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 145 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#xff6c;</p>
 146 </div>
 147 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 148 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#xff6d;</p>
 149 </div>
 150 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 151 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#xff6e;</p>
 152 </div>
 153 </body>
 154</html>

LayoutTests/fast/css3-line-break/line-break-auto-half-kana-ja.html

 1<html>
 2 <head>
 3 <title>Line breaks using [-webkit-]line-break : auto - before half kana - lang='ja'</title>
 4 </head>
 5 <body>
 6 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 7 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x3041;</p>
 8 </div>
 9 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 10 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x3043;</p>
 11 </div>
 12 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 13 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x3045;</p>
 14 </div>
 15 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 16 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x3047;</p>
 17 </div>
 18 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 19 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x3049;</p>
 20 </div>
 21 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 22 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x3095;</p>
 23 </div>
 24 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 25 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x3096;</p>
 26 </div>
 27 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 28 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x3063;</p>
 29 </div>
 30 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 31 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x3083;</p>
 32 </div>
 33 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 34 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x3085;</p>
 35 </div>
 36 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 37 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x3087;</p>
 38 </div>
 39 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 40 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x308e;</p>
 41 </div>
 42 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 43 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x30a1;</p>
 44 </div>
 45 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 46 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x30a3;</p>
 47 </div>
 48 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 49 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x30a5;</p>
 50 </div>
 51 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 52 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x30a7;</p>
 53 </div>
 54 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 55 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x30a9;</p>
 56 </div>
 57 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 58 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x30f5;</p>
 59 </div>
 60 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 61 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x31f0;</p>
 62 </div>
 63 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 64 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x30f6;</p>
 65 </div>
 66 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 67 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x31f1;</p>
 68 </div>
 69 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 70 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x31f2;</p>
 71 </div>
 72 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 73 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x30c3;</p>
 74 </div>
 75 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 76 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x31f3;</p>
 77 </div>
 78 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 79 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x31f4;</p>
 80 </div>
 81 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 82 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x31f5;</p>
 83 </div>
 84 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 85 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x31f6;</p>
 86 </div>
 87 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 88 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x31f7;</p>
 89 </div>
 90 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 91 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x31f8;</p>
 92 </div>
 93 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 94 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x31f9;</p>
 95 </div>
 96 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 97 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x31fa;</p>
 98 </div>
 99 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 100 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x30e3;</p>
 101 </div>
 102 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 103 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x30e5;</p>
 104 </div>
 105 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 106 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x30e7;</p>
 107 </div>
 108 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 109 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x31fb;</p>
 110 </div>
 111 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 112 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x31fc;</p>
 113 </div>
 114 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 115 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x31fd;</p>
 116 </div>
 117 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 118 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x31fe;</p>
 119 </div>
 120 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 121 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x31ff;</p>
 122 </div>
 123 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 124 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x30ee;</p>
 125 </div>
 126 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 127 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#xff67;</p>
 128 </div>
 129 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 130 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#xff68;</p>
 131 </div>
 132 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 133 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#xff69;</p>
 134 </div>
 135 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 136 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#xff6a;</p>
 137 </div>
 138 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 139 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#xff6b;</p>
 140 </div>
 141 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 142 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#xff6f;</p>
 143 </div>
 144 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 145 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#xff6c;</p>
 146 </div>
 147 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 148 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#xff6d;</p>
 149 </div>
 150 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 151 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#xff6e;</p>
 152 </div>
 153 </body>
 154</html>

LayoutTests/fast/css3-line-break/line-break-auto-half-kana-ko-expected.html

 1<html>
 2 <head>
 3 <title>Line breaks using [-webkit-]line-break : auto - before half kana - lang='ko'</title>
 4 </head>
 5 <body>
 6 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 7 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x3041;</p>
 8 </div>
 9 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 10 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x3043;</p>
 11 </div>
 12 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 13 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x3045;</p>
 14 </div>
 15 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 16 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x3047;</p>
 17 </div>
 18 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 19 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x3049;</p>
 20 </div>
 21 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 22 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x3095;</p>
 23 </div>
 24 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 25 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x3096;</p>
 26 </div>
 27 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 28 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x3063;</p>
 29 </div>
 30 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 31 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x3083;</p>
 32 </div>
 33 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 34 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x3085;</p>
 35 </div>
 36 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 37 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x3087;</p>
 38 </div>
 39 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 40 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x308e;</p>
 41 </div>
 42 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 43 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x30a1;</p>
 44 </div>
 45 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 46 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x30a3;</p>
 47 </div>
 48 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 49 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x30a5;</p>
 50 </div>
 51 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 52 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x30a7;</p>
 53 </div>
 54 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 55 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x30a9;</p>
 56 </div>
 57 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 58 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x30f5;</p>
 59 </div>
 60 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 61 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x31f0;</p>
 62 </div>
 63 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 64 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x30f6;</p>
 65 </div>
 66 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 67 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x31f1;</p>
 68 </div>
 69 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 70 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x31f2;</p>
 71 </div>
 72 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 73 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x30c3;</p>
 74 </div>
 75 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 76 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x31f3;</p>
 77 </div>
 78 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 79 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x31f4;</p>
 80 </div>
 81 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 82 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x31f5;</p>
 83 </div>
 84 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 85 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x31f6;</p>
 86 </div>
 87 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 88 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x31f7;</p>
 89 </div>
 90 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 91 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x31f8;</p>
 92 </div>
 93 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 94 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x31f9;</p>
 95 </div>
 96 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 97 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x31fa;</p>
 98 </div>
 99 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 100 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x30e3;</p>
 101 </div>
 102 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 103 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x30e5;</p>
 104 </div>
 105 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 106 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x30e7;</p>
 107 </div>
 108 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 109 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x31fb;</p>
 110 </div>
 111 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 112 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x31fc;</p>
 113 </div>
 114 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 115 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x31fd;</p>
 116 </div>
 117 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 118 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x31fe;</p>
 119 </div>
 120 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 121 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x31ff;</p>
 122 </div>
 123 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 124 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x30ee;</p>
 125 </div>
 126 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 127 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#xff67;</p>
 128 </div>
 129 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 130 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#xff68;</p>
 131 </div>
 132 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 133 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#xff69;</p>
 134 </div>
 135 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 136 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#xff6a;</p>
 137 </div>
 138 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 139 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#xff6b;</p>
 140 </div>
 141 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 142 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#xff6f;</p>
 143 </div>
 144 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 145 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#xff6c;</p>
 146 </div>
 147 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 148 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#xff6d;</p>
 149 </div>
 150 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 151 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#xff6e;</p>
 152 </div>
 153 </body>
 154</html>

LayoutTests/fast/css3-line-break/line-break-auto-half-kana-ko.html

 1<html>
 2 <head>
 3 <title>Line breaks using [-webkit-]line-break : auto - before half kana - lang='ko'</title>
 4 </head>
 5 <body>
 6 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 7 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x3041;</p>
 8 </div>
 9 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 10 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x3043;</p>
 11 </div>
 12 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 13 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x3045;</p>
 14 </div>
 15 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 16 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x3047;</p>
 17 </div>
 18 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 19 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x3049;</p>
 20 </div>
 21 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 22 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x3095;</p>
 23 </div>
 24 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 25 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x3096;</p>
 26 </div>
 27 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 28 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x3063;</p>
 29 </div>
 30 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 31 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x3083;</p>
 32 </div>
 33 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 34 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x3085;</p>
 35 </div>
 36 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 37 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x3087;</p>
 38 </div>
 39 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 40 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x308e;</p>
 41 </div>
 42 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 43 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x30a1;</p>
 44 </div>
 45 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 46 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x30a3;</p>
 47 </div>
 48 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 49 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x30a5;</p>
 50 </div>
 51 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 52 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x30a7;</p>
 53 </div>
 54 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 55 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x30a9;</p>
 56 </div>
 57 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 58 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x30f5;</p>
 59 </div>
 60 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 61 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x31f0;</p>
 62 </div>
 63 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 64 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x30f6;</p>
 65 </div>
 66 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 67 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x31f1;</p>
 68 </div>
 69 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 70 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x31f2;</p>
 71 </div>
 72 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 73 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x30c3;</p>
 74 </div>
 75 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 76 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x31f3;</p>
 77 </div>
 78 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 79 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x31f4;</p>
 80 </div>
 81 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 82 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x31f5;</p>
 83 </div>
 84 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 85 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x31f6;</p>
 86 </div>
 87 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 88 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x31f7;</p>
 89 </div>
 90 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 91 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x31f8;</p>
 92 </div>
 93 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 94 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x31f9;</p>
 95 </div>
 96 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 97 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x31fa;</p>
 98 </div>
 99 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 100 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x30e3;</p>
 101 </div>
 102 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 103 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x30e5;</p>
 104 </div>
 105 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 106 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x30e7;</p>
 107 </div>
 108 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 109 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x31fb;</p>
 110 </div>
 111 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 112 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x31fc;</p>
 113 </div>
 114 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 115 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x31fd;</p>
 116 </div>
 117 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 118 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x31fe;</p>
 119 </div>
 120 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 121 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x31ff;</p>
 122 </div>
 123 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 124 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x30ee;</p>
 125 </div>
 126 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 127 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#xff67;</p>
 128 </div>
 129 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 130 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#xff68;</p>
 131 </div>
 132 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 133 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#xff69;</p>
 134 </div>
 135 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 136 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#xff6a;</p>
 137 </div>
 138 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 139 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#xff6b;</p>
 140 </div>
 141 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 142 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#xff6f;</p>
 143 </div>
 144 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 145 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#xff6c;</p>
 146 </div>
 147 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 148 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#xff6d;</p>
 149 </div>
 150 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 151 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#xff6e;</p>
 152 </div>
 153 </body>
 154</html>

LayoutTests/fast/css3-line-break/line-break-auto-half-kana-zh-expected.html

 1<html>
 2 <head>
 3 <title>Line breaks using [-webkit-]line-break : auto - before half kana - lang='zh'</title>
 4 </head>
 5 <body>
 6 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 7 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x3041;</p>
 8 </div>
 9 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 10 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x3043;</p>
 11 </div>
 12 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 13 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x3045;</p>
 14 </div>
 15 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 16 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x3047;</p>
 17 </div>
 18 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 19 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x3049;</p>
 20 </div>
 21 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 22 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x3095;</p>
 23 </div>
 24 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 25 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x3096;</p>
 26 </div>
 27 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 28 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x3063;</p>
 29 </div>
 30 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 31 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x3083;</p>
 32 </div>
 33 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 34 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x3085;</p>
 35 </div>
 36 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 37 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x3087;</p>
 38 </div>
 39 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 40 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x308e;</p>
 41 </div>
 42 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 43 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x30a1;</p>
 44 </div>
 45 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 46 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x30a3;</p>
 47 </div>
 48 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 49 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x30a5;</p>
 50 </div>
 51 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 52 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x30a7;</p>
 53 </div>
 54 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 55 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x30a9;</p>
 56 </div>
 57 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 58 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x30f5;</p>
 59 </div>
 60 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 61 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x31f0;</p>
 62 </div>
 63 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 64 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x30f6;</p>
 65 </div>
 66 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 67 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x31f1;</p>
 68 </div>
 69 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 70 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x31f2;</p>
 71 </div>
 72 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 73 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x30c3;</p>
 74 </div>
 75 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 76 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x31f3;</p>
 77 </div>
 78 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 79 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x31f4;</p>
 80 </div>
 81 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 82 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x31f5;</p>
 83 </div>
 84 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 85 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x31f6;</p>
 86 </div>
 87 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 88 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x31f7;</p>
 89 </div>
 90 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 91 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x31f8;</p>
 92 </div>
 93 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 94 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x31f9;</p>
 95 </div>
 96 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 97 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x31fa;</p>
 98 </div>
 99 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 100 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x30e3;</p>
 101 </div>
 102 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 103 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x30e5;</p>
 104 </div>
 105 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 106 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x30e7;</p>
 107 </div>
 108 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 109 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x31fb;</p>
 110 </div>
 111 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 112 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x31fc;</p>
 113 </div>
 114 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 115 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x31fd;</p>
 116 </div>
 117 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 118 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x31fe;</p>
 119 </div>
 120 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 121 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x31ff;</p>
 122 </div>
 123 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 124 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x30ee;</p>
 125 </div>
 126 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 127 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#xff67;</p>
 128 </div>
 129 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 130 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#xff68;</p>
 131 </div>
 132 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 133 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#xff69;</p>
 134 </div>
 135 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 136 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#xff6a;</p>
 137 </div>
 138 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 139 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#xff6b;</p>
 140 </div>
 141 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 142 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#xff6f;</p>
 143 </div>
 144 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 145 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#xff6c;</p>
 146 </div>
 147 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 148 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#xff6d;</p>
 149 </div>
 150 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 151 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#xff6e;</p>
 152 </div>
 153 </body>
 154</html>

LayoutTests/fast/css3-line-break/line-break-auto-half-kana-zh.html

 1<html>
 2 <head>
 3 <title>Line breaks using [-webkit-]line-break : auto - before half kana - lang='zh'</title>
 4 </head>
 5 <body>
 6 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 7 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x3041;</p>
 8 </div>
 9 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 10 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x3043;</p>
 11 </div>
 12 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 13 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x3045;</p>
 14 </div>
 15 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 16 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x3047;</p>
 17 </div>
 18 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 19 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x3049;</p>
 20 </div>
 21 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 22 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x3095;</p>
 23 </div>
 24 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 25 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x3096;</p>
 26 </div>
 27 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 28 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x3063;</p>
 29 </div>
 30 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 31 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x3083;</p>
 32 </div>
 33 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 34 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x3085;</p>
 35 </div>
 36 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 37 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x3087;</p>
 38 </div>
 39 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 40 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x308e;</p>
 41 </div>
 42 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 43 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x30a1;</p>
 44 </div>
 45 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 46 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x30a3;</p>
 47 </div>
 48 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 49 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x30a5;</p>
 50 </div>
 51 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 52 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x30a7;</p>
 53 </div>
 54 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 55 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x30a9;</p>
 56 </div>
 57 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 58 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x30f5;</p>
 59 </div>
 60 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 61 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x31f0;</p>
 62 </div>
 63 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 64 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x30f6;</p>
 65 </div>
 66 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 67 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x31f1;</p>
 68 </div>
 69 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 70 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x31f2;</p>
 71 </div>
 72 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 73 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x30c3;</p>
 74 </div>
 75 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 76 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x31f3;</p>
 77 </div>
 78 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 79 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x31f4;</p>
 80 </div>
 81 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 82 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x31f5;</p>
 83 </div>
 84 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 85 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x31f6;</p>
 86 </div>
 87 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 88 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x31f7;</p>
 89 </div>
 90 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 91 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x31f8;</p>
 92 </div>
 93 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 94 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x31f9;</p>
 95 </div>
 96 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 97 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x31fa;</p>
 98 </div>
 99 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 100 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x30e3;</p>
 101 </div>
 102 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 103 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x30e5;</p>
 104 </div>
 105 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 106 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x30e7;</p>
 107 </div>
 108 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 109 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x31fb;</p>
 110 </div>
 111 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 112 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x31fc;</p>
 113 </div>
 114 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 115 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x31fd;</p>
 116 </div>
 117 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 118 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x31fe;</p>
 119 </div>
 120 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 121 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x31ff;</p>
 122 </div>
 123 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 124 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x30ee;</p>
 125 </div>
 126 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 127 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#xff67;</p>
 128 </div>
 129 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 130 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#xff68;</p>
 131 </div>
 132 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 133 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#xff69;</p>
 134 </div>
 135 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 136 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#xff6a;</p>
 137 </div>
 138 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 139 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#xff6b;</p>
 140 </div>
 141 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 142 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#xff6f;</p>
 143 </div>
 144 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 145 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#xff6c;</p>
 146 </div>
 147 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 148 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#xff6d;</p>
 149 </div>
 150 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 151 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#xff6e;</p>
 152 </div>
 153 </body>
 154</html>

LayoutTests/fast/css3-line-break/line-break-auto-hyphens-en-expected.html

 1<html>
 2 <head>
 3 <title>Line breaks using [-webkit-]line-break : auto - before hyphens - lang='en'</title>
 4 </head>
 5 <body>
 6 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 7 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x2010;</p>
 8 </div>
 9 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 10 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x2013;</p>
 11 </div>
 12 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 13 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x301c;</p>
 14 </div>
 15 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 16 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x30a0;</p>
 17 </div>
 18 </body>
 19</html>

LayoutTests/fast/css3-line-break/line-break-auto-hyphens-en.html

 1<html>
 2 <head>
 3 <title>Line breaks using [-webkit-]line-break : auto - before hyphens - lang='en'</title>
 4 </head>
 5 <body>
 6 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 7 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x2010;</p>
 8 </div>
 9 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 10 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x2013;</p>
 11 </div>
 12 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 13 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x301c;</p>
 14 </div>
 15 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 16 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x30a0;</p>
 17 </div>
 18 </body>
 19</html>

LayoutTests/fast/css3-line-break/line-break-auto-hyphens-ja-expected.html

 1<html>
 2 <head>
 3 <title>Line breaks using [-webkit-]line-break : auto - before hyphens - lang='ja'</title>
 4 </head>
 5 <body>
 6 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 7 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x2010;</p>
 8 </div>
 9 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 10 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x2013;</p>
 11 </div>
 12 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 13 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x301c;</p>
 14 </div>
 15 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 16 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x30a0;</p>
 17 </div>
 18 </body>
 19</html>

LayoutTests/fast/css3-line-break/line-break-auto-hyphens-ja.html

 1<html>
 2 <head>
 3 <title>Line breaks using [-webkit-]line-break : auto - before hyphens - lang='ja'</title>
 4 </head>
 5 <body>
 6 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 7 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x2010;</p>
 8 </div>
 9 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 10 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x2013;</p>
 11 </div>
 12 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 13 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x301c;</p>
 14 </div>
 15 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 16 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x30a0;</p>
 17 </div>
 18 </body>
 19</html>

LayoutTests/fast/css3-line-break/line-break-auto-hyphens-ko-expected.html

 1<html>
 2 <head>
 3 <title>Line breaks using [-webkit-]line-break : auto - before hyphens - lang='ko'</title>
 4 </head>
 5 <body>
 6 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 7 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x2010;</p>
 8 </div>
 9 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 10 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x2013;</p>
 11 </div>
 12 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 13 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x301c;</p>
 14 </div>
 15 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 16 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x30a0;</p>
 17 </div>
 18 </body>
 19</html>

LayoutTests/fast/css3-line-break/line-break-auto-hyphens-ko.html

 1<html>
 2 <head>
 3 <title>Line breaks using [-webkit-]line-break : auto - before hyphens - lang='ko'</title>
 4 </head>
 5 <body>
 6 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 7 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x2010;</p>
 8 </div>
 9 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 10 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x2013;</p>
 11 </div>
 12 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 13 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x301c;</p>
 14 </div>
 15 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 16 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x30a0;</p>
 17 </div>
 18 </body>
 19</html>

LayoutTests/fast/css3-line-break/line-break-auto-hyphens-zh-expected.html

 1<html>
 2 <head>
 3 <title>Line breaks using [-webkit-]line-break : auto - before hyphens - lang='zh'</title>
 4 </head>
 5 <body>
 6 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 7 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x2010;</p>
 8 </div>
 9 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 10 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x2013;</p>
 11 </div>
 12 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 13 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x301c;</p>
 14 </div>
 15 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 16 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x30a0;</p>
 17 </div>
 18 </body>
 19</html>

LayoutTests/fast/css3-line-break/line-break-auto-hyphens-zh.html

 1<html>
 2 <head>
 3 <title>Line breaks using [-webkit-]line-break : auto - before hyphens - lang='zh'</title>
 4 </head>
 5 <body>
 6 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 7 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x2010;</p>
 8 </div>
 9 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 10 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x2013;</p>
 11 </div>
 12 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 13 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x301c;</p>
 14 </div>
 15 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 16 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x30a0;</p>
 17 </div>
 18 </body>
 19</html>

LayoutTests/fast/css3-line-break/line-break-auto-inseparables-en-expected.html

 1<html>
 2 <head>
 3 <title>Line breaks using [-webkit-]line-break : auto - between inseparables - lang='en'</title>
 4 </head>
 5 <body>
 6 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:2.1em;" lang="en">
 7 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x2025;&#x2025</nobr></p>
 8 </div>
 9 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:2.1em;" lang="en">
 10 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x2025;&#x2026</nobr></p>
 11 </div>
 12 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:2.1em;" lang="en">
 13 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x2026;&#x2025</nobr></p>
 14 </div>
 15 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:2.1em;" lang="en">
 16 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x2026;&#x2026</nobr></p>
 17 </div>
 18 </body>
 19</html>

LayoutTests/fast/css3-line-break/line-break-auto-inseparables-en.html

 1<html>
 2 <head>
 3 <title>Line breaks using [-webkit-]line-break : auto - between inseparables - lang='en'</title>
 4 </head>
 5 <body>
 6 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:2.1em;" lang="en">
 7 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x2025;&#x2025</p>
 8 </div>
 9 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:2.1em;" lang="en">
 10 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x2025;&#x2026</p>
 11 </div>
 12 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:2.1em;" lang="en">
 13 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x2026;&#x2025</p>
 14 </div>
 15 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:2.1em;" lang="en">
 16 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x2026;&#x2026</p>
 17 </div>
 18 </body>
 19</html>

LayoutTests/fast/css3-line-break/line-break-auto-inseparables-ja-expected.html

 1<html>
 2 <head>
 3 <title>Line breaks using [-webkit-]line-break : auto - between inseparables - lang='ja'</title>
 4 </head>
 5 <body>
 6 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:2.1em;" lang="ja">
 7 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x2025;&#x2025</nobr></p>
 8 </div>
 9 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:2.1em;" lang="ja">
 10 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x2025;&#x2026</nobr></p>
 11 </div>
 12 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:2.1em;" lang="ja">
 13 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x2026;&#x2025</nobr></p>
 14 </div>
 15 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:2.1em;" lang="ja">
 16 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x2026;&#x2026</nobr></p>
 17 </div>
 18 </body>
 19</html>

LayoutTests/fast/css3-line-break/line-break-auto-inseparables-ja.html

 1<html>
 2 <head>
 3 <title>Line breaks using [-webkit-]line-break : auto - between inseparables - lang='ja'</title>
 4 </head>
 5 <body>
 6 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:2.1em;" lang="ja">
 7 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x2025;&#x2025</p>
 8 </div>
 9 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:2.1em;" lang="ja">
 10 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x2025;&#x2026</p>
 11 </div>
 12 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:2.1em;" lang="ja">
 13 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x2026;&#x2025</p>
 14 </div>
 15 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:2.1em;" lang="ja">
 16 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x2026;&#x2026</p>
 17 </div>
 18 </body>
 19</html>

LayoutTests/fast/css3-line-break/line-break-auto-inseparables-ko-expected.html

 1<html>
 2 <head>
 3 <title>Line breaks using [-webkit-]line-break : auto - between inseparables - lang='ko'</title>
 4 </head>
 5 <body>
 6 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:2.1em;" lang="ko">
 7 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x2025;&#x2025</nobr></p>
 8 </div>
 9 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:2.1em;" lang="ko">
 10 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x2025;&#x2026</nobr></p>
 11 </div>
 12 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:2.1em;" lang="ko">
 13 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x2026;&#x2025</nobr></p>
 14 </div>
 15 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:2.1em;" lang="ko">
 16 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x2026;&#x2026</nobr></p>
 17 </div>
 18 </body>
 19</html>

LayoutTests/fast/css3-line-break/line-break-auto-inseparables-ko.html

 1<html>
 2 <head>
 3 <title>Line breaks using [-webkit-]line-break : auto - between inseparables - lang='ko'</title>
 4 </head>
 5 <body>
 6 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:2.1em;" lang="ko">
 7 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x2025;&#x2025</p>
 8 </div>
 9 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:2.1em;" lang="ko">
 10 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x2025;&#x2026</p>
 11 </div>
 12 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:2.1em;" lang="ko">
 13 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x2026;&#x2025</p>
 14 </div>
 15 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:2.1em;" lang="ko">
 16 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x2026;&#x2026</p>
 17 </div>
 18 </body>
 19</html>

LayoutTests/fast/css3-line-break/line-break-auto-inseparables-zh-expected.html

 1<html>
 2 <head>
 3 <title>Line breaks using [-webkit-]line-break : auto - between inseparables - lang='zh'</title>
 4 </head>
 5 <body>
 6 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:2.1em;" lang="zh">
 7 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x2025;&#x2025</nobr></p>
 8 </div>
 9 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:2.1em;" lang="zh">
 10 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x2025;&#x2026</nobr></p>
 11 </div>
 12 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:2.1em;" lang="zh">
 13 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x2026;&#x2025</nobr></p>
 14 </div>
 15 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:2.1em;" lang="zh">
 16 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x2026;&#x2026</nobr></p>
 17 </div>
 18 </body>
 19</html>

LayoutTests/fast/css3-line-break/line-break-auto-inseparables-zh.html

 1<html>
 2 <head>
 3 <title>Line breaks using [-webkit-]line-break : auto - between inseparables - lang='zh'</title>
 4 </head>
 5 <body>
 6 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:2.1em;" lang="zh">
 7 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x2025;&#x2025</p>
 8 </div>
 9 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:2.1em;" lang="zh">
 10 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x2025;&#x2026</p>
 11 </div>
 12 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:2.1em;" lang="zh">
 13 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x2026;&#x2025</p>
 14 </div>
 15 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:2.1em;" lang="zh">
 16 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x2026;&#x2026</p>
 17 </div>
 18 </body>
 19</html>

LayoutTests/fast/css3-line-break/line-break-auto-iteration-marks-en-expected.html

 1<html>
 2 <head>
 3 <title>Line breaks using [-webkit-]line-break : auto - before iteration marks - lang='en'</title>
 4 </head>
 5 <body>
 6 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 7 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x3005;</p>
 8 </div>
 9 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 10 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x303b;</p>
 11 </div>
 12 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 13 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x309d;</p>
 14 </div>
 15 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 16 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x309e;</p>
 17 </div>
 18 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 19 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x30fd;</p>
 20 </div>
 21 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 22 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x30fe;</p>
 23 </div>
 24 </body>
 25</html>

LayoutTests/fast/css3-line-break/line-break-auto-iteration-marks-en.html

 1<html>
 2 <head>
 3 <title>Line breaks using [-webkit-]line-break : auto - before iteration marks - lang='en'</title>
 4 </head>
 5 <body>
 6 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 7 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x3005;</p>
 8 </div>
 9 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 10 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x303b;</p>
 11 </div>
 12 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 13 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x309d;</p>
 14 </div>
 15 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 16 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x309e;</p>
 17 </div>
 18 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 19 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x30fd;</p>
 20 </div>
 21 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 22 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x30fe;</p>
 23 </div>
 24 </body>
 25</html>

LayoutTests/fast/css3-line-break/line-break-auto-iteration-marks-ja-expected.html

 1<html>
 2 <head>
 3 <title>Line breaks using [-webkit-]line-break : auto - before iteration marks - lang='ja'</title>
 4 </head>
 5 <body>
 6 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 7 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x3005;</p>
 8 </div>
 9 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 10 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x303b;</p>
 11 </div>
 12 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 13 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x309d;</p>
 14 </div>
 15 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 16 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x309e;</p>
 17 </div>
 18 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 19 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x30fd;</p>
 20 </div>
 21 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 22 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x30fe;</p>
 23 </div>
 24 </body>
 25</html>

LayoutTests/fast/css3-line-break/line-break-auto-iteration-marks-ja.html

 1<html>
 2 <head>
 3 <title>Line breaks using [-webkit-]line-break : auto - before iteration marks - lang='ja'</title>
 4 </head>
 5 <body>
 6 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 7 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x3005;</p>
 8 </div>
 9 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 10 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x303b;</p>
 11 </div>
 12 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 13 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x309d;</p>
 14 </div>
 15 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 16 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x309e;</p>
 17 </div>
 18 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 19 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x30fd;</p>
 20 </div>
 21 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 22 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x30fe;</p>
 23 </div>
 24 </body>
 25</html>

LayoutTests/fast/css3-line-break/line-break-auto-iteration-marks-ko-expected.html

 1<html>
 2 <head>
 3 <title>Line breaks using [-webkit-]line-break : auto - before iteration marks - lang='ko'</title>
 4 </head>
 5 <body>
 6 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 7 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x3005;</p>
 8 </div>
 9 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 10 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x303b;</p>
 11 </div>
 12 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 13 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x309d;</p>
 14 </div>
 15 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 16 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x309e;</p>
 17 </div>
 18 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 19 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x30fd;</p>
 20 </div>
 21 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 22 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x30fe;</p>
 23 </div>
 24 </body>
 25</html>

LayoutTests/fast/css3-line-break/line-break-auto-iteration-marks-ko.html

 1<html>
 2 <head>
 3 <title>Line breaks using [-webkit-]line-break : auto - before iteration marks - lang='ko'</title>
 4 </head>
 5 <body>
 6 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 7 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x3005;</p>
 8 </div>
 9 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 10 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x303b;</p>
 11 </div>
 12 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 13 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x309d;</p>
 14 </div>
 15 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 16 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x309e;</p>
 17 </div>
 18 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 19 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x30fd;</p>
 20 </div>
 21 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 22 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x30fe;</p>
 23 </div>
 24 </body>
 25</html>

LayoutTests/fast/css3-line-break/line-break-auto-iteration-marks-zh-expected.html

 1<html>
 2 <head>
 3 <title>Line breaks using [-webkit-]line-break : auto - before iteration marks - lang='zh'</title>
 4 </head>
 5 <body>
 6 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 7 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x3005;</p>
 8 </div>
 9 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 10 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x303b;</p>
 11 </div>
 12 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 13 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x309d;</p>
 14 </div>
 15 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 16 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x309e;</p>
 17 </div>
 18 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 19 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x30fd;</p>
 20 </div>
 21 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 22 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x30fe;</p>
 23 </div>
 24 </body>
 25</html>

LayoutTests/fast/css3-line-break/line-break-auto-iteration-marks-zh.html

 1<html>
 2 <head>
 3 <title>Line breaks using [-webkit-]line-break : auto - before iteration marks - lang='zh'</title>
 4 </head>
 5 <body>
 6 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 7 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x3005;</p>
 8 </div>
 9 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 10 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x303b;</p>
 11 </div>
 12 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 13 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x309d;</p>
 14 </div>
 15 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 16 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x309e;</p>
 17 </div>
 18 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 19 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x30fd;</p>
 20 </div>
 21 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 22 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x30fe;</p>
 23 </div>
 24 </body>
 25</html>

LayoutTests/fast/css3-line-break/line-break-auto-postfixes-en-expected.html

 1<html>
 2 <head>
 3 <title>Line breaks using [-webkit-]line-break : auto - before postfixes - lang='en'</title>
 4 </head>
 5 <body>
 6 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 7 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x0025;</p>
 8 </div>
 9 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 10 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x00a2;</p>
 11 </div>
 12 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 13 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x00b0;</p>
 14 </div>
 15 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 16 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x2030;</p>
 17 </div>
 18 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 19 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x2032;</p>
 20 </div>
 21 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 22 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x2033;</p>
 23 </div>
 24 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 25 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x2103;</p>
 26 </div>
 27 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 28 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#xff05;</p>
 29 </div>
 30 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 31 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#xffe0;</p>
 32 </div>
 33 </body>
 34</html>

LayoutTests/fast/css3-line-break/line-break-auto-postfixes-en.html

 1<html>
 2 <head>
 3 <title>Line breaks using [-webkit-]line-break : auto - before postfixes - lang='en'</title>
 4 </head>
 5 <body>
 6 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 7 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x0025;</p>
 8 </div>
 9 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 10 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x00a2;</p>
 11 </div>
 12 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 13 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x00b0;</p>
 14 </div>
 15 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 16 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x2030;</p>
 17 </div>
 18 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 19 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x2032;</p>
 20 </div>
 21 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 22 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x2033;</p>
 23 </div>
 24 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 25 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x2103;</p>
 26 </div>
 27 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 28 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#xff05;</p>
 29 </div>
 30 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 31 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#xffe0;</p>
 32 </div>
 33 </body>
 34</html>

LayoutTests/fast/css3-line-break/line-break-auto-postfixes-ja-expected.html

 1<html>
 2 <head>
 3 <title>Line breaks using [-webkit-]line-break : auto - before postfixes - lang='ja'</title>
 4 </head>
 5 <body>
 6 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 7 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x0025;</p>
 8 </div>
 9 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 10 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x00a2;</p>
 11 </div>
 12 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 13 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x00b0;</p>
 14 </div>
 15 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 16 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x2030;</p>
 17 </div>
 18 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 19 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x2032;</p>
 20 </div>
 21 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 22 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x2033;</p>
 23 </div>
 24 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 25 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x2103;</p>
 26 </div>
 27 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 28 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#xff05;</p>
 29 </div>
 30 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 31 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#xffe0;</p>
 32 </div>
 33 </body>
 34</html>

LayoutTests/fast/css3-line-break/line-break-auto-postfixes-ja.html

 1<html>
 2 <head>
 3 <title>Line breaks using [-webkit-]line-break : auto - before postfixes - lang='ja'</title>
 4 </head>
 5 <body>
 6 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 7 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x0025;</p>
 8 </div>
 9 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 10 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x00a2;</p>
 11 </div>
 12 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 13 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x00b0;</p>
 14 </div>
 15 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 16 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x2030;</p>
 17 </div>
 18 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 19 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x2032;</p>
 20 </div>
 21 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 22 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x2033;</p>
 23 </div>
 24 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 25 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x2103;</p>
 26 </div>
 27 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 28 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#xff05;</p>
 29 </div>
 30 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 31 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#xffe0;</p>
 32 </div>
 33 </body>
 34</html>

LayoutTests/fast/css3-line-break/line-break-auto-postfixes-ko-expected.html

 1<html>
 2 <head>
 3 <title>Line breaks using [-webkit-]line-break : auto - before postfixes - lang='ko'</title>
 4 </head>
 5 <body>
 6 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 7 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x0025;</p>
 8 </div>
 9 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 10 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x00a2;</p>
 11 </div>
 12 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 13 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x00b0;</p>
 14 </div>
 15 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 16 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x2030;</p>
 17 </div>
 18 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 19 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x2032;</p>
 20 </div>
 21 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 22 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x2033;</p>
 23 </div>
 24 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 25 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x2103;</p>
 26 </div>
 27 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 28 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#xff05;</p>
 29 </div>
 30 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 31 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#xffe0;</p>
 32 </div>
 33 </body>
 34</html>

LayoutTests/fast/css3-line-break/line-break-auto-postfixes-ko.html

 1<html>
 2 <head>
 3 <title>Line breaks using [-webkit-]line-break : auto - before postfixes - lang='ko'</title>
 4 </head>
 5 <body>
 6 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 7 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x0025;</p>
 8 </div>
 9 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 10 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x00a2;</p>
 11 </div>
 12 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 13 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x00b0;</p>
 14 </div>
 15 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 16 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x2030;</p>
 17 </div>
 18 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 19 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x2032;</p>
 20 </div>
 21 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 22 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x2033;</p>
 23 </div>
 24 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 25 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x2103;</p>
 26 </div>
 27 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 28 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#xff05;</p>
 29 </div>
 30 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 31 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#xffe0;</p>
 32 </div>
 33 </body>
 34</html>

LayoutTests/fast/css3-line-break/line-break-auto-postfixes-zh-expected.html

 1<html>
 2 <head>
 3 <title>Line breaks using [-webkit-]line-break : auto - before postfixes - lang='zh'</title>
 4 </head>
 5 <body>
 6 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 7 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x0025;</p>
 8 </div>
 9 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 10 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x00a2;</p>
 11 </div>
 12 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 13 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x00b0;</p>
 14 </div>
 15 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 16 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x2030;</p>
 17 </div>
 18 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 19 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x2032;</p>
 20 </div>
 21 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 22 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x2033;</p>
 23 </div>
 24 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 25 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x2103;</p>
 26 </div>
 27 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 28 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#xff05;</p>
 29 </div>
 30 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 31 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#xffe0;</p>
 32 </div>
 33 </body>
 34</html>

LayoutTests/fast/css3-line-break/line-break-auto-postfixes-zh.html

 1<html>
 2 <head>
 3 <title>Line breaks using [-webkit-]line-break : auto - before postfixes - lang='zh'</title>
 4 </head>
 5 <body>
 6 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 7 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x0025;</p>
 8 </div>
 9 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 10 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x00a2;</p>
 11 </div>
 12 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 13 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x00b0;</p>
 14 </div>
 15 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 16 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x2030;</p>
 17 </div>
 18 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 19 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x2032;</p>
 20 </div>
 21 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 22 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x2033;</p>
 23 </div>
 24 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 25 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x2103;</p>
 26 </div>
 27 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 28 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#xff05;</p>
 29 </div>
 30 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 31 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#xffe0;</p>
 32 </div>
 33 </body>
 34</html>

LayoutTests/fast/css3-line-break/line-break-auto-prefixes-en-expected.html

 1<html>
 2 <head>
 3 <title>Line breaks using [-webkit-]line-break : auto - after prefixes - lang='en'</title>
 4 </head>
 5 <body>
 6 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:1.5em;" lang="en">
 7 <p style="border:solid blue 1px;"><nobr>&#x0024;123</nobr></p>
 8 </div>
 9 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:1.5em;" lang="en">
 10 <p style="border:solid blue 1px;"><nobr>&#x00a3;123</nobr></p>
 11 </div>
 12 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:1.5em;" lang="en">
 13 <p style="border:solid blue 1px;"><nobr>&#x00a5;123</nobr></p>
 14 </div>
 15 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:1.5em;" lang="en">
 16 <p style="border:solid blue 1px;"><nobr>&#x0020ac;123</nobr></p>
 17 </div>
 18 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:1.5em;" lang="en">
 19 <p style="border:solid blue 1px;"><nobr>&#x002116;123</nobr></p>
 20 </div>
 21 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:1.5em;" lang="en">
 22 <p style="border:solid blue 1px;"><nobr>&#xff04;123</nobr></p>
 23 </div>
 24 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:1.5em;" lang="en">
 25 <p style="border:solid blue 1px;"><nobr>&#xffe1;123</nobr></p>
 26 </div>
 27 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:1.5em;" lang="en">
 28 <p style="border:solid blue 1px;"><nobr>&#xffe5;123</nobr></p>
 29 </div>
 30 </body>
 31</html>

LayoutTests/fast/css3-line-break/line-break-auto-prefixes-en.html

 1<html>
 2 <head>
 3 <title>Line breaks using [-webkit-]line-break : auto - after prefixes - lang='en'</title>
 4 </head>
 5 <body>
 6 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:1.5em;" lang="en">
 7 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x0024;123</p>
 8 </div>
 9 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:1.5em;" lang="en">
 10 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x00a3;123</p>
 11 </div>
 12 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:1.5em;" lang="en">
 13 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x00a5;123</p>
 14 </div>
 15 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:1.5em;" lang="en">
 16 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x0020ac;123</p>
 17 </div>
 18 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:1.5em;" lang="en">
 19 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x002116;123</p>
 20 </div>
 21 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:1.5em;" lang="en">
 22 <p style="border:solid blue 1px; -webkit-line-break: auto">&#xff04;123</p>
 23 </div>
 24 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:1.5em;" lang="en">
 25 <p style="border:solid blue 1px; -webkit-line-break: auto">&#xffe1;123</p>
 26 </div>
 27 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:1.5em;" lang="en">
 28 <p style="border:solid blue 1px; -webkit-line-break: auto">&#xffe5;123</p>
 29 </div>
 30 </body>
 31</html>

LayoutTests/fast/css3-line-break/line-break-auto-prefixes-ja-expected.html

 1<html>
 2 <head>
 3 <title>Line breaks using [-webkit-]line-break : auto - after prefixes - lang='ja'</title>
 4 </head>
 5 <body>
 6 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:1.5em;" lang="ja">
 7 <p style="border:solid blue 1px;"><nobr>&#x0024;123</nobr></p>
 8 </div>
 9 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:1.5em;" lang="ja">
 10 <p style="border:solid blue 1px;"><nobr>&#x00a3;123</nobr></p>
 11 </div>
 12 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:1.5em;" lang="ja">
 13 <p style="border:solid blue 1px;"><nobr>&#x00a5;123</nobr></p>
 14 </div>
 15 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:1.5em;" lang="ja">
 16 <p style="border:solid blue 1px;"><nobr>&#x0020ac;123</nobr></p>
 17 </div>
 18 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:1.5em;" lang="ja">
 19 <p style="border:solid blue 1px;"><nobr>&#x002116;123</nobr></p>
 20 </div>
 21 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:1.5em;" lang="ja">
 22 <p style="border:solid blue 1px;"><nobr>&#xff04;123</nobr></p>
 23 </div>
 24 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:1.5em;" lang="ja">
 25 <p style="border:solid blue 1px;"><nobr>&#xffe1;123</nobr></p>
 26 </div>
 27 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:1.5em;" lang="ja">
 28 <p style="border:solid blue 1px;"><nobr>&#xffe5;123</nobr></p>
 29 </div>
 30 </body>
 31</html>

LayoutTests/fast/css3-line-break/line-break-auto-prefixes-ja.html

 1<html>
 2 <head>
 3 <title>Line breaks using [-webkit-]line-break : auto - after prefixes - lang='ja'</title>
 4 </head>
 5 <body>
 6 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:1.5em;" lang="ja">
 7 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x0024;123</p>
 8 </div>
 9 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:1.5em;" lang="ja">
 10 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x00a3;123</p>
 11 </div>
 12 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:1.5em;" lang="ja">
 13 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x00a5;123</p>
 14 </div>
 15 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:1.5em;" lang="ja">
 16 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x0020ac;123</p>
 17 </div>
 18 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:1.5em;" lang="ja">
 19 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x002116;123</p>
 20 </div>
 21 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:1.5em;" lang="ja">
 22 <p style="border:solid blue 1px; -webkit-line-break: auto">&#xff04;123</p>
 23 </div>
 24 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:1.5em;" lang="ja">
 25 <p style="border:solid blue 1px; -webkit-line-break: auto">&#xffe1;123</p>
 26 </div>
 27 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:1.5em;" lang="ja">
 28 <p style="border:solid blue 1px; -webkit-line-break: auto">&#xffe5;123</p>
 29 </div>
 30 </body>
 31</html>

LayoutTests/fast/css3-line-break/line-break-auto-prefixes-ko-expected.html

 1<html>
 2 <head>
 3 <title>Line breaks using [-webkit-]line-break : auto - after prefixes - lang='ko'</title>
 4 </head>
 5 <body>
 6 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:1.5em;" lang="ko">
 7 <p style="border:solid blue 1px;"><nobr>&#x0024;123</nobr></p>
 8 </div>
 9 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:1.5em;" lang="ko">
 10 <p style="border:solid blue 1px;"><nobr>&#x00a3;123</nobr></p>
 11 </div>
 12 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:1.5em;" lang="ko">
 13 <p style="border:solid blue 1px;"><nobr>&#x00a5;123</nobr></p>
 14 </div>
 15 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:1.5em;" lang="ko">
 16 <p style="border:solid blue 1px;"><nobr>&#x0020ac;123</nobr></p>
 17 </div>
 18 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:1.5em;" lang="ko">
 19 <p style="border:solid blue 1px;"><nobr>&#x002116;123</nobr></p>
 20 </div>
 21 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:1.5em;" lang="ko">
 22 <p style="border:solid blue 1px;"><nobr>&#xff04;123</nobr></p>
 23 </div>
 24 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:1.5em;" lang="ko">
 25 <p style="border:solid blue 1px;"><nobr>&#xffe1;123</nobr></p>
 26 </div>
 27 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:1.5em;" lang="ko">
 28 <p style="border:solid blue 1px;"><nobr>&#xffe5;123</nobr></p>
 29 </div>
 30 </body>
 31</html>

LayoutTests/fast/css3-line-break/line-break-auto-prefixes-ko.html

 1<html>
 2 <head>
 3 <title>Line breaks using [-webkit-]line-break : auto - after prefixes - lang='ko'</title>
 4 </head>
 5 <body>
 6 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:1.5em;" lang="ko">
 7 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x0024;123</p>
 8 </div>
 9 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:1.5em;" lang="ko">
 10 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x00a3;123</p>
 11 </div>
 12 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:1.5em;" lang="ko">
 13 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x00a5;123</p>
 14 </div>
 15 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:1.5em;" lang="ko">
 16 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x0020ac;123</p>
 17 </div>
 18 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:1.5em;" lang="ko">
 19 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x002116;123</p>
 20 </div>
 21 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:1.5em;" lang="ko">
 22 <p style="border:solid blue 1px; -webkit-line-break: auto">&#xff04;123</p>
 23 </div>
 24 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:1.5em;" lang="ko">
 25 <p style="border:solid blue 1px; -webkit-line-break: auto">&#xffe1;123</p>
 26 </div>
 27 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:1.5em;" lang="ko">
 28 <p style="border:solid blue 1px; -webkit-line-break: auto">&#xffe5;123</p>
 29 </div>
 30 </body>
 31</html>

LayoutTests/fast/css3-line-break/line-break-auto-prefixes-zh-expected.html

 1<html>
 2 <head>
 3 <title>Line breaks using [-webkit-]line-break : auto - after prefixes - lang='zh'</title>
 4 </head>
 5 <body>
 6 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:1.5em;" lang="zh">
 7 <p style="border:solid blue 1px;"><nobr>&#x0024;123</nobr></p>
 8 </div>
 9 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:1.5em;" lang="zh">
 10 <p style="border:solid blue 1px;"><nobr>&#x00a3;123</nobr></p>
 11 </div>
 12 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:1.5em;" lang="zh">
 13 <p style="border:solid blue 1px;"><nobr>&#x00a5;123</nobr></p>
 14 </div>
 15 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:1.5em;" lang="zh">
 16 <p style="border:solid blue 1px;"><nobr>&#x0020ac;123</nobr></p>
 17 </div>
 18 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:1.5em;" lang="zh">
 19 <p style="border:solid blue 1px;"><nobr>&#x002116;123</nobr></p>
 20 </div>
 21 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:1.5em;" lang="zh">
 22 <p style="border:solid blue 1px;"><nobr>&#xff04;123</nobr></p>
 23 </div>
 24 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:1.5em;" lang="zh">
 25 <p style="border:solid blue 1px;"><nobr>&#xffe1;123</nobr></p>
 26 </div>
 27 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:1.5em;" lang="zh">
 28 <p style="border:solid blue 1px;"><nobr>&#xffe5;123</nobr></p>
 29 </div>
 30 </body>
 31</html>

LayoutTests/fast/css3-line-break/line-break-auto-prefixes-zh.html

 1<html>
 2 <head>
 3 <title>Line breaks using [-webkit-]line-break : auto - after prefixes - lang='zh'</title>
 4 </head>
 5 <body>
 6 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:1.5em;" lang="zh">
 7 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x0024;123</p>
 8 </div>
 9 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:1.5em;" lang="zh">
 10 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x00a3;123</p>
 11 </div>
 12 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:1.5em;" lang="zh">
 13 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x00a5;123</p>
 14 </div>
 15 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:1.5em;" lang="zh">
 16 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x0020ac;123</p>
 17 </div>
 18 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:1.5em;" lang="zh">
 19 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x002116;123</p>
 20 </div>
 21 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:1.5em;" lang="zh">
 22 <p style="border:solid blue 1px; -webkit-line-break: auto">&#xff04;123</p>
 23 </div>
 24 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:1.5em;" lang="zh">
 25 <p style="border:solid blue 1px; -webkit-line-break: auto">&#xffe1;123</p>
 26 </div>
 27 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:1.5em;" lang="zh">
 28 <p style="border:solid blue 1px; -webkit-line-break: auto">&#xffe5;123</p>
 29 </div>
 30 </body>
 31</html>

LayoutTests/fast/css3-line-break/line-break-auto-sound-marks-en-expected.html

 1<html>
 2 <head>
 3 <title>Line breaks using [-webkit-]line-break : auto - before sound marks - lang='en'</title>
 4 </head>
 5 <body>
 6 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 7 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x30fc;</p>
 8 </div>
 9 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 10 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#xff70;</p>
 11 </div>
 12 </body>
 13</html>

LayoutTests/fast/css3-line-break/line-break-auto-sound-marks-en.html

 1<html>
 2 <head>
 3 <title>Line breaks using [-webkit-]line-break : auto - before sound marks - lang='en'</title>
 4 </head>
 5 <body>
 6 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 7 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x30fc;</p>
 8 </div>
 9 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 10 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#xff70;</p>
 11 </div>
 12 </body>
 13</html>

LayoutTests/fast/css3-line-break/line-break-auto-sound-marks-ja-expected.html

 1<html>
 2 <head>
 3 <title>Line breaks using [-webkit-]line-break : auto - before sound marks - lang='ja'</title>
 4 </head>
 5 <body>
 6 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 7 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x30fc;</p>
 8 </div>
 9 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 10 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#xff70;</p>
 11 </div>
 12 </body>
 13</html>

LayoutTests/fast/css3-line-break/line-break-auto-sound-marks-ja.html

 1<html>
 2 <head>
 3 <title>Line breaks using [-webkit-]line-break : auto - before sound marks - lang='ja'</title>
 4 </head>
 5 <body>
 6 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 7 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x30fc;</p>
 8 </div>
 9 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 10 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#xff70;</p>
 11 </div>
 12 </body>
 13</html>

LayoutTests/fast/css3-line-break/line-break-auto-sound-marks-ko-expected.html

 1<html>
 2 <head>
 3 <title>Line breaks using [-webkit-]line-break : auto - before sound marks - lang='ko'</title>
 4 </head>
 5 <body>
 6 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 7 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x30fc;</p>
 8 </div>
 9 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 10 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#xff70;</p>
 11 </div>
 12 </body>
 13</html>

LayoutTests/fast/css3-line-break/line-break-auto-sound-marks-ko.html

 1<html>
 2 <head>
 3 <title>Line breaks using [-webkit-]line-break : auto - before sound marks - lang='ko'</title>
 4 </head>
 5 <body>
 6 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 7 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x30fc;</p>
 8 </div>
 9 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 10 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#xff70;</p>
 11 </div>
 12 </body>
 13</html>

LayoutTests/fast/css3-line-break/line-break-auto-sound-marks-zh-expected.html

 1<html>
 2 <head>
 3 <title>Line breaks using [-webkit-]line-break : auto - before sound marks - lang='zh'</title>
 4 </head>
 5 <body>
 6 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 7 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x30fc;</p>
 8 </div>
 9 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 10 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#xff70;</p>
 11 </div>
 12 </body>
 13</html>

LayoutTests/fast/css3-line-break/line-break-auto-sound-marks-zh.html

 1<html>
 2 <head>
 3 <title>Line breaks using [-webkit-]line-break : auto - before sound marks - lang='zh'</title>
 4 </head>
 5 <body>
 6 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 7 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x30fc;</p>
 8 </div>
 9 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 10 <p style="border:solid blue 1px; -webkit-line-break: auto">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#xff70;</p>
 11 </div>
 12 </body>
 13</html>

LayoutTests/fast/css3-line-break/line-break-loose-centered-en-expected.html

 1<html>
 2 <head>
 3 <title>Line breaks using [-webkit-]line-break : loose - before centered punctuation - lang='en'</title>
 4 </head>
 5 <body>
 6 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 7 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x003a;</p>
 8 </div>
 9 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 10 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x003b;</p>
 11 </div>
 12 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 13 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x30fb;</p>
 14 </div>
 15 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 16 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#xff1a;</p>
 17 </div>
 18 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 19 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#xff1b;</p>
 20 </div>
 21 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 22 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#xff65;</p>
 23 </div>
 24 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 25 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x0021;</p>
 26 </div>
 27 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 28 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x003f;</p>
 29 </div>
 30 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 31 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x203c;</p>
 32 </div>
 33 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 34 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x2047;</p>
 35 </div>
 36 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 37 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x2048;</p>
 38 </div>
 39 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 40 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x2049;</p>
 41 </div>
 42 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 43 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#xff01;</p>
 44 </div>
 45 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 46 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#xff1f;</p>
 47 </div>
 48 </body>
 49</html>

LayoutTests/fast/css3-line-break/line-break-loose-centered-en.html

 1<html>
 2 <head>
 3 <title>Line breaks using [-webkit-]line-break : loose - before centered punctuation - lang='en'</title>
 4 </head>
 5 <body>
 6 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 7 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x003a;</p>
 8 </div>
 9 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 10 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x003b;</p>
 11 </div>
 12 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 13 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x30fb;</p>
 14 </div>
 15 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 16 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#xff1a;</p>
 17 </div>
 18 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 19 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#xff1b;</p>
 20 </div>
 21 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 22 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#xff65;</p>
 23 </div>
 24 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 25 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x0021;</p>
 26 </div>
 27 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 28 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x003f;</p>
 29 </div>
 30 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 31 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x203c;</p>
 32 </div>
 33 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 34 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x2047;</p>
 35 </div>
 36 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 37 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x2048;</p>
 38 </div>
 39 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 40 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x2049;</p>
 41 </div>
 42 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 43 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#xff01;</p>
 44 </div>
 45 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 46 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#xff1f;</p>
 47 </div>
 48 </body>
 49</html>

LayoutTests/fast/css3-line-break/line-break-loose-centered-ja-expected.html

 1<html>
 2 <head>
 3 <title>Line breaks using [-webkit-]line-break : loose - before centered punctuation - lang='ja'</title>
 4 </head>
 5 <body>
 6 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 7 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x003a;</p>
 8 </div>
 9 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 10 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x003b;</p>
 11 </div>
 12 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 13 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x30fb;</p>
 14 </div>
 15 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 16 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#xff1a;</p>
 17 </div>
 18 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 19 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#xff1b;</p>
 20 </div>
 21 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 22 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#xff65;</p>
 23 </div>
 24 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 25 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x0021;</p>
 26 </div>
 27 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 28 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x003f;</p>
 29 </div>
 30 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 31 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x203c;</p>
 32 </div>
 33 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 34 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x2047;</p>
 35 </div>
 36 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 37 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x2048;</p>
 38 </div>
 39 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 40 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x2049;</p>
 41 </div>
 42 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 43 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#xff01;</p>
 44 </div>
 45 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 46 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#xff1f;</p>
 47 </div>
 48 </body>
 49</html>

LayoutTests/fast/css3-line-break/line-break-loose-centered-ja.html

 1<html>
 2 <head>
 3 <title>Line breaks using [-webkit-]line-break : loose - before centered punctuation - lang='ja'</title>
 4 </head>
 5 <body>
 6 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 7 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x003a;</p>
 8 </div>
 9 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 10 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x003b;</p>
 11 </div>
 12 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 13 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x30fb;</p>
 14 </div>
 15 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 16 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#xff1a;</p>
 17 </div>
 18 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 19 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#xff1b;</p>
 20 </div>
 21 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 22 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#xff65;</p>
 23 </div>
 24 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 25 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x0021;</p>
 26 </div>
 27 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 28 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x003f;</p>
 29 </div>
 30 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 31 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x203c;</p>
 32 </div>
 33 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 34 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x2047;</p>
 35 </div>
 36 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 37 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x2048;</p>
 38 </div>
 39 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 40 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x2049;</p>
 41 </div>
 42 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 43 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#xff01;</p>
 44 </div>
 45 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 46 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#xff1f;</p>
 47 </div>
 48 </body>
 49</html>

LayoutTests/fast/css3-line-break/line-break-loose-centered-ko-expected.html

 1<html>
 2 <head>
 3 <title>Line breaks using [-webkit-]line-break : loose - before centered punctuation - lang='ko'</title>
 4 </head>
 5 <body>
 6 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 7 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x003a;</p>
 8 </div>
 9 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 10 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x003b;</p>
 11 </div>
 12 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 13 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x30fb;</p>
 14 </div>
 15 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 16 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#xff1a;</p>
 17 </div>
 18 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 19 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#xff1b;</p>
 20 </div>
 21 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 22 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#xff65;</p>
 23 </div>
 24 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 25 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x0021;</p>
 26 </div>
 27 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 28 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x003f;</p>
 29 </div>
 30 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 31 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x203c;</p>
 32 </div>
 33 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 34 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x2047;</p>
 35 </div>
 36 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 37 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x2048;</p>
 38 </div>
 39 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 40 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x2049;</p>
 41 </div>
 42 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 43 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#xff01;</p>
 44 </div>
 45 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 46 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#xff1f;</p>
 47 </div>
 48 </body>
 49</html>

LayoutTests/fast/css3-line-break/line-break-loose-centered-ko.html

 1<html>
 2 <head>
 3 <title>Line breaks using [-webkit-]line-break : loose - before centered punctuation - lang='ko'</title>
 4 </head>
 5 <body>
 6 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 7 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x003a;</p>
 8 </div>
 9 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 10 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x003b;</p>
 11 </div>
 12 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 13 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x30fb;</p>
 14 </div>
 15 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 16 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#xff1a;</p>
 17 </div>
 18 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 19 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#xff1b;</p>
 20 </div>
 21 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 22 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#xff65;</p>
 23 </div>
 24 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 25 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x0021;</p>
 26 </div>
 27 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 28 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x003f;</p>
 29 </div>
 30 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 31 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x203c;</p>
 32 </div>
 33 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 34 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x2047;</p>
 35 </div>
 36 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 37 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x2048;</p>
 38 </div>
 39 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 40 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x2049;</p>
 41 </div>
 42 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 43 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#xff01;</p>
 44 </div>
 45 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 46 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#xff1f;</p>
 47 </div>
 48 </body>
 49</html>

LayoutTests/fast/css3-line-break/line-break-loose-centered-zh-expected.html

 1<html>
 2 <head>
 3 <title>Line breaks using [-webkit-]line-break : loose - before centered punctuation - lang='zh'</title>
 4 </head>
 5 <body>
 6 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 7 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x003a;</p>
 8 </div>
 9 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 10 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x003b;</p>
 11 </div>
 12 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 13 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x30fb;</p>
 14 </div>
 15 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 16 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#xff1a;</p>
 17 </div>
 18 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 19 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#xff1b;</p>
 20 </div>
 21 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 22 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#xff65;</p>
 23 </div>
 24 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 25 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x0021;</p>
 26 </div>
 27 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 28 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x003f;</p>
 29 </div>
 30 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 31 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x203c;</p>
 32 </div>
 33 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 34 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x2047;</p>
 35 </div>
 36 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 37 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x2048;</p>
 38 </div>
 39 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 40 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x2049;</p>
 41 </div>
 42 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 43 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#xff01;</p>
 44 </div>
 45 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 46 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#xff1f;</p>
 47 </div>
 48 </body>
 49</html>

LayoutTests/fast/css3-line-break/line-break-loose-centered-zh.html

 1<html>
 2 <head>
 3 <title>Line breaks using [-webkit-]line-break : loose - before centered punctuation - lang='zh'</title>
 4 </head>
 5 <body>
 6 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 7 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x003a;</p>
 8 </div>
 9 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 10 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x003b;</p>
 11 </div>
 12 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 13 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x30fb;</p>
 14 </div>
 15 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 16 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#xff1a;</p>
 17 </div>
 18 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 19 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#xff1b;</p>
 20 </div>
 21 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 22 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#xff65;</p>
 23 </div>
 24 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 25 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x0021;</p>
 26 </div>
 27 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 28 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x003f;</p>
 29 </div>
 30 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 31 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x203c;</p>
 32 </div>
 33 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 34 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x2047;</p>
 35 </div>
 36 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 37 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x2048;</p>
 38 </div>
 39 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 40 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x2049;</p>
 41 </div>
 42 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 43 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#xff01;</p>
 44 </div>
 45 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 46 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#xff1f;</p>
 47 </div>
 48 </body>
 49</html>

LayoutTests/fast/css3-line-break/line-break-loose-half-kana-en-expected.html

 1<html>
 2 <head>
 3 <title>Line breaks using [-webkit-]line-break : loose - before half kana - lang='en'</title>
 4 </head>
 5 <body>
 6 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 7 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x3041;</p>
 8 </div>
 9 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 10 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x3043;</p>
 11 </div>
 12 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 13 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x3045;</p>
 14 </div>
 15 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 16 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x3047;</p>
 17 </div>
 18 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 19 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x3049;</p>
 20 </div>
 21 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 22 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x3095;</p>
 23 </div>
 24 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 25 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x3096;</p>
 26 </div>
 27 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 28 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x3063;</p>
 29 </div>
 30 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 31 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x3083;</p>
 32 </div>
 33 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 34 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x3085;</p>
 35 </div>
 36 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 37 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x3087;</p>
 38 </div>
 39 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 40 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x308e;</p>
 41 </div>
 42 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 43 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x30a1;</p>
 44 </div>
 45 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 46 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x30a3;</p>
 47 </div>
 48 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 49 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x30a5;</p>
 50 </div>
 51 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 52 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x30a7;</p>
 53 </div>
 54 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 55 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x30a9;</p>
 56 </div>
 57 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 58 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x30f5;</p>
 59 </div>
 60 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 61 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x31f0;</p>
 62 </div>
 63 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 64 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x30f6;</p>
 65 </div>
 66 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 67 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x31f1;</p>
 68 </div>
 69 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 70 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x31f2;</p>
 71 </div>
 72 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 73 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x30c3;</p>
 74 </div>
 75 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 76 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x31f3;</p>
 77 </div>
 78 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 79 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x31f4;</p>
 80 </div>
 81 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 82 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x31f5;</p>
 83 </div>
 84 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 85 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x31f6;</p>
 86 </div>
 87 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 88 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x31f7;</p>
 89 </div>
 90 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 91 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x31f8;</p>
 92 </div>
 93 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 94 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x31f9;</p>
 95 </div>
 96 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 97 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x31fa;</p>
 98 </div>
 99 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 100 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x30e3;</p>
 101 </div>
 102 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 103 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x30e5;</p>
 104 </div>
 105 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 106 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x30e7;</p>
 107 </div>
 108 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 109 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x31fb;</p>
 110 </div>
 111 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 112 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x31fc;</p>
 113 </div>
 114 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 115 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x31fd;</p>
 116 </div>
 117 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 118 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x31fe;</p>
 119 </div>
 120 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 121 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x31ff;</p>
 122 </div>
 123 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 124 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x30ee;</p>
 125 </div>
 126 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 127 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#xff67;</p>
 128 </div>
 129 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 130 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#xff68;</p>
 131 </div>
 132 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 133 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#xff69;</p>
 134 </div>
 135 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 136 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#xff6a;</p>
 137 </div>
 138 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 139 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#xff6b;</p>
 140 </div>
 141 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 142 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#xff6f;</p>
 143 </div>
 144 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 145 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#xff6c;</p>
 146 </div>
 147 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 148 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#xff6d;</p>
 149 </div>
 150 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 151 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#xff6e;</p>
 152 </div>
 153 </body>
 154</html>

LayoutTests/fast/css3-line-break/line-break-loose-half-kana-en.html

 1<html>
 2 <head>
 3 <title>Line breaks using [-webkit-]line-break : loose - before half kana - lang='en'</title>
 4 </head>
 5 <body>
 6 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 7 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x3041;</p>
 8 </div>
 9 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 10 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x3043;</p>
 11 </div>
 12 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 13 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x3045;</p>
 14 </div>
 15 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 16 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x3047;</p>
 17 </div>
 18 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 19 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x3049;</p>
 20 </div>
 21 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 22 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x3095;</p>
 23 </div>
 24 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 25 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x3096;</p>
 26 </div>
 27 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 28 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x3063;</p>
 29 </div>
 30 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 31 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x3083;</p>
 32 </div>
 33 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 34 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x3085;</p>
 35 </div>
 36 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 37 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x3087;</p>
 38 </div>
 39 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 40 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x308e;</p>
 41 </div>
 42 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 43 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x30a1;</p>
 44 </div>
 45 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 46 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x30a3;</p>
 47 </div>
 48 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 49 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x30a5;</p>
 50 </div>
 51 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 52 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x30a7;</p>
 53 </div>
 54 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 55 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x30a9;</p>
 56 </div>
 57 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 58 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x30f5;</p>
 59 </div>
 60 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 61 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x31f0;</p>
 62 </div>
 63 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 64 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x30f6;</p>
 65 </div>
 66 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 67 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x31f1;</p>
 68 </div>
 69 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 70 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x31f2;</p>
 71 </div>
 72 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 73 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x30c3;</p>
 74 </div>
 75 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 76 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x31f3;</p>
 77 </div>
 78 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 79 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x31f4;</p>
 80 </div>
 81 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 82 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x31f5;</p>
 83 </div>
 84 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 85 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x31f6;</p>
 86 </div>
 87 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 88 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x31f7;</p>
 89 </div>
 90 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 91 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x31f8;</p>
 92 </div>
 93 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 94 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x31f9;</p>
 95 </div>
 96 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 97 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x31fa;</p>
 98 </div>
 99 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 100 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x30e3;</p>
 101 </div>
 102 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 103 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x30e5;</p>
 104 </div>
 105 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 106 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x30e7;</p>
 107 </div>
 108 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 109 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x31fb;</p>
 110 </div>
 111 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 112 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x31fc;</p>
 113 </div>
 114 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 115 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x31fd;</p>
 116 </div>
 117 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 118 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x31fe;</p>
 119 </div>
 120 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 121 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x31ff;</p>
 122 </div>
 123 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 124 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x30ee;</p>
 125 </div>
 126 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 127 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#xff67;</p>
 128 </div>
 129 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 130 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#xff68;</p>
 131 </div>
 132 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 133 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#xff69;</p>
 134 </div>
 135 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 136 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#xff6a;</p>
 137 </div>
 138 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 139 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#xff6b;</p>
 140 </div>
 141 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 142 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#xff6f;</p>
 143 </div>
 144 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 145 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#xff6c;</p>
 146 </div>
 147 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 148 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#xff6d;</p>
 149 </div>
 150 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 151 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#xff6e;</p>
 152 </div>
 153 </body>
 154</html>

LayoutTests/fast/css3-line-break/line-break-loose-half-kana-ja-expected.html

 1<html>
 2 <head>
 3 <title>Line breaks using [-webkit-]line-break : loose - before half kana - lang='ja'</title>
 4 </head>
 5 <body>
 6 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 7 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x3041;</p>
 8 </div>
 9 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 10 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x3043;</p>
 11 </div>
 12 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 13 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x3045;</p>
 14 </div>
 15 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 16 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x3047;</p>
 17 </div>
 18 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 19 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x3049;</p>
 20 </div>
 21 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 22 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x3095;</p>
 23 </div>
 24 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 25 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x3096;</p>
 26 </div>
 27 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 28 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x3063;</p>
 29 </div>
 30 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 31 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x3083;</p>
 32 </div>
 33 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 34 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x3085;</p>
 35 </div>
 36 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 37 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x3087;</p>
 38 </div>
 39 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 40 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x308e;</p>
 41 </div>
 42 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 43 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x30a1;</p>
 44 </div>
 45 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 46 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x30a3;</p>
 47 </div>
 48 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 49 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x30a5;</p>
 50 </div>
 51 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 52 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x30a7;</p>
 53 </div>
 54 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 55 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x30a9;</p>
 56 </div>
 57 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 58 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x30f5;</p>
 59 </div>
 60 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 61 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x31f0;</p>
 62 </div>
 63 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 64 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x30f6;</p>
 65 </div>
 66 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 67 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x31f1;</p>
 68 </div>
 69 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 70 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x31f2;</p>
 71 </div>
 72 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 73 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x30c3;</p>
 74 </div>
 75 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 76 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x31f3;</p>
 77 </div>
 78 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 79 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x31f4;</p>
 80 </div>
 81 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 82 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x31f5;</p>
 83 </div>
 84 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 85 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x31f6;</p>
 86 </div>
 87 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 88 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x31f7;</p>
 89 </div>
 90 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 91 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x31f8;</p>
 92 </div>
 93 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 94 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x31f9;</p>
 95 </div>
 96 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 97 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x31fa;</p>
 98 </div>
 99 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 100 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x30e3;</p>
 101 </div>
 102 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 103 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x30e5;</p>
 104 </div>
 105 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 106 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x30e7;</p>
 107 </div>
 108 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 109 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x31fb;</p>
 110 </div>
 111 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 112 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x31fc;</p>
 113 </div>
 114 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 115 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x31fd;</p>
 116 </div>
 117 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 118 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x31fe;</p>
 119 </div>
 120 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 121 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x31ff;</p>
 122 </div>
 123 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 124 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x30ee;</p>
 125 </div>
 126 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 127 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#xff67;</p>
 128 </div>
 129 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 130 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#xff68;</p>
 131 </div>
 132 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 133 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#xff69;</p>
 134 </div>
 135 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 136 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#xff6a;</p>
 137 </div>
 138 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 139 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#xff6b;</p>
 140 </div>
 141 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 142 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#xff6f;</p>
 143 </div>
 144 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 145 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#xff6c;</p>
 146 </div>
 147 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 148 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#xff6d;</p>
 149 </div>
 150 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 151 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#xff6e;</p>
 152 </div>
 153 </body>
 154</html>

LayoutTests/fast/css3-line-break/line-break-loose-half-kana-ja.html

 1<html>
 2 <head>
 3 <title>Line breaks using [-webkit-]line-break : loose - before half kana - lang='ja'</title>
 4 </head>
 5 <body>
 6 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 7 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x3041;</p>
 8 </div>
 9 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 10 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x3043;</p>
 11 </div>
 12 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 13 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x3045;</p>
 14 </div>
 15 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 16 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x3047;</p>
 17 </div>
 18 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 19 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x3049;</p>
 20 </div>
 21 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 22 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x3095;</p>
 23 </div>
 24 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 25 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x3096;</p>
 26 </div>
 27 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 28 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x3063;</p>
 29 </div>
 30 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 31 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x3083;</p>
 32 </div>
 33 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 34 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x3085;</p>
 35 </div>
 36 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 37 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x3087;</p>
 38 </div>
 39 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 40 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x308e;</p>
 41 </div>
 42 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 43 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x30a1;</p>
 44 </div>
 45 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 46 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x30a3;</p>
 47 </div>
 48 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 49 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x30a5;</p>
 50 </div>
 51 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 52 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x30a7;</p>
 53 </div>
 54 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 55 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x30a9;</p>
 56 </div>
 57 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 58 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x30f5;</p>
 59 </div>
 60 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 61 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x31f0;</p>
 62 </div>
 63 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 64 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x30f6;</p>
 65 </div>
 66 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 67 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x31f1;</p>
 68 </div>
 69 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 70 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x31f2;</p>
 71 </div>
 72 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 73 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x30c3;</p>
 74 </div>
 75 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 76 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x31f3;</p>
 77 </div>
 78 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 79 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x31f4;</p>
 80 </div>
 81 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 82 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x31f5;</p>
 83 </div>
 84 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 85 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x31f6;</p>
 86 </div>
 87 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 88 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x31f7;</p>
 89 </div>
 90 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 91 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x31f8;</p>
 92 </div>
 93 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 94 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x31f9;</p>
 95 </div>
 96 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 97 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x31fa;</p>
 98 </div>
 99 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 100 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x30e3;</p>
 101 </div>
 102 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 103 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x30e5;</p>
 104 </div>
 105 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 106 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x30e7;</p>
 107 </div>
 108 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 109 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x31fb;</p>
 110 </div>
 111 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 112 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x31fc;</p>
 113 </div>
 114 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 115 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x31fd;</p>
 116 </div>
 117 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 118 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x31fe;</p>
 119 </div>
 120 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 121 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x31ff;</p>
 122 </div>
 123 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 124 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x30ee;</p>
 125 </div>
 126 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 127 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#xff67;</p>
 128 </div>
 129 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 130 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#xff68;</p>
 131 </div>
 132 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 133 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#xff69;</p>
 134 </div>
 135 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 136 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#xff6a;</p>
 137 </div>
 138 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 139 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#xff6b;</p>
 140 </div>
 141 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 142 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#xff6f;</p>
 143 </div>
 144 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 145 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#xff6c;</p>
 146 </div>
 147 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 148 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#xff6d;</p>
 149 </div>
 150 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 151 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#xff6e;</p>
 152 </div>
 153 </body>
 154</html>

LayoutTests/fast/css3-line-break/line-break-loose-half-kana-ko-expected.html

 1<html>
 2 <head>
 3 <title>Line breaks using [-webkit-]line-break : loose - before half kana - lang='ko'</title>
 4 </head>
 5 <body>
 6 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 7 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x3041;</p>
 8 </div>
 9 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 10 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x3043;</p>
 11 </div>
 12 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 13 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x3045;</p>
 14 </div>
 15 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 16 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x3047;</p>
 17 </div>
 18 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 19 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x3049;</p>
 20 </div>
 21 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 22 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x3095;</p>
 23 </div>
 24 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 25 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x3096;</p>
 26 </div>
 27 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 28 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x3063;</p>
 29 </div>
 30 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 31 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x3083;</p>
 32 </div>
 33 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 34 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x3085;</p>
 35 </div>
 36 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 37 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x3087;</p>
 38 </div>
 39 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 40 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x308e;</p>
 41 </div>
 42 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 43 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x30a1;</p>
 44 </div>
 45 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 46 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x30a3;</p>
 47 </div>
 48 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 49 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x30a5;</p>
 50 </div>
 51 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 52 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x30a7;</p>
 53 </div>
 54 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 55 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x30a9;</p>
 56 </div>
 57 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 58 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x30f5;</p>
 59 </div>
 60 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 61 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x31f0;</p>
 62 </div>
 63 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 64 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x30f6;</p>
 65 </div>
 66 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 67 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x31f1;</p>
 68 </div>
 69 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 70 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x31f2;</p>
 71 </div>
 72 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 73 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x30c3;</p>
 74 </div>
 75 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 76 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x31f3;</p>
 77 </div>
 78 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 79 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x31f4;</p>
 80 </div>
 81 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 82 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x31f5;</p>
 83 </div>
 84 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 85 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x31f6;</p>
 86 </div>
 87 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 88 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x31f7;</p>
 89 </div>
 90 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 91 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x31f8;</p>
 92 </div>
 93 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 94 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x31f9;</p>
 95 </div>
 96 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 97 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x31fa;</p>
 98 </div>
 99 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 100 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x30e3;</p>
 101 </div>
 102 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 103 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x30e5;</p>
 104 </div>
 105 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 106 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x30e7;</p>
 107 </div>
 108 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 109 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x31fb;</p>
 110 </div>
 111 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 112 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x31fc;</p>
 113 </div>
 114 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 115 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x31fd;</p>
 116 </div>
 117 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 118 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x31fe;</p>
 119 </div>
 120 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 121 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x31ff;</p>
 122 </div>
 123 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 124 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x30ee;</p>
 125 </div>
 126 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 127 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#xff67;</p>
 128 </div>
 129 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 130 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#xff68;</p>
 131 </div>
 132 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 133 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#xff69;</p>
 134 </div>
 135 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 136 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#xff6a;</p>
 137 </div>
 138 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 139 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#xff6b;</p>
 140 </div>
 141 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 142 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#xff6f;</p>
 143 </div>
 144 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 145 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#xff6c;</p>
 146 </div>
 147 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 148 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#xff6d;</p>
 149 </div>
 150 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 151 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#xff6e;</p>
 152 </div>
 153 </body>
 154</html>

LayoutTests/fast/css3-line-break/line-break-loose-half-kana-ko.html

 1<html>
 2 <head>
 3 <title>Line breaks using [-webkit-]line-break : loose - before half kana - lang='ko'</title>
 4 </head>
 5 <body>
 6 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 7 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x3041;</p>
 8 </div>
 9 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 10 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x3043;</p>
 11 </div>
 12 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 13 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x3045;</p>
 14 </div>
 15 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 16 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x3047;</p>
 17 </div>
 18 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 19 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x3049;</p>
 20 </div>
 21 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 22 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x3095;</p>
 23 </div>
 24 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 25 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x3096;</p>
 26 </div>
 27 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 28 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x3063;</p>
 29 </div>
 30 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 31 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x3083;</p>
 32 </div>
 33 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 34 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x3085;</p>
 35 </div>
 36 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 37 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x3087;</p>
 38 </div>
 39 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 40 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x308e;</p>
 41 </div>
 42 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 43 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x30a1;</p>
 44 </div>
 45 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 46 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x30a3;</p>
 47 </div>
 48 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 49 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x30a5;</p>
 50 </div>
 51 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 52 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x30a7;</p>
 53 </div>
 54 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 55 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x30a9;</p>
 56 </div>
 57 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 58 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x30f5;</p>
 59 </div>
 60 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 61 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x31f0;</p>
 62 </div>
 63 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 64 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x30f6;</p>
 65 </div>
 66 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 67 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x31f1;</p>
 68 </div>
 69 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 70 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x31f2;</p>
 71 </div>
 72 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 73 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x30c3;</p>
 74 </div>
 75 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 76 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x31f3;</p>
 77 </div>
 78 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 79 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x31f4;</p>
 80 </div>
 81 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 82 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x31f5;</p>
 83 </div>
 84 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 85 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x31f6;</p>
 86 </div>
 87 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 88 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x31f7;</p>
 89 </div>
 90 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 91 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x31f8;</p>
 92 </div>
 93 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 94 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x31f9;</p>
 95 </div>
 96 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 97 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x31fa;</p>
 98 </div>
 99 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 100 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x30e3;</p>
 101 </div>
 102 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 103 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x30e5;</p>
 104 </div>
 105 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 106 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x30e7;</p>
 107 </div>
 108 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 109 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x31fb;</p>
 110 </div>
 111 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 112 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x31fc;</p>
 113 </div>
 114 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 115 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x31fd;</p>
 116 </div>
 117 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 118 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x31fe;</p>
 119 </div>
 120 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 121 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x31ff;</p>
 122 </div>
 123 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 124 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x30ee;</p>
 125 </div>
 126 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 127 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#xff67;</p>
 128 </div>
 129 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 130 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#xff68;</p>
 131 </div>
 132 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 133 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#xff69;</p>
 134 </div>
 135 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 136 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#xff6a;</p>
 137 </div>
 138 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 139 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#xff6b;</p>
 140 </div>
 141 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 142 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#xff6f;</p>
 143 </div>
 144 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 145 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#xff6c;</p>
 146 </div>
 147 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 148 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#xff6d;</p>
 149 </div>
 150 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 151 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#xff6e;</p>
 152 </div>
 153 </body>
 154</html>

LayoutTests/fast/css3-line-break/line-break-loose-half-kana-zh-expected.html

 1<html>
 2 <head>
 3 <title>Line breaks using [-webkit-]line-break : loose - before half kana - lang='zh'</title>
 4 </head>
 5 <body>
 6 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 7 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x3041;</p>
 8 </div>
 9 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 10 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x3043;</p>
 11 </div>
 12 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 13 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x3045;</p>
 14 </div>
 15 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 16 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x3047;</p>
 17 </div>
 18 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 19 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x3049;</p>
 20 </div>
 21 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 22 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x3095;</p>
 23 </div>
 24 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 25 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x3096;</p>
 26 </div>
 27 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 28 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x3063;</p>
 29 </div>
 30 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 31 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x3083;</p>
 32 </div>
 33 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 34 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x3085;</p>
 35 </div>
 36 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 37 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x3087;</p>
 38 </div>
 39 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 40 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x308e;</p>
 41 </div>
 42 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 43 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x30a1;</p>
 44 </div>
 45 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 46 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x30a3;</p>
 47 </div>
 48 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 49 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x30a5;</p>
 50 </div>
 51 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 52 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x30a7;</p>
 53 </div>
 54 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 55 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x30a9;</p>
 56 </div>
 57 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 58 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x30f5;</p>
 59 </div>
 60 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 61 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x31f0;</p>
 62 </div>
 63 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 64 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x30f6;</p>
 65 </div>
 66 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 67 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x31f1;</p>
 68 </div>
 69 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 70 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x31f2;</p>
 71 </div>
 72 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 73 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x30c3;</p>
 74 </div>
 75 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 76 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x31f3;</p>
 77 </div>
 78 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 79 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x31f4;</p>
 80 </div>
 81 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 82 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x31f5;</p>
 83 </div>
 84 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 85 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x31f6;</p>
 86 </div>
 87 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 88 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x31f7;</p>
 89 </div>
 90 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 91 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x31f8;</p>
 92 </div>
 93 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 94 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x31f9;</p>
 95 </div>
 96 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 97 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x31fa;</p>
 98 </div>
 99 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 100 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x30e3;</p>
 101 </div>
 102 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 103 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x30e5;</p>
 104 </div>
 105 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 106 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x30e7;</p>
 107 </div>
 108 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 109 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x31fb;</p>
 110 </div>
 111 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 112 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x31fc;</p>
 113 </div>
 114 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 115 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x31fd;</p>
 116 </div>
 117 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 118 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x31fe;</p>
 119 </div>
 120 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 121 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x31ff;</p>
 122 </div>
 123 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 124 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x30ee;</p>
 125 </div>
 126 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 127 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#xff67;</p>
 128 </div>
 129 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 130 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#xff68;</p>
 131 </div>
 132 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 133 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#xff69;</p>
 134 </div>
 135 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 136 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#xff6a;</p>
 137 </div>
 138 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 139 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#xff6b;</p>
 140 </div>
 141 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 142 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#xff6f;</p>
 143 </div>
 144 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 145 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#xff6c;</p>
 146 </div>
 147 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 148 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#xff6d;</p>
 149 </div>
 150 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 151 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#xff6e;</p>
 152 </div>
 153 </body>
 154</html>

LayoutTests/fast/css3-line-break/line-break-loose-half-kana-zh.html

 1<html>
 2 <head>
 3 <title>Line breaks using [-webkit-]line-break : loose - before half kana - lang='zh'</title>
 4 </head>
 5 <body>
 6 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 7 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x3041;</p>
 8 </div>
 9 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 10 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x3043;</p>
 11 </div>
 12 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 13 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x3045;</p>
 14 </div>
 15 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 16 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x3047;</p>
 17 </div>
 18 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 19 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x3049;</p>
 20 </div>
 21 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 22 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x3095;</p>
 23 </div>
 24 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 25 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x3096;</p>
 26 </div>
 27 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 28 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x3063;</p>
 29 </div>
 30 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 31 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x3083;</p>
 32 </div>
 33 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 34 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x3085;</p>
 35 </div>
 36 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 37 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x3087;</p>
 38 </div>
 39 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 40 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x308e;</p>
 41 </div>
 42 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 43 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x30a1;</p>
 44 </div>
 45 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 46 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x30a3;</p>
 47 </div>
 48 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 49 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x30a5;</p>
 50 </div>
 51 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 52 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x30a7;</p>
 53 </div>
 54 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 55 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x30a9;</p>
 56 </div>
 57 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 58 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x30f5;</p>
 59 </div>
 60 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 61 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x31f0;</p>
 62 </div>
 63 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 64 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x30f6;</p>
 65 </div>
 66 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 67 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x31f1;</p>
 68 </div>
 69 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 70 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x31f2;</p>
 71 </div>
 72 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 73 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x30c3;</p>
 74 </div>
 75 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 76 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x31f3;</p>
 77 </div>
 78 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 79 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x31f4;</p>
 80 </div>
 81 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 82 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x31f5;</p>
 83 </div>
 84 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 85 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x31f6;</p>
 86 </div>
 87 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 88 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x31f7;</p>
 89 </div>
 90 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 91 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x31f8;</p>
 92 </div>
 93 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 94 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x31f9;</p>
 95 </div>
 96 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 97 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x31fa;</p>
 98 </div>
 99 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 100 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x30e3;</p>
 101 </div>
 102 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 103 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x30e5;</p>
 104 </div>
 105 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 106 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x30e7;</p>
 107 </div>
 108 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 109 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x31fb;</p>
 110 </div>
 111 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 112 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x31fc;</p>
 113 </div>
 114 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 115 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x31fd;</p>
 116 </div>
 117 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 118 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x31fe;</p>
 119 </div>
 120 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 121 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x31ff;</p>
 122 </div>
 123 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 124 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x30ee;</p>
 125 </div>
 126 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 127 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#xff67;</p>
 128 </div>
 129 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 130 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#xff68;</p>
 131 </div>
 132 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 133 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#xff69;</p>
 134 </div>
 135 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 136 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#xff6a;</p>
 137 </div>
 138 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 139 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#xff6b;</p>
 140 </div>
 141 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 142 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#xff6f;</p>
 143 </div>
 144 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 145 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#xff6c;</p>
 146 </div>
 147 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 148 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#xff6d;</p>
 149 </div>
 150 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 151 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#xff6e;</p>
 152 </div>
 153 </body>
 154</html>

LayoutTests/fast/css3-line-break/line-break-loose-hyphens-en-expected.html

 1<html>
 2 <head>
 3 <title>Line breaks using [-webkit-]line-break : loose - before hyphens - lang='en'</title>
 4 </head>
 5 <body>
 6 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 7 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x2010;</p>
 8 </div>
 9 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 10 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x2013;</p>
 11 </div>
 12 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 13 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x301c;</p>
 14 </div>
 15 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 16 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x30a0;</p>
 17 </div>
 18 </body>
 19</html>

LayoutTests/fast/css3-line-break/line-break-loose-hyphens-en.html

 1<html>
 2 <head>
 3 <title>Line breaks using [-webkit-]line-break : loose - before hyphens - lang='en'</title>
 4 </head>
 5 <body>
 6 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 7 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x2010;</p>
 8 </div>
 9 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 10 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x2013;</p>
 11 </div>
 12 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 13 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x301c;</p>
 14 </div>
 15 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 16 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x30a0;</p>
 17 </div>
 18 </body>
 19</html>

LayoutTests/fast/css3-line-break/line-break-loose-hyphens-ja-expected.html

 1<html>
 2 <head>
 3 <title>Line breaks using [-webkit-]line-break : loose - before hyphens - lang='ja'</title>
 4 </head>
 5 <body>
 6 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 7 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x2010;</p>
 8 </div>
 9 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 10 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x2013;</p>
 11 </div>
 12 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 13 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x301c;</p>
 14 </div>
 15 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 16 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x30a0;</p>
 17 </div>
 18 </body>
 19</html>

LayoutTests/fast/css3-line-break/line-break-loose-hyphens-ja.html

 1<html>
 2 <head>
 3 <title>Line breaks using [-webkit-]line-break : loose - before hyphens - lang='ja'</title>
 4 </head>
 5 <body>
 6 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 7 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x2010;</p>
 8 </div>
 9 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 10 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x2013;</p>
 11 </div>
 12 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 13 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x301c;</p>
 14 </div>
 15 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 16 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x30a0;</p>
 17 </div>
 18 </body>
 19</html>

LayoutTests/fast/css3-line-break/line-break-loose-hyphens-ko-expected.html

 1<html>
 2 <head>
 3 <title>Line breaks using [-webkit-]line-break : loose - before hyphens - lang='ko'</title>
 4 </head>
 5 <body>
 6 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 7 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x2010;</p>
 8 </div>
 9 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 10 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x2013;</p>
 11 </div>
 12 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 13 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x301c;</p>
 14 </div>
 15 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 16 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x30a0;</p>
 17 </div>
 18 </body>
 19</html>

LayoutTests/fast/css3-line-break/line-break-loose-hyphens-ko.html

 1<html>
 2 <head>
 3 <title>Line breaks using [-webkit-]line-break : loose - before hyphens - lang='ko'</title>
 4 </head>
 5 <body>
 6 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 7 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x2010;</p>
 8 </div>
 9 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 10 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x2013;</p>
 11 </div>
 12 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 13 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x301c;</p>
 14 </div>
 15 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 16 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x30a0;</p>
 17 </div>
 18 </body>
 19</html>

LayoutTests/fast/css3-line-break/line-break-loose-hyphens-zh-expected.html

 1<html>
 2 <head>
 3 <title>Line breaks using [-webkit-]line-break : loose - before hyphens - lang='zh'</title>
 4 </head>
 5 <body>
 6 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 7 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x2010;</p>
 8 </div>
 9 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 10 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x2013;</p>
 11 </div>
 12 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 13 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x301c;</p>
 14 </div>
 15 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 16 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x30a0;</p>
 17 </div>
 18 </body>
 19</html>

LayoutTests/fast/css3-line-break/line-break-loose-hyphens-zh.html

 1<html>
 2 <head>
 3 <title>Line breaks using [-webkit-]line-break : loose - before hyphens - lang='zh'</title>
 4 </head>
 5 <body>
 6 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 7 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x2010;</p>
 8 </div>
 9 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 10 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x2013;</p>
 11 </div>
 12 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 13 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x301c;</p>
 14 </div>
 15 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 16 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x30a0;</p>
 17 </div>
 18 </body>
 19</html>

LayoutTests/fast/css3-line-break/line-break-loose-inseparables-en-expected.html

 1<html>
 2 <head>
 3 <title>Line breaks using [-webkit-]line-break : loose - between inseparables - lang='en'</title>
 4 </head>
 5 <body>
 6 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:2.1em;" lang="en">
 7 <p style="border:solid blue 1px;">&#x4e00;&#x2025;<br>&#x2025</p>
 8 </div>
 9 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:2.1em;" lang="en">
 10 <p style="border:solid blue 1px;">&#x4e00;&#x2025;<br>&#x2026</p>
 11 </div>
 12 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:2.1em;" lang="en">
 13 <p style="border:solid blue 1px;">&#x4e00;&#x2026;<br>&#x2025</p>
 14 </div>
 15 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:2.1em;" lang="en">
 16 <p style="border:solid blue 1px;">&#x4e00;&#x2026;<br>&#x2026</p>
 17 </div>
 18 </body>
 19</html>

LayoutTests/fast/css3-line-break/line-break-loose-inseparables-en.html

 1<html>
 2 <head>
 3 <title>Line breaks using [-webkit-]line-break : loose - between inseparables - lang='en'</title>
 4 </head>
 5 <body>
 6 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:2.1em;" lang="en">
 7 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x2025;&#x2025</p>
 8 </div>
 9 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:2.1em;" lang="en">
 10 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x2025;&#x2026</p>
 11 </div>
 12 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:2.1em;" lang="en">
 13 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x2026;&#x2025</p>
 14 </div>
 15 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:2.1em;" lang="en">
 16 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x2026;&#x2026</p>
 17 </div>
 18 </body>
 19</html>

LayoutTests/fast/css3-line-break/line-break-loose-inseparables-ja-expected.html

 1<html>
 2 <head>
 3 <title>Line breaks using [-webkit-]line-break : loose - between inseparables - lang='ja'</title>
 4 </head>
 5 <body>
 6 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:2.1em;" lang="ja">
 7 <p style="border:solid blue 1px;">&#x4e00;&#x2025;<br>&#x2025</p>
 8 </div>
 9 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:2.1em;" lang="ja">
 10 <p style="border:solid blue 1px;">&#x4e00;&#x2025;<br>&#x2026</p>
 11 </div>
 12 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:2.1em;" lang="ja">
 13 <p style="border:solid blue 1px;">&#x4e00;&#x2026;<br>&#x2025</p>
 14 </div>
 15 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:2.1em;" lang="ja">
 16 <p style="border:solid blue 1px;">&#x4e00;&#x2026;<br>&#x2026</p>
 17 </div>
 18 </body>
 19</html>

LayoutTests/fast/css3-line-break/line-break-loose-inseparables-ja.html

 1<html>
 2 <head>
 3 <title>Line breaks using [-webkit-]line-break : loose - between inseparables - lang='ja'</title>
 4 </head>
 5 <body>
 6 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:2.1em;" lang="ja">
 7 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x2025;&#x2025</p>
 8 </div>
 9 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:2.1em;" lang="ja">
 10 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x2025;&#x2026</p>
 11 </div>
 12 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:2.1em;" lang="ja">
 13 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x2026;&#x2025</p>
 14 </div>
 15 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:2.1em;" lang="ja">
 16 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x2026;&#x2026</p>
 17 </div>
 18 </body>
 19</html>

LayoutTests/fast/css3-line-break/line-break-loose-inseparables-ko-expected.html

 1<html>
 2 <head>
 3 <title>Line breaks using [-webkit-]line-break : loose - between inseparables - lang='ko'</title>
 4 </head>
 5 <body>
 6 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:2.1em;" lang="ko">
 7 <p style="border:solid blue 1px;">&#x4e00;&#x2025;<br>&#x2025</p>
 8 </div>
 9 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:2.1em;" lang="ko">
 10 <p style="border:solid blue 1px;">&#x4e00;&#x2025;<br>&#x2026</p>
 11 </div>
 12 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:2.1em;" lang="ko">
 13 <p style="border:solid blue 1px;">&#x4e00;&#x2026;<br>&#x2025</p>
 14 </div>
 15 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:2.1em;" lang="ko">
 16 <p style="border:solid blue 1px;">&#x4e00;&#x2026;<br>&#x2026</p>
 17 </div>
 18 </body>
 19</html>

LayoutTests/fast/css3-line-break/line-break-loose-inseparables-ko.html

 1<html>
 2 <head>
 3 <title>Line breaks using [-webkit-]line-break : loose - between inseparables - lang='ko'</title>
 4 </head>
 5 <body>
 6 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:2.1em;" lang="ko">
 7 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x2025;&#x2025</p>
 8 </div>
 9 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:2.1em;" lang="ko">
 10 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x2025;&#x2026</p>
 11 </div>
 12 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:2.1em;" lang="ko">
 13 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x2026;&#x2025</p>
 14 </div>
 15 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:2.1em;" lang="ko">
 16 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x2026;&#x2026</p>
 17 </div>
 18 </body>
 19</html>

LayoutTests/fast/css3-line-break/line-break-loose-inseparables-zh-expected.html

 1<html>
 2 <head>
 3 <title>Line breaks using [-webkit-]line-break : loose - between inseparables - lang='zh'</title>
 4 </head>
 5 <body>
 6 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:2.1em;" lang="zh">
 7 <p style="border:solid blue 1px;">&#x4e00;&#x2025;<br>&#x2025</p>
 8 </div>
 9 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:2.1em;" lang="zh">
 10 <p style="border:solid blue 1px;">&#x4e00;&#x2025;<br>&#x2026</p>
 11 </div>
 12 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:2.1em;" lang="zh">
 13 <p style="border:solid blue 1px;">&#x4e00;&#x2026;<br>&#x2025</p>
 14 </div>
 15 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:2.1em;" lang="zh">
 16 <p style="border:solid blue 1px;">&#x4e00;&#x2026;<br>&#x2026</p>
 17 </div>
 18 </body>
 19</html>

LayoutTests/fast/css3-line-break/line-break-loose-inseparables-zh.html

 1<html>
 2 <head>
 3 <title>Line breaks using [-webkit-]line-break : loose - between inseparables - lang='zh'</title>
 4 </head>
 5 <body>
 6 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:2.1em;" lang="zh">
 7 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x2025;&#x2025</p>
 8 </div>
 9 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:2.1em;" lang="zh">
 10 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x2025;&#x2026</p>
 11 </div>
 12 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:2.1em;" lang="zh">
 13 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x2026;&#x2025</p>
 14 </div>
 15 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:2.1em;" lang="zh">
 16 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x2026;&#x2026</p>
 17 </div>
 18 </body>
 19</html>

LayoutTests/fast/css3-line-break/line-break-loose-iteration-marks-en-expected.html

 1<html>
 2 <head>
 3 <title>Line breaks using [-webkit-]line-break : loose - before iteration marks - lang='en'</title>
 4 </head>
 5 <body>
 6 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 7 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x3005;</p>
 8 </div>
 9 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 10 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x303b;</p>
 11 </div>
 12 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 13 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x309d;</p>
 14 </div>
 15 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 16 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x309e;</p>
 17 </div>
 18 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 19 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x30fd;</p>
 20 </div>
 21 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 22 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x30fe;</p>
 23 </div>
 24 </body>
 25</html>

LayoutTests/fast/css3-line-break/line-break-loose-iteration-marks-en.html

 1<html>
 2 <head>
 3 <title>Line breaks using [-webkit-]line-break : loose - before iteration marks - lang='en'</title>
 4 </head>
 5 <body>
 6 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 7 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x3005;</p>
 8 </div>
 9 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 10 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x303b;</p>
 11 </div>
 12 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 13 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x309d;</p>
 14 </div>
 15 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 16 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x309e;</p>
 17 </div>
 18 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 19 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x30fd;</p>
 20 </div>
 21 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 22 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x30fe;</p>
 23 </div>
 24 </body>
 25</html>

LayoutTests/fast/css3-line-break/line-break-loose-iteration-marks-ja-expected.html

 1<html>
 2 <head>
 3 <title>Line breaks using [-webkit-]line-break : loose - before iteration marks - lang='ja'</title>
 4 </head>
 5 <body>
 6 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 7 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x3005;</p>
 8 </div>
 9 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 10 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x303b;</p>
 11 </div>
 12 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 13 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x309d;</p>
 14 </div>
 15 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 16 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x309e;</p>
 17 </div>
 18 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 19 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x30fd;</p>
 20 </div>
 21 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 22 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x30fe;</p>
 23 </div>
 24 </body>
 25</html>

LayoutTests/fast/css3-line-break/line-break-loose-iteration-marks-ja.html

 1<html>
 2 <head>
 3 <title>Line breaks using [-webkit-]line-break : loose - before iteration marks - lang='ja'</title>
 4 </head>
 5 <body>
 6 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 7 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x3005;</p>
 8 </div>
 9 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 10 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x303b;</p>
 11 </div>
 12 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 13 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x309d;</p>
 14 </div>
 15 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 16 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x309e;</p>
 17 </div>
 18 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 19 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x30fd;</p>
 20 </div>
 21 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 22 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x30fe;</p>
 23 </div>
 24 </body>
 25</html>

LayoutTests/fast/css3-line-break/line-break-loose-iteration-marks-ko-expected.html

 1<html>
 2 <head>
 3 <title>Line breaks using [-webkit-]line-break : loose - before iteration marks - lang='ko'</title>
 4 </head>
 5 <body>
 6 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 7 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x3005;</p>
 8 </div>
 9 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 10 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x303b;</p>
 11 </div>
 12 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 13 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x309d;</p>
 14 </div>
 15 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 16 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x309e;</p>
 17 </div>
 18 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 19 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x30fd;</p>
 20 </div>
 21 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 22 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x30fe;</p>
 23 </div>
 24 </body>
 25</html>

LayoutTests/fast/css3-line-break/line-break-loose-iteration-marks-ko.html

 1<html>
 2 <head>
 3 <title>Line breaks using [-webkit-]line-break : loose - before iteration marks - lang='ko'</title>
 4 </head>
 5 <body>
 6 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 7 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x3005;</p>
 8 </div>
 9 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 10 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x303b;</p>
 11 </div>
 12 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 13 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x309d;</p>
 14 </div>
 15 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 16 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x309e;</p>
 17 </div>
 18 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 19 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x30fd;</p>
 20 </div>
 21 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 22 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x30fe;</p>
 23 </div>
 24 </body>
 25</html>

LayoutTests/fast/css3-line-break/line-break-loose-iteration-marks-zh-expected.html

 1<html>
 2 <head>
 3 <title>Line breaks using [-webkit-]line-break : loose - before iteration marks - lang='zh'</title>
 4 </head>
 5 <body>
 6 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 7 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x3005;</p>
 8 </div>
 9 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 10 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x303b;</p>
 11 </div>
 12 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 13 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x309d;</p>
 14 </div>
 15 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 16 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x309e;</p>
 17 </div>
 18 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 19 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x30fd;</p>
 20 </div>
 21 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 22 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x30fe;</p>
 23 </div>
 24 </body>
 25</html>

LayoutTests/fast/css3-line-break/line-break-loose-iteration-marks-zh.html

 1<html>
 2 <head>
 3 <title>Line breaks using [-webkit-]line-break : loose - before iteration marks - lang='zh'</title>
 4 </head>
 5 <body>
 6 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 7 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x3005;</p>
 8 </div>
 9 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 10 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x303b;</p>
 11 </div>
 12 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 13 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x309d;</p>
 14 </div>
 15 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 16 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x309e;</p>
 17 </div>
 18 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 19 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x30fd;</p>
 20 </div>
 21 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 22 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x30fe;</p>
 23 </div>
 24 </body>
 25</html>

LayoutTests/fast/css3-line-break/line-break-loose-postfixes-en-expected.html

 1<html>
 2 <head>
 3 <title>Line breaks using [-webkit-]line-break : loose - before postfixes - lang='en'</title>
 4 </head>
 5 <body>
 6 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 7 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x0025;</p>
 8 </div>
 9 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 10 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x00a2;</p>
 11 </div>
 12 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 13 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x00b0;</p>
 14 </div>
 15 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 16 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x2030;</p>
 17 </div>
 18 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 19 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x2032;</p>
 20 </div>
 21 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 22 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x2033;</p>
 23 </div>
 24 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 25 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x2103;</p>
 26 </div>
 27 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 28 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#xff05;</p>
 29 </div>
 30 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 31 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#xffe0;</p>
 32 </div>
 33 </body>
 34</html>

LayoutTests/fast/css3-line-break/line-break-loose-postfixes-en.html

 1<html>
 2 <head>
 3 <title>Line breaks using [-webkit-]line-break : loose - before postfixes - lang='en'</title>
 4 </head>
 5 <body>
 6 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 7 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x0025;</p>
 8 </div>
 9 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 10 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x00a2;</p>
 11 </div>
 12 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 13 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x00b0;</p>
 14 </div>
 15 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 16 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x2030;</p>
 17 </div>
 18 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 19 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x2032;</p>
 20 </div>
 21 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 22 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x2033;</p>
 23 </div>
 24 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 25 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x2103;</p>
 26 </div>
 27 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 28 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#xff05;</p>
 29 </div>
 30 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 31 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#xffe0;</p>
 32 </div>
 33 </body>
 34</html>

LayoutTests/fast/css3-line-break/line-break-loose-postfixes-ja-expected.html

 1<html>
 2 <head>
 3 <title>Line breaks using [-webkit-]line-break : loose - before postfixes - lang='ja'</title>
 4 </head>
 5 <body>
 6 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 7 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x0025;</p>
 8 </div>
 9 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 10 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x00a2;</p>
 11 </div>
 12 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 13 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x00b0;</p>
 14 </div>
 15 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 16 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x2030;</p>
 17 </div>
 18 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 19 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x2032;</p>
 20 </div>
 21 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 22 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x2033;</p>
 23 </div>
 24 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 25 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x2103;</p>
 26 </div>
 27 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 28 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#xff05;</p>
 29 </div>
 30 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 31 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#xffe0;</p>
 32 </div>
 33 </body>
 34</html>

LayoutTests/fast/css3-line-break/line-break-loose-postfixes-ja.html

 1<html>
 2 <head>
 3 <title>Line breaks using [-webkit-]line-break : loose - before postfixes - lang='ja'</title>
 4 </head>
 5 <body>
 6 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 7 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x0025;</p>
 8 </div>
 9 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 10 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x00a2;</p>
 11 </div>
 12 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 13 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x00b0;</p>
 14 </div>
 15 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 16 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x2030;</p>
 17 </div>
 18 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 19 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x2032;</p>
 20 </div>
 21 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 22 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x2033;</p>
 23 </div>
 24 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 25 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x2103;</p>
 26 </div>
 27 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 28 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#xff05;</p>
 29 </div>
 30 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 31 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#xffe0;</p>
 32 </div>
 33 </body>
 34</html>

LayoutTests/fast/css3-line-break/line-break-loose-postfixes-ko-expected.html

 1<html>
 2 <head>
 3 <title>Line breaks using [-webkit-]line-break : loose - before postfixes - lang='ko'</title>
 4 </head>
 5 <body>
 6 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 7 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x0025;</p>
 8 </div>
 9 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 10 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x00a2;</p>
 11 </div>
 12 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 13 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x00b0;</p>
 14 </div>
 15 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 16 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x2030;</p>
 17 </div>
 18 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 19 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x2032;</p>
 20 </div>
 21 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 22 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x2033;</p>
 23 </div>
 24 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 25 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x2103;</p>
 26 </div>
 27 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 28 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#xff05;</p>
 29 </div>
 30 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 31 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#xffe0;</p>
 32 </div>
 33 </body>
 34</html>

LayoutTests/fast/css3-line-break/line-break-loose-postfixes-ko.html

 1<html>
 2 <head>
 3 <title>Line breaks using [-webkit-]line-break : loose - before postfixes - lang='ko'</title>
 4 </head>
 5 <body>
 6 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 7 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x0025;</p>
 8 </div>
 9 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 10 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x00a2;</p>
 11 </div>
 12 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 13 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x00b0;</p>
 14 </div>
 15 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 16 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x2030;</p>
 17 </div>
 18 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 19 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x2032;</p>
 20 </div>
 21 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 22 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x2033;</p>
 23 </div>
 24 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 25 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x2103;</p>
 26 </div>
 27 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 28 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#xff05;</p>
 29 </div>
 30 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 31 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#xffe0;</p>
 32 </div>
 33 </body>
 34</html>

LayoutTests/fast/css3-line-break/line-break-loose-postfixes-zh-expected.html

 1<html>
 2 <head>
 3 <title>Line breaks using [-webkit-]line-break : loose - before postfixes - lang='zh'</title>
 4 </head>
 5 <body>
 6 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 7 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x0025;</p>
 8 </div>
 9 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 10 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x00a2;</p>
 11 </div>
 12 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 13 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x00b0;</p>
 14 </div>
 15 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 16 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x2030;</p>
 17 </div>
 18 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 19 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x2032;</p>
 20 </div>
 21 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 22 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x2033;</p>
 23 </div>
 24 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 25 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x2103;</p>
 26 </div>
 27 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 28 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#xff05;</p>
 29 </div>
 30 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 31 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#xffe0;</p>
 32 </div>
 33 </body>
 34</html>

LayoutTests/fast/css3-line-break/line-break-loose-postfixes-zh.html

 1<html>
 2 <head>
 3 <title>Line breaks using [-webkit-]line-break : loose - before postfixes - lang='zh'</title>
 4 </head>
 5 <body>
 6 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 7 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x0025;</p>
 8 </div>
 9 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 10 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x00a2;</p>
 11 </div>
 12 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 13 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x00b0;</p>
 14 </div>
 15 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 16 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x2030;</p>
 17 </div>
 18 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 19 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x2032;</p>
 20 </div>
 21 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 22 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x2033;</p>
 23 </div>
 24 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 25 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x2103;</p>
 26 </div>
 27 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 28 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#xff05;</p>
 29 </div>
 30 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 31 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#xffe0;</p>
 32 </div>
 33 </body>
 34</html>

LayoutTests/fast/css3-line-break/line-break-loose-prefixes-en-expected.html

 1<html>
 2 <head>
 3 <title>Line breaks using [-webkit-]line-break : loose - after prefixes - lang='en'</title>
 4 </head>
 5 <body>
 6 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:1.5em;" lang="en">
 7 <p style="border:solid blue 1px;"><nobr>&#x0024;123</nobr></p>
 8 </div>
 9 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:1.5em;" lang="en">
 10 <p style="border:solid blue 1px;"><nobr>&#x00a3;123</nobr></p>
 11 </div>
 12 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:1.5em;" lang="en">
 13 <p style="border:solid blue 1px;"><nobr>&#x00a5;123</nobr></p>
 14 </div>
 15 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:1.5em;" lang="en">
 16 <p style="border:solid blue 1px;"><nobr>&#x0020ac;123</nobr></p>
 17 </div>
 18 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:1.5em;" lang="en">
 19 <p style="border:solid blue 1px;"><nobr>&#x002116;123</nobr></p>
 20 </div>
 21 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:1.5em;" lang="en">
 22 <p style="border:solid blue 1px;"><nobr>&#xff04;123</nobr></p>
 23 </div>
 24 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:1.5em;" lang="en">
 25 <p style="border:solid blue 1px;"><nobr>&#xffe1;123</nobr></p>
 26 </div>
 27 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:1.5em;" lang="en">
 28 <p style="border:solid blue 1px;"><nobr>&#xffe5;123</nobr></p>
 29 </div>
 30 </body>
 31</html>

LayoutTests/fast/css3-line-break/line-break-loose-prefixes-en.html

 1<html>
 2 <head>
 3 <title>Line breaks using [-webkit-]line-break : loose - after prefixes - lang='en'</title>
 4 </head>
 5 <body>
 6 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:1.5em;" lang="en">
 7 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x0024;123</p>
 8 </div>
 9 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:1.5em;" lang="en">
 10 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x00a3;123</p>
 11 </div>
 12 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:1.5em;" lang="en">
 13 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x00a5;123</p>
 14 </div>
 15 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:1.5em;" lang="en">
 16 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x0020ac;123</p>
 17 </div>
 18 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:1.5em;" lang="en">
 19 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x002116;123</p>
 20 </div>
 21 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:1.5em;" lang="en">
 22 <p style="border:solid blue 1px; -webkit-line-break: loose">&#xff04;123</p>
 23 </div>
 24 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:1.5em;" lang="en">
 25 <p style="border:solid blue 1px; -webkit-line-break: loose">&#xffe1;123</p>
 26 </div>
 27 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:1.5em;" lang="en">
 28 <p style="border:solid blue 1px; -webkit-line-break: loose">&#xffe5;123</p>
 29 </div>
 30 </body>
 31</html>

LayoutTests/fast/css3-line-break/line-break-loose-prefixes-ja-expected.html

 1<html>
 2 <head>
 3 <title>Line breaks using [-webkit-]line-break : loose - after prefixes - lang='ja'</title>
 4 </head>
 5 <body>
 6 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:1.5em;" lang="ja">
 7 <p style="border:solid blue 1px;">&#x0024;<br>123</p>
 8 </div>
 9 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:1.5em;" lang="ja">
 10 <p style="border:solid blue 1px;">&#x00a3;<br>123</p>
 11 </div>
 12 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:1.5em;" lang="ja">
 13 <p style="border:solid blue 1px;">&#x00a5;<br>123</p>
 14 </div>
 15 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:1.5em;" lang="ja">
 16 <p style="border:solid blue 1px;">&#x0020ac;<br>123</p>
 17 </div>
 18 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:1.5em;" lang="ja">
 19 <p style="border:solid blue 1px;">&#x002116;<br>123</p>
 20 </div>
 21 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:1.5em;" lang="ja">
 22 <p style="border:solid blue 1px;">&#xff04;<br>123</p>
 23 </div>
 24 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:1.5em;" lang="ja">
 25 <p style="border:solid blue 1px;">&#xffe1;<br>123</p>
 26 </div>
 27 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:1.5em;" lang="ja">
 28 <p style="border:solid blue 1px;">&#xffe5;<br>123</p>
 29 </div>
 30 </body>
 31</html>

LayoutTests/fast/css3-line-break/line-break-loose-prefixes-ja.html

 1<html>
 2 <head>
 3 <title>Line breaks using [-webkit-]line-break : loose - after prefixes - lang='ja'</title>
 4 </head>
 5 <body>
 6 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:1.5em;" lang="ja">
 7 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x0024;123</p>
 8 </div>
 9 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:1.5em;" lang="ja">
 10 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x00a3;123</p>
 11 </div>
 12 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:1.5em;" lang="ja">
 13 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x00a5;123</p>
 14 </div>
 15 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:1.5em;" lang="ja">
 16 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x0020ac;123</p>
 17 </div>
 18 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:1.5em;" lang="ja">
 19 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x002116;123</p>
 20 </div>
 21 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:1.5em;" lang="ja">
 22 <p style="border:solid blue 1px; -webkit-line-break: loose">&#xff04;123</p>
 23 </div>
 24 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:1.5em;" lang="ja">
 25 <p style="border:solid blue 1px; -webkit-line-break: loose">&#xffe1;123</p>
 26 </div>
 27 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:1.5em;" lang="ja">
 28 <p style="border:solid blue 1px; -webkit-line-break: loose">&#xffe5;123</p>
 29 </div>
 30 </body>
 31</html>

LayoutTests/fast/css3-line-break/line-break-loose-prefixes-ko-expected.html

 1<html>
 2 <head>
 3 <title>Line breaks using [-webkit-]line-break : loose - after prefixes - lang='ko'</title>
 4 </head>
 5 <body>
 6 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:1.5em;" lang="ko">
 7 <p style="border:solid blue 1px;">&#x0024;<br>123</p>
 8 </div>
 9 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:1.5em;" lang="ko">
 10 <p style="border:solid blue 1px;">&#x00a3;<br>123</p>
 11 </div>
 12 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:1.5em;" lang="ko">
 13 <p style="border:solid blue 1px;">&#x00a5;<br>123</p>
 14 </div>
 15 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:1.5em;" lang="ko">
 16 <p style="border:solid blue 1px;">&#x0020ac;<br>123</p>
 17 </div>
 18 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:1.5em;" lang="ko">
 19 <p style="border:solid blue 1px;">&#x002116;<br>123</p>
 20 </div>
 21 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:1.5em;" lang="ko">
 22 <p style="border:solid blue 1px;">&#xff04;<br>123</p>
 23 </div>
 24 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:1.5em;" lang="ko">
 25 <p style="border:solid blue 1px;">&#xffe1;<br>123</p>
 26 </div>
 27 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:1.5em;" lang="ko">
 28 <p style="border:solid blue 1px;">&#xffe5;<br>123</p>
 29 </div>
 30 </body>
 31</html>

LayoutTests/fast/css3-line-break/line-break-loose-prefixes-ko.html

 1<html>
 2 <head>
 3 <title>Line breaks using [-webkit-]line-break : loose - after prefixes - lang='ko'</title>
 4 </head>
 5 <body>
 6 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:1.5em;" lang="ko">
 7 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x0024;123</p>
 8 </div>
 9 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:1.5em;" lang="ko">
 10 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x00a3;123</p>
 11 </div>
 12 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:1.5em;" lang="ko">
 13 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x00a5;123</p>
 14 </div>
 15 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:1.5em;" lang="ko">
 16 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x0020ac;123</p>
 17 </div>
 18 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:1.5em;" lang="ko">
 19 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x002116;123</p>
 20 </div>
 21 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:1.5em;" lang="ko">
 22 <p style="border:solid blue 1px; -webkit-line-break: loose">&#xff04;123</p>
 23 </div>
 24 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:1.5em;" lang="ko">
 25 <p style="border:solid blue 1px; -webkit-line-break: loose">&#xffe1;123</p>
 26 </div>
 27 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:1.5em;" lang="ko">
 28 <p style="border:solid blue 1px; -webkit-line-break: loose">&#xffe5;123</p>
 29 </div>
 30 </body>
 31</html>

LayoutTests/fast/css3-line-break/line-break-loose-prefixes-zh-expected.html

 1<html>
 2 <head>
 3 <title>Line breaks using [-webkit-]line-break : loose - after prefixes - lang='zh'</title>
 4 </head>
 5 <body>
 6 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:1.5em;" lang="zh">
 7 <p style="border:solid blue 1px;">&#x0024;<br>123</p>
 8 </div>
 9 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:1.5em;" lang="zh">
 10 <p style="border:solid blue 1px;">&#x00a3;<br>123</p>
 11 </div>
 12 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:1.5em;" lang="zh">
 13 <p style="border:solid blue 1px;">&#x00a5;<br>123</p>
 14 </div>
 15 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:1.5em;" lang="zh">
 16 <p style="border:solid blue 1px;">&#x0020ac;<br>123</p>
 17 </div>
 18 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:1.5em;" lang="zh">
 19 <p style="border:solid blue 1px;">&#x002116;<br>123</p>
 20 </div>
 21 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:1.5em;" lang="zh">
 22 <p style="border:solid blue 1px;">&#xff04;<br>123</p>
 23 </div>
 24 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:1.5em;" lang="zh">
 25 <p style="border:solid blue 1px;">&#xffe1;<br>123</p>
 26 </div>
 27 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:1.5em;" lang="zh">
 28 <p style="border:solid blue 1px;">&#xffe5;<br>123</p>
 29 </div>
 30 </body>
 31</html>

LayoutTests/fast/css3-line-break/line-break-loose-prefixes-zh.html

 1<html>
 2 <head>
 3 <title>Line breaks using [-webkit-]line-break : loose - after prefixes - lang='zh'</title>
 4 </head>
 5 <body>
 6 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:1.5em;" lang="zh">
 7 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x0024;123</p>
 8 </div>
 9 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:1.5em;" lang="zh">
 10 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x00a3;123</p>
 11 </div>
 12 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:1.5em;" lang="zh">
 13 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x00a5;123</p>
 14 </div>
 15 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:1.5em;" lang="zh">
 16 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x0020ac;123</p>
 17 </div>
 18 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:1.5em;" lang="zh">
 19 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x002116;123</p>
 20 </div>
 21 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:1.5em;" lang="zh">
 22 <p style="border:solid blue 1px; -webkit-line-break: loose">&#xff04;123</p>
 23 </div>
 24 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:1.5em;" lang="zh">
 25 <p style="border:solid blue 1px; -webkit-line-break: loose">&#xffe1;123</p>
 26 </div>
 27 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:1.5em;" lang="zh">
 28 <p style="border:solid blue 1px; -webkit-line-break: loose">&#xffe5;123</p>
 29 </div>
 30 </body>
 31</html>

LayoutTests/fast/css3-line-break/line-break-loose-sound-marks-en-expected.html

 1<html>
 2 <head>
 3 <title>Line breaks using [-webkit-]line-break : loose - before sound marks - lang='en'</title>
 4 </head>
 5 <body>
 6 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 7 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x30fc;</p>
 8 </div>
 9 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 10 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#xff70;</p>
 11 </div>
 12 </body>
 13</html>

LayoutTests/fast/css3-line-break/line-break-loose-sound-marks-en.html

 1<html>
 2 <head>
 3 <title>Line breaks using [-webkit-]line-break : loose - before sound marks - lang='en'</title>
 4 </head>
 5 <body>
 6 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 7 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x30fc;</p>
 8 </div>
 9 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 10 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#xff70;</p>
 11 </div>
 12 </body>
 13</html>

LayoutTests/fast/css3-line-break/line-break-loose-sound-marks-ja-expected.html

 1<html>
 2 <head>
 3 <title>Line breaks using [-webkit-]line-break : loose - before sound marks - lang='ja'</title>
 4 </head>
 5 <body>
 6 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 7 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x30fc;</p>
 8 </div>
 9 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 10 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#xff70;</p>
 11 </div>
 12 </body>
 13</html>

LayoutTests/fast/css3-line-break/line-break-loose-sound-marks-ja.html

 1<html>
 2 <head>
 3 <title>Line breaks using [-webkit-]line-break : loose - before sound marks - lang='ja'</title>
 4 </head>
 5 <body>
 6 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 7 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x30fc;</p>
 8 </div>
 9 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 10 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#xff70;</p>
 11 </div>
 12 </body>
 13</html>

LayoutTests/fast/css3-line-break/line-break-loose-sound-marks-ko-expected.html

 1<html>
 2 <head>
 3 <title>Line breaks using [-webkit-]line-break : loose - before sound marks - lang='ko'</title>
 4 </head>
 5 <body>
 6 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 7 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x30fc;</p>
 8 </div>
 9 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 10 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#xff70;</p>
 11 </div>
 12 </body>
 13</html>

LayoutTests/fast/css3-line-break/line-break-loose-sound-marks-ko.html

 1<html>
 2 <head>
 3 <title>Line breaks using [-webkit-]line-break : loose - before sound marks - lang='ko'</title>
 4 </head>
 5 <body>
 6 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 7 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x30fc;</p>
 8 </div>
 9 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 10 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#xff70;</p>
 11 </div>
 12 </body>
 13</html>

LayoutTests/fast/css3-line-break/line-break-loose-sound-marks-zh-expected.html

 1<html>
 2 <head>
 3 <title>Line breaks using [-webkit-]line-break : loose - before sound marks - lang='zh'</title>
 4 </head>
 5 <body>
 6 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 7 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x30fc;</p>
 8 </div>
 9 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 10 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#xff70;</p>
 11 </div>
 12 </body>
 13</html>

LayoutTests/fast/css3-line-break/line-break-loose-sound-marks-zh.html

 1<html>
 2 <head>
 3 <title>Line breaks using [-webkit-]line-break : loose - before sound marks - lang='zh'</title>
 4 </head>
 5 <body>
 6 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 7 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x30fc;</p>
 8 </div>
 9 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 10 <p style="border:solid blue 1px; -webkit-line-break: loose">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#xff70;</p>
 11 </div>
 12 </body>
 13</html>

LayoutTests/fast/css3-line-break/line-break-normal-centered-en-expected.html

 1<html>
 2 <head>
 3 <title>Line breaks using [-webkit-]line-break : normal - before centered punctuation - lang='en'</title>
 4 </head>
 5 <body>
 6 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 7 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x003a;</p>
 8 </div>
 9 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 10 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x003b;</p>
 11 </div>
 12 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 13 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x30fb;</p>
 14 </div>
 15 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 16 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#xff1a;</p>
 17 </div>
 18 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 19 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#xff1b;</p>
 20 </div>
 21 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 22 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#xff65;</p>
 23 </div>
 24 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 25 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x0021;</p>
 26 </div>
 27 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 28 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x003f;</p>
 29 </div>
 30 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 31 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x203c;</p>
 32 </div>
 33 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 34 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x2047;</p>
 35 </div>
 36 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 37 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x2048;</p>
 38 </div>
 39 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 40 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x2049;</p>
 41 </div>
 42 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 43 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#xff01;</p>
 44 </div>
 45 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 46 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#xff1f;</p>
 47 </div>
 48 </body>
 49</html>

LayoutTests/fast/css3-line-break/line-break-normal-centered-en.html

 1<html>
 2 <head>
 3 <title>Line breaks using [-webkit-]line-break : normal - before centered punctuation - lang='en'</title>
 4 </head>
 5 <body>
 6 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 7 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x003a;</p>
 8 </div>
 9 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 10 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x003b;</p>
 11 </div>
 12 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 13 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x30fb;</p>
 14 </div>
 15 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 16 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#xff1a;</p>
 17 </div>
 18 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 19 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#xff1b;</p>
 20 </div>
 21 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 22 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#xff65;</p>
 23 </div>
 24 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 25 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x0021;</p>
 26 </div>
 27 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 28 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x003f;</p>
 29 </div>
 30 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 31 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x203c;</p>
 32 </div>
 33 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 34 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x2047;</p>
 35 </div>
 36 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 37 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x2048;</p>
 38 </div>
 39 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 40 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x2049;</p>
 41 </div>
 42 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 43 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#xff01;</p>
 44 </div>
 45 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 46 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#xff1f;</p>
 47 </div>
 48 </body>
 49</html>

LayoutTests/fast/css3-line-break/line-break-normal-centered-ja-expected.html

 1<html>
 2 <head>
 3 <title>Line breaks using [-webkit-]line-break : normal - before centered punctuation - lang='ja'</title>
 4 </head>
 5 <body>
 6 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 7 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x003a;</p>
 8 </div>
 9 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 10 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x003b;</p>
 11 </div>
 12 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 13 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x30fb;</p>
 14 </div>
 15 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 16 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#xff1a;</p>
 17 </div>
 18 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 19 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#xff1b;</p>
 20 </div>
 21 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 22 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#xff65;</p>
 23 </div>
 24 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 25 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x0021;</p>
 26 </div>
 27 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 28 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x003f;</p>
 29 </div>
 30 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 31 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x203c;</p>
 32 </div>
 33 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 34 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x2047;</p>
 35 </div>
 36 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 37 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x2048;</p>
 38 </div>
 39 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 40 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x2049;</p>
 41 </div>
 42 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 43 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#xff01;</p>
 44 </div>
 45 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 46 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#xff1f;</p>
 47 </div>
 48 </body>
 49</html>

LayoutTests/fast/css3-line-break/line-break-normal-centered-ja.html

 1<html>
 2 <head>
 3 <title>Line breaks using [-webkit-]line-break : normal - before centered punctuation - lang='ja'</title>
 4 </head>
 5 <body>
 6 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 7 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x003a;</p>
 8 </div>
 9 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 10 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x003b;</p>
 11 </div>
 12 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 13 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x30fb;</p>
 14 </div>
 15 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 16 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#xff1a;</p>
 17 </div>
 18 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 19 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#xff1b;</p>
 20 </div>
 21 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 22 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#xff65;</p>
 23 </div>
 24 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 25 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x0021;</p>
 26 </div>
 27 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 28 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x003f;</p>
 29 </div>
 30 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 31 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x203c;</p>
 32 </div>
 33 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 34 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x2047;</p>
 35 </div>
 36 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 37 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x2048;</p>
 38 </div>
 39 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 40 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x2049;</p>
 41 </div>
 42 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 43 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#xff01;</p>
 44 </div>
 45 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 46 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#xff1f;</p>
 47 </div>
 48 </body>
 49</html>

LayoutTests/fast/css3-line-break/line-break-normal-centered-ko-expected.html

 1<html>
 2 <head>
 3 <title>Line breaks using [-webkit-]line-break : normal - before centered punctuation - lang='ko'</title>
 4 </head>
 5 <body>
 6 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 7 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x003a;</p>
 8 </div>
 9 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 10 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x003b;</p>
 11 </div>
 12 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 13 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x30fb;</p>
 14 </div>
 15 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 16 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#xff1a;</p>
 17 </div>
 18 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 19 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#xff1b;</p>
 20 </div>
 21 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 22 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#xff65;</p>
 23 </div>
 24 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 25 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x0021;</p>
 26 </div>
 27 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 28 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x003f;</p>
 29 </div>
 30 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 31 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x203c;</p>
 32 </div>
 33 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 34 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x2047;</p>
 35 </div>
 36 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 37 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x2048;</p>
 38 </div>
 39 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 40 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x2049;</p>
 41 </div>
 42 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 43 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#xff01;</p>
 44 </div>
 45 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 46 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#xff1f;</p>
 47 </div>
 48 </body>
 49</html>

LayoutTests/fast/css3-line-break/line-break-normal-centered-ko.html

 1<html>
 2 <head>
 3 <title>Line breaks using [-webkit-]line-break : normal - before centered punctuation - lang='ko'</title>
 4 </head>
 5 <body>
 6 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 7 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x003a;</p>
 8 </div>
 9 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 10 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x003b;</p>
 11 </div>
 12 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 13 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x30fb;</p>
 14 </div>
 15 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 16 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#xff1a;</p>
 17 </div>
 18 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 19 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#xff1b;</p>
 20 </div>
 21 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 22 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#xff65;</p>
 23 </div>
 24 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 25 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x0021;</p>
 26 </div>
 27 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 28 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x003f;</p>
 29 </div>
 30 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 31 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x203c;</p>
 32 </div>
 33 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 34 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x2047;</p>
 35 </div>
 36 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 37 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x2048;</p>
 38 </div>
 39 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 40 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x2049;</p>
 41 </div>
 42 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 43 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#xff01;</p>
 44 </div>
 45 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 46 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#xff1f;</p>
 47 </div>
 48 </body>
 49</html>

LayoutTests/fast/css3-line-break/line-break-normal-centered-zh-expected.html

 1<html>
 2 <head>
 3 <title>Line breaks using [-webkit-]line-break : normal - before centered punctuation - lang='zh'</title>
 4 </head>
 5 <body>
 6 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 7 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x003a;</p>
 8 </div>
 9 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 10 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x003b;</p>
 11 </div>
 12 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 13 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x30fb;</p>
 14 </div>
 15 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 16 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#xff1a;</p>
 17 </div>
 18 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 19 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#xff1b;</p>
 20 </div>
 21 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 22 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#xff65;</p>
 23 </div>
 24 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 25 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x0021;</p>
 26 </div>
 27 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 28 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x003f;</p>
 29 </div>
 30 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 31 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x203c;</p>
 32 </div>
 33 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 34 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x2047;</p>
 35 </div>
 36 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 37 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x2048;</p>
 38 </div>
 39 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 40 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x2049;</p>
 41 </div>
 42 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 43 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#xff01;</p>
 44 </div>
 45 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 46 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#xff1f;</p>
 47 </div>
 48 </body>
 49</html>

LayoutTests/fast/css3-line-break/line-break-normal-centered-zh.html

 1<html>
 2 <head>
 3 <title>Line breaks using [-webkit-]line-break : normal - before centered punctuation - lang='zh'</title>
 4 </head>
 5 <body>
 6 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 7 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x003a;</p>
 8 </div>
 9 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 10 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x003b;</p>
 11 </div>
 12 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 13 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x30fb;</p>
 14 </div>
 15 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 16 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#xff1a;</p>
 17 </div>
 18 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 19 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#xff1b;</p>
 20 </div>
 21 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 22 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#xff65;</p>
 23 </div>
 24 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 25 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x0021;</p>
 26 </div>
 27 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 28 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x003f;</p>
 29 </div>
 30 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 31 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x203c;</p>
 32 </div>
 33 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 34 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x2047;</p>
 35 </div>
 36 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 37 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x2048;</p>
 38 </div>
 39 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 40 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x2049;</p>
 41 </div>
 42 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 43 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#xff01;</p>
 44 </div>
 45 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 46 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#xff1f;</p>
 47 </div>
 48 </body>
 49</html>

LayoutTests/fast/css3-line-break/line-break-normal-half-kana-en-expected.html

 1<html>
 2 <head>
 3 <title>Line breaks using [-webkit-]line-break : normal - before half kana - lang='en'</title>
 4 </head>
 5 <body>
 6 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 7 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x3041;</p>
 8 </div>
 9 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 10 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x3043;</p>
 11 </div>
 12 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 13 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x3045;</p>
 14 </div>
 15 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 16 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x3047;</p>
 17 </div>
 18 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 19 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x3049;</p>
 20 </div>
 21 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 22 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x3095;</p>
 23 </div>
 24 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 25 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x3096;</p>
 26 </div>
 27 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 28 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x3063;</p>
 29 </div>
 30 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 31 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x3083;</p>
 32 </div>
 33 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 34 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x3085;</p>
 35 </div>
 36 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 37 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x3087;</p>
 38 </div>
 39 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 40 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x308e;</p>
 41 </div>
 42 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 43 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x30a1;</p>
 44 </div>
 45 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 46 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x30a3;</p>
 47 </div>
 48 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 49 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x30a5;</p>
 50 </div>
 51 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 52 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x30a7;</p>
 53 </div>
 54 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 55 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x30a9;</p>
 56 </div>
 57 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 58 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x30f5;</p>
 59 </div>
 60 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 61 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x31f0;</p>
 62 </div>
 63 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 64 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x30f6;</p>
 65 </div>
 66 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 67 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x31f1;</p>
 68 </div>
 69 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 70 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x31f2;</p>
 71 </div>
 72 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 73 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x30c3;</p>
 74 </div>
 75 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 76 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x31f3;</p>
 77 </div>
 78 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 79 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x31f4;</p>
 80 </div>
 81 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 82 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x31f5;</p>
 83 </div>
 84 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 85 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x31f6;</p>
 86 </div>
 87 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 88 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x31f7;</p>
 89 </div>
 90 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 91 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x31f8;</p>
 92 </div>
 93 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 94 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x31f9;</p>
 95 </div>
 96 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 97 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x31fa;</p>
 98 </div>
 99 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 100 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x30e3;</p>
 101 </div>
 102 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 103 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x30e5;</p>
 104 </div>
 105 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 106 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x30e7;</p>
 107 </div>
 108 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 109 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x31fb;</p>
 110 </div>
 111 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 112 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x31fc;</p>
 113 </div>
 114 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 115 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x31fd;</p>
 116 </div>
 117 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 118 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x31fe;</p>
 119 </div>
 120 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 121 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x31ff;</p>
 122 </div>
 123 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 124 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x30ee;</p>
 125 </div>
 126 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 127 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#xff67;</p>
 128 </div>
 129 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 130 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#xff68;</p>
 131 </div>
 132 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 133 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#xff69;</p>
 134 </div>
 135 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 136 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#xff6a;</p>
 137 </div>
 138 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 139 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#xff6b;</p>
 140 </div>
 141 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 142 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#xff6f;</p>
 143 </div>
 144 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 145 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#xff6c;</p>
 146 </div>
 147 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 148 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#xff6d;</p>
 149 </div>
 150 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 151 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#xff6e;</p>
 152 </div>
 153 </body>
 154</html>

LayoutTests/fast/css3-line-break/line-break-normal-half-kana-en.html

 1<html>
 2 <head>
 3 <title>Line breaks using [-webkit-]line-break : normal - before half kana - lang='en'</title>
 4 </head>
 5 <body>
 6 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 7 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x3041;</p>
 8 </div>
 9 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 10 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x3043;</p>
 11 </div>
 12 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 13 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x3045;</p>
 14 </div>
 15 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 16 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x3047;</p>
 17 </div>
 18 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 19 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x3049;</p>
 20 </div>
 21 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 22 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x3095;</p>
 23 </div>
 24 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 25 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x3096;</p>
 26 </div>
 27 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 28 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x3063;</p>
 29 </div>
 30 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 31 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x3083;</p>
 32 </div>
 33 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 34 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x3085;</p>
 35 </div>
 36 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 37 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x3087;</p>
 38 </div>
 39 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 40 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x308e;</p>
 41 </div>
 42 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 43 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x30a1;</p>
 44 </div>
 45 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 46 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x30a3;</p>
 47 </div>
 48 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 49 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x30a5;</p>
 50 </div>
 51 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 52 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x30a7;</p>
 53 </div>
 54 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 55 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x30a9;</p>
 56 </div>
 57 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 58 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x30f5;</p>
 59 </div>
 60 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 61 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x31f0;</p>
 62 </div>
 63 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 64 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x30f6;</p>
 65 </div>
 66 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 67 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x31f1;</p>
 68 </div>
 69 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 70 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x31f2;</p>
 71 </div>
 72 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 73 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x30c3;</p>
 74 </div>
 75 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 76 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x31f3;</p>
 77 </div>
 78 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 79 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x31f4;</p>
 80 </div>
 81 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 82 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x31f5;</p>
 83 </div>
 84 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 85 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x31f6;</p>
 86 </div>
 87 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 88 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x31f7;</p>
 89 </div>
 90 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 91 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x31f8;</p>
 92 </div>
 93 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 94 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x31f9;</p>
 95 </div>
 96 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 97 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x31fa;</p>
 98 </div>
 99 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 100 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x30e3;</p>
 101 </div>
 102 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 103 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x30e5;</p>
 104 </div>
 105 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 106 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x30e7;</p>
 107 </div>
 108 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 109 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x31fb;</p>
 110 </div>
 111 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 112 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x31fc;</p>
 113 </div>
 114 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 115 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x31fd;</p>
 116 </div>
 117 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 118 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x31fe;</p>
 119 </div>
 120 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 121 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x31ff;</p>
 122 </div>
 123 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 124 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x30ee;</p>
 125 </div>
 126 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 127 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#xff67;</p>
 128 </div>
 129 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 130 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#xff68;</p>
 131 </div>
 132 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 133 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#xff69;</p>
 134 </div>
 135 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 136 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#xff6a;</p>
 137 </div>
 138 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 139 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#xff6b;</p>
 140 </div>
 141 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 142 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#xff6f;</p>
 143 </div>
 144 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 145 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#xff6c;</p>
 146 </div>
 147 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 148 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#xff6d;</p>
 149 </div>
 150 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 151 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#xff6e;</p>
 152 </div>
 153 </body>
 154</html>

LayoutTests/fast/css3-line-break/line-break-normal-half-kana-ja-expected.html

 1<html>
 2 <head>
 3 <title>Line breaks using [-webkit-]line-break : normal - before half kana - lang='ja'</title>
 4 </head>
 5 <body>
 6 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 7 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x3041;</p>
 8 </div>
 9 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 10 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x3043;</p>
 11 </div>
 12 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 13 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x3045;</p>
 14 </div>
 15 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 16 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x3047;</p>
 17 </div>
 18 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 19 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x3049;</p>
 20 </div>
 21 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 22 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x3095;</p>
 23 </div>
 24 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 25 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x3096;</p>
 26 </div>
 27 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 28 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x3063;</p>
 29 </div>
 30 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 31 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x3083;</p>
 32 </div>
 33 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 34 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x3085;</p>
 35 </div>
 36 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 37 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x3087;</p>
 38 </div>
 39 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 40 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x308e;</p>
 41 </div>
 42 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 43 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x30a1;</p>
 44 </div>
 45 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 46 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x30a3;</p>
 47 </div>
 48 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 49 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x30a5;</p>
 50 </div>
 51 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 52 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x30a7;</p>
 53 </div>
 54 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 55 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x30a9;</p>
 56 </div>
 57 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 58 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x30f5;</p>
 59 </div>
 60 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 61 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x31f0;</p>
 62 </div>
 63 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 64 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x30f6;</p>
 65 </div>
 66 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 67 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x31f1;</p>
 68 </div>
 69 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 70 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x31f2;</p>
 71 </div>
 72 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 73 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x30c3;</p>
 74 </div>
 75 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 76 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x31f3;</p>
 77 </div>
 78 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 79 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x31f4;</p>
 80 </div>
 81 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 82 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x31f5;</p>
 83 </div>
 84 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 85 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x31f6;</p>
 86 </div>
 87 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 88 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x31f7;</p>
 89 </div>
 90 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 91 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x31f8;</p>
 92 </div>
 93 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 94 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x31f9;</p>
 95 </div>
 96 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 97 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x31fa;</p>
 98 </div>
 99 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 100 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x30e3;</p>
 101 </div>
 102 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 103 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x30e5;</p>
 104 </div>
 105 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 106 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x30e7;</p>
 107 </div>
 108 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 109 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x31fb;</p>
 110 </div>
 111 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 112 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x31fc;</p>
 113 </div>
 114 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 115 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x31fd;</p>
 116 </div>
 117 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 118 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x31fe;</p>
 119 </div>
 120 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 121 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x31ff;</p>
 122 </div>
 123 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 124 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x30ee;</p>
 125 </div>
 126 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 127 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#xff67;</p>
 128 </div>
 129 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 130 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#xff68;</p>
 131 </div>
 132 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 133 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#xff69;</p>
 134 </div>
 135 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 136 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#xff6a;</p>
 137 </div>
 138 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 139 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#xff6b;</p>
 140 </div>
 141 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 142 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#xff6f;</p>
 143 </div>
 144 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 145 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#xff6c;</p>
 146 </div>
 147 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 148 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#xff6d;</p>
 149 </div>
 150 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 151 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#xff6e;</p>
 152 </div>
 153 </body>
 154</html>

LayoutTests/fast/css3-line-break/line-break-normal-half-kana-ja.html

 1<html>
 2 <head>
 3 <title>Line breaks using [-webkit-]line-break : normal - before half kana - lang='ja'</title>
 4 </head>
 5 <body>
 6 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 7 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x3041;</p>
 8 </div>
 9 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 10 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x3043;</p>
 11 </div>
 12 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 13 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x3045;</p>
 14 </div>
 15 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 16 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x3047;</p>
 17 </div>
 18 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 19 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x3049;</p>
 20 </div>
 21 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 22 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x3095;</p>
 23 </div>
 24 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 25 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x3096;</p>
 26 </div>
 27 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 28 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x3063;</p>
 29 </div>
 30 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 31 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x3083;</p>
 32 </div>
 33 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 34 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x3085;</p>
 35 </div>
 36 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 37 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x3087;</p>
 38 </div>
 39 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 40 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x308e;</p>
 41 </div>
 42 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 43 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x30a1;</p>
 44 </div>
 45 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 46 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x30a3;</p>
 47 </div>
 48 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 49 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x30a5;</p>
 50 </div>
 51 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 52 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x30a7;</p>
 53 </div>
 54 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 55 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x30a9;</p>
 56 </div>
 57 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 58 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x30f5;</p>
 59 </div>
 60 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 61 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x31f0;</p>
 62 </div>
 63 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 64 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x30f6;</p>
 65 </div>
 66 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 67 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x31f1;</p>
 68 </div>
 69 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 70 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x31f2;</p>
 71 </div>
 72 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 73 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x30c3;</p>
 74 </div>
 75 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 76 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x31f3;</p>
 77 </div>
 78 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 79 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x31f4;</p>
 80 </div>
 81 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 82 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x31f5;</p>
 83 </div>
 84 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 85 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x31f6;</p>
 86 </div>
 87 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 88 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x31f7;</p>
 89 </div>
 90 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 91 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x31f8;</p>
 92 </div>
 93 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 94 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x31f9;</p>
 95 </div>
 96 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 97 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x31fa;</p>
 98 </div>
 99 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 100 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x30e3;</p>
 101 </div>
 102 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 103 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x30e5;</p>
 104 </div>
 105 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 106 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x30e7;</p>
 107 </div>
 108 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 109 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x31fb;</p>
 110 </div>
 111 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 112 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x31fc;</p>
 113 </div>
 114 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 115 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x31fd;</p>
 116 </div>
 117 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 118 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x31fe;</p>
 119 </div>
 120 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 121 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x31ff;</p>
 122 </div>
 123 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 124 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x30ee;</p>
 125 </div>
 126 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 127 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#xff67;</p>
 128 </div>
 129 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 130 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#xff68;</p>
 131 </div>
 132 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 133 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#xff69;</p>
 134 </div>
 135 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 136 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#xff6a;</p>
 137 </div>
 138 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 139 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#xff6b;</p>
 140 </div>
 141 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 142 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#xff6f;</p>
 143 </div>
 144 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 145 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#xff6c;</p>
 146 </div>
 147 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 148 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#xff6d;</p>
 149 </div>
 150 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 151 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#xff6e;</p>
 152 </div>
 153 </body>
 154</html>

LayoutTests/fast/css3-line-break/line-break-normal-half-kana-ko-expected.html

 1<html>
 2 <head>
 3 <title>Line breaks using [-webkit-]line-break : normal - before half kana - lang='ko'</title>
 4 </head>
 5 <body>
 6 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 7 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x3041;</p>
 8 </div>
 9 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 10 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x3043;</p>
 11 </div>
 12 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 13 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x3045;</p>
 14 </div>
 15 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 16 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x3047;</p>
 17 </div>
 18 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 19 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x3049;</p>
 20 </div>
 21 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 22 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x3095;</p>
 23 </div>
 24 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 25 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x3096;</p>
 26 </div>
 27 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 28 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x3063;</p>
 29 </div>
 30 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 31 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x3083;</p>
 32 </div>
 33 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 34 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x3085;</p>
 35 </div>
 36 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 37 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x3087;</p>
 38 </div>
 39 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 40 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x308e;</p>
 41 </div>
 42 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 43 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x30a1;</p>
 44 </div>
 45 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 46 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x30a3;</p>
 47 </div>
 48 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 49 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x30a5;</p>
 50 </div>
 51 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 52 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x30a7;</p>
 53 </div>
 54 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 55 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x30a9;</p>
 56 </div>
 57 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 58 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x30f5;</p>
 59 </div>
 60 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 61 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x31f0;</p>
 62 </div>
 63 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 64 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x30f6;</p>
 65 </div>
 66 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 67 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x31f1;</p>
 68 </div>
 69 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 70 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x31f2;</p>
 71 </div>
 72 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 73 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x30c3;</p>
 74 </div>
 75 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 76 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x31f3;</p>
 77 </div>
 78 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 79 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x31f4;</p>
 80 </div>
 81 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 82 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x31f5;</p>
 83 </div>
 84 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 85 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x31f6;</p>
 86 </div>
 87 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 88 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x31f7;</p>
 89 </div>
 90 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 91 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x31f8;</p>
 92 </div>
 93 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 94 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x31f9;</p>
 95 </div>
 96 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 97 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x31fa;</p>
 98 </div>
 99 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 100 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x30e3;</p>
 101 </div>
 102 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 103 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x30e5;</p>
 104 </div>
 105 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 106 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x30e7;</p>
 107 </div>
 108 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 109 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x31fb;</p>
 110 </div>
 111 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 112 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x31fc;</p>
 113 </div>
 114 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 115 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x31fd;</p>
 116 </div>
 117 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 118 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x31fe;</p>
 119 </div>
 120 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 121 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x31ff;</p>
 122 </div>
 123 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 124 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x30ee;</p>
 125 </div>
 126 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 127 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#xff67;</p>
 128 </div>
 129 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 130 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#xff68;</p>
 131 </div>
 132 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 133 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#xff69;</p>
 134 </div>
 135 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 136 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#xff6a;</p>
 137 </div>
 138 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 139 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#xff6b;</p>
 140 </div>
 141 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 142 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#xff6f;</p>
 143 </div>
 144 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 145 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#xff6c;</p>
 146 </div>
 147 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 148 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#xff6d;</p>
 149 </div>
 150 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 151 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#xff6e;</p>
 152 </div>
 153 </body>
 154</html>

LayoutTests/fast/css3-line-break/line-break-normal-half-kana-ko.html

 1<html>
 2 <head>
 3 <title>Line breaks using [-webkit-]line-break : normal - before half kana - lang='ko'</title>
 4 </head>
 5 <body>
 6 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 7 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x3041;</p>
 8 </div>
 9 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 10 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x3043;</p>
 11 </div>
 12 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 13 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x3045;</p>
 14 </div>
 15 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 16 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x3047;</p>
 17 </div>
 18 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 19 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x3049;</p>
 20 </div>
 21 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 22 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x3095;</p>
 23 </div>
 24 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 25 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x3096;</p>
 26 </div>
 27 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 28 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x3063;</p>
 29 </div>
 30 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 31 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x3083;</p>
 32 </div>
 33 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 34 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x3085;</p>
 35 </div>
 36 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 37 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x3087;</p>
 38 </div>
 39 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 40 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x308e;</p>
 41 </div>
 42 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 43 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x30a1;</p>
 44 </div>
 45 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 46 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x30a3;</p>
 47 </div>
 48 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 49 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x30a5;</p>
 50 </div>
 51 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 52 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x30a7;</p>
 53 </div>
 54 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 55 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x30a9;</p>
 56 </div>
 57 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 58 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x30f5;</p>
 59 </div>
 60 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 61 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x31f0;</p>
 62 </div>
 63 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 64 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x30f6;</p>
 65 </div>
 66 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 67 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x31f1;</p>
 68 </div>
 69 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 70 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x31f2;</p>
 71 </div>
 72 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 73 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x30c3;</p>
 74 </div>
 75 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 76 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x31f3;</p>
 77 </div>
 78 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 79 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x31f4;</p>
 80 </div>
 81 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 82 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x31f5;</p>
 83 </div>
 84 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 85 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x31f6;</p>
 86 </div>
 87 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 88 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x31f7;</p>
 89 </div>
 90 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 91 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x31f8;</p>
 92 </div>
 93 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 94 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x31f9;</p>
 95 </div>
 96 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 97 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x31fa;</p>
 98 </div>
 99 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 100 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x30e3;</p>
 101 </div>
 102 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 103 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x30e5;</p>
 104 </div>
 105 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 106 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x30e7;</p>
 107 </div>
 108 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 109 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x31fb;</p>
 110 </div>
 111 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 112 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x31fc;</p>
 113 </div>
 114 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 115 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x31fd;</p>
 116 </div>
 117 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 118 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x31fe;</p>
 119 </div>
 120 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 121 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x31ff;</p>
 122 </div>
 123 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 124 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x30ee;</p>
 125 </div>
 126 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 127 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#xff67;</p>
 128 </div>
 129 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 130 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#xff68;</p>
 131 </div>
 132 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 133 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#xff69;</p>
 134 </div>
 135 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 136 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#xff6a;</p>
 137 </div>
 138 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 139 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#xff6b;</p>
 140 </div>
 141 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 142 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#xff6f;</p>
 143 </div>
 144 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 145 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#xff6c;</p>
 146 </div>
 147 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 148 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#xff6d;</p>
 149 </div>
 150 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 151 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#xff6e;</p>
 152 </div>
 153 </body>
 154</html>

LayoutTests/fast/css3-line-break/line-break-normal-half-kana-zh-expected.html

 1<html>
 2 <head>
 3 <title>Line breaks using [-webkit-]line-break : normal - before half kana - lang='zh'</title>
 4 </head>
 5 <body>
 6 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 7 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x3041;</p>
 8 </div>
 9 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 10 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x3043;</p>
 11 </div>
 12 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 13 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x3045;</p>
 14 </div>
 15 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 16 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x3047;</p>
 17 </div>
 18 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 19 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x3049;</p>
 20 </div>
 21 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 22 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x3095;</p>
 23 </div>
 24 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 25 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x3096;</p>
 26 </div>
 27 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 28 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x3063;</p>
 29 </div>
 30 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 31 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x3083;</p>
 32 </div>
 33 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 34 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x3085;</p>
 35 </div>
 36 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 37 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x3087;</p>
 38 </div>
 39 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 40 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x308e;</p>
 41 </div>
 42 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 43 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x30a1;</p>
 44 </div>
 45 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 46 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x30a3;</p>
 47 </div>
 48 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 49 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x30a5;</p>
 50 </div>
 51 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 52 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x30a7;</p>
 53 </div>
 54 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 55 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x30a9;</p>
 56 </div>
 57 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 58 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x30f5;</p>
 59 </div>
 60 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 61 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x31f0;</p>
 62 </div>
 63 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 64 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x30f6;</p>
 65 </div>
 66 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 67 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x31f1;</p>
 68 </div>
 69 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 70 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x31f2;</p>
 71 </div>
 72 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 73 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x30c3;</p>
 74 </div>
 75 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 76 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x31f3;</p>
 77 </div>
 78 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 79 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x31f4;</p>
 80 </div>
 81 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 82 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x31f5;</p>
 83 </div>
 84 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 85 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x31f6;</p>
 86 </div>
 87 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 88 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x31f7;</p>
 89 </div>
 90 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 91 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x31f8;</p>
 92 </div>
 93 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 94 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x31f9;</p>
 95 </div>
 96 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 97 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x31fa;</p>
 98 </div>
 99 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 100 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x30e3;</p>
 101 </div>
 102 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 103 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x30e5;</p>
 104 </div>
 105 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 106 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x30e7;</p>
 107 </div>
 108 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 109 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x31fb;</p>
 110 </div>
 111 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 112 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x31fc;</p>
 113 </div>
 114 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 115 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x31fd;</p>
 116 </div>
 117 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 118 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x31fe;</p>
 119 </div>
 120 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 121 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x31ff;</p>
 122 </div>
 123 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 124 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x30ee;</p>
 125 </div>
 126 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 127 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#xff67;</p>
 128 </div>
 129 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 130 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#xff68;</p>
 131 </div>
 132 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 133 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#xff69;</p>
 134 </div>
 135 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 136 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#xff6a;</p>
 137 </div>
 138 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 139 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#xff6b;</p>
 140 </div>
 141 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 142 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#xff6f;</p>
 143 </div>
 144 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 145 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#xff6c;</p>
 146 </div>
 147 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 148 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#xff6d;</p>
 149 </div>
 150 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 151 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#xff6e;</p>
 152 </div>
 153 </body>
 154</html>

LayoutTests/fast/css3-line-break/line-break-normal-half-kana-zh.html

 1<html>
 2 <head>
 3 <title>Line breaks using [-webkit-]line-break : normal - before half kana - lang='zh'</title>
 4 </head>
 5 <body>
 6 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 7 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x3041;</p>
 8 </div>
 9 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 10 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x3043;</p>
 11 </div>
 12 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 13 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x3045;</p>
 14 </div>
 15 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 16 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x3047;</p>
 17 </div>
 18 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 19 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x3049;</p>
 20 </div>
 21 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 22 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x3095;</p>
 23 </div>
 24 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 25 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x3096;</p>
 26 </div>
 27 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 28 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x3063;</p>
 29 </div>
 30 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 31 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x3083;</p>
 32 </div>
 33 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 34 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x3085;</p>
 35 </div>
 36 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 37 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x3087;</p>
 38 </div>
 39 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 40 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x308e;</p>
 41 </div>
 42 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 43 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x30a1;</p>
 44 </div>
 45 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 46 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x30a3;</p>
 47 </div>
 48 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 49 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x30a5;</p>
 50 </div>
 51 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 52 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x30a7;</p>
 53 </div>
 54 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 55 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x30a9;</p>
 56 </div>
 57 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 58 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x30f5;</p>
 59 </div>
 60 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 61 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x31f0;</p>
 62 </div>
 63 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 64 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x30f6;</p>
 65 </div>
 66 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 67 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x31f1;</p>
 68 </div>
 69 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 70 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x31f2;</p>
 71 </div>
 72 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 73 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x30c3;</p>
 74 </div>
 75 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 76 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x31f3;</p>
 77 </div>
 78 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 79 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x31f4;</p>
 80 </div>
 81 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 82 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x31f5;</p>
 83 </div>
 84 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 85 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x31f6;</p>
 86 </div>
 87 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 88 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x31f7;</p>
 89 </div>
 90 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 91 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x31f8;</p>
 92 </div>
 93 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 94 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x31f9;</p>
 95 </div>
 96 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 97 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x31fa;</p>
 98 </div>
 99 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 100 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x30e3;</p>
 101 </div>
 102 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 103 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x30e5;</p>
 104 </div>
 105 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 106 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x30e7;</p>
 107 </div>
 108 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 109 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x31fb;</p>
 110 </div>
 111 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 112 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x31fc;</p>
 113 </div>
 114 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 115 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x31fd;</p>
 116 </div>
 117 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 118 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x31fe;</p>
 119 </div>
 120 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 121 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x31ff;</p>
 122 </div>
 123 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 124 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x30ee;</p>
 125 </div>
 126 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 127 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#xff67;</p>
 128 </div>
 129 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 130 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#xff68;</p>
 131 </div>
 132 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 133 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#xff69;</p>
 134 </div>
 135 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 136 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#xff6a;</p>
 137 </div>
 138 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 139 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#xff6b;</p>
 140 </div>
 141 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 142 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#xff6f;</p>
 143 </div>
 144 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 145 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#xff6c;</p>
 146 </div>
 147 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 148 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#xff6d;</p>
 149 </div>
 150 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 151 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#xff6e;</p>
 152 </div>
 153 </body>
 154</html>

LayoutTests/fast/css3-line-break/line-break-normal-hyphens-en-expected.html

 1<html>
 2 <head>
 3 <title>Line breaks using [-webkit-]line-break : normal - before hyphens - lang='en'</title>
 4 </head>
 5 <body>
 6 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 7 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x2010;</p>
 8 </div>
 9 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 10 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x2013;</p>
 11 </div>
 12 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 13 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x301c;</p>
 14 </div>
 15 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 16 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x30a0;</p>
 17 </div>
 18 </body>
 19</html>

LayoutTests/fast/css3-line-break/line-break-normal-hyphens-en.html

 1<html>
 2 <head>
 3 <title>Line breaks using [-webkit-]line-break : normal - before hyphens - lang='en'</title>
 4 </head>
 5 <body>
 6 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 7 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x2010;</p>
 8 </div>
 9 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 10 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x2013;</p>
 11 </div>
 12 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 13 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x301c;</p>
 14 </div>
 15 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 16 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x30a0;</p>
 17 </div>
 18 </body>
 19</html>

LayoutTests/fast/css3-line-break/line-break-normal-hyphens-ja-expected.html

 1<html>
 2 <head>
 3 <title>Line breaks using [-webkit-]line-break : normal - before hyphens - lang='ja'</title>
 4 </head>
 5 <body>
 6 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 7 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x2010;</p>
 8 </div>
 9 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 10 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x2013;</p>
 11 </div>
 12 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 13 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x301c;</p>
 14 </div>
 15 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 16 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x30a0;</p>
 17 </div>
 18 </body>
 19</html>

LayoutTests/fast/css3-line-break/line-break-normal-hyphens-ja.html

 1<html>
 2 <head>
 3 <title>Line breaks using [-webkit-]line-break : normal - before hyphens - lang='ja'</title>
 4 </head>
 5 <body>
 6 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 7 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x2010;</p>
 8 </div>
 9 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 10 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x2013;</p>
 11 </div>
 12 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 13 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x301c;</p>
 14 </div>
 15 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 16 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x30a0;</p>
 17 </div>
 18 </body>
 19</html>

LayoutTests/fast/css3-line-break/line-break-normal-hyphens-ko-expected.html

 1<html>
 2 <head>
 3 <title>Line breaks using [-webkit-]line-break : normal - before hyphens - lang='ko'</title>
 4 </head>
 5 <body>
 6 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 7 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x2010;</p>
 8 </div>
 9 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 10 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x2013;</p>
 11 </div>
 12 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 13 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x301c;</p>
 14 </div>
 15 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 16 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x30a0;</p>
 17 </div>
 18 </body>
 19</html>

LayoutTests/fast/css3-line-break/line-break-normal-hyphens-ko.html

 1<html>
 2 <head>
 3 <title>Line breaks using [-webkit-]line-break : normal - before hyphens - lang='ko'</title>
 4 </head>
 5 <body>
 6 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 7 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x2010;</p>
 8 </div>
 9 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 10 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x2013;</p>
 11 </div>
 12 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 13 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x301c;</p>
 14 </div>
 15 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 16 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x30a0;</p>
 17 </div>
 18 </body>
 19</html>

LayoutTests/fast/css3-line-break/line-break-normal-hyphens-zh-expected.html

 1<html>
 2 <head>
 3 <title>Line breaks using [-webkit-]line-break : normal - before hyphens - lang='zh'</title>
 4 </head>
 5 <body>
 6 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 7 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x2010;</p>
 8 </div>
 9 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 10 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x2013;</p>
 11 </div>
 12 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 13 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x301c;</p>
 14 </div>
 15 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 16 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x30a0;</p>
 17 </div>
 18 </body>
 19</html>

LayoutTests/fast/css3-line-break/line-break-normal-hyphens-zh.html

 1<html>
 2 <head>
 3 <title>Line breaks using [-webkit-]line-break : normal - before hyphens - lang='zh'</title>
 4 </head>
 5 <body>
 6 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 7 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x2010;</p>
 8 </div>
 9 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 10 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x2013;</p>
 11 </div>
 12 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 13 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x301c;</p>
 14 </div>
 15 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 16 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x30a0;</p>
 17 </div>
 18 </body>
 19</html>

LayoutTests/fast/css3-line-break/line-break-normal-inseparables-en-expected.html

 1<html>
 2 <head>
 3 <title>Line breaks using [-webkit-]line-break : normal - between inseparables - lang='en'</title>
 4 </head>
 5 <body>
 6 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:2.1em;" lang="en">
 7 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x2025;&#x2025</nobr></p>
 8 </div>
 9 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:2.1em;" lang="en">
 10 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x2025;&#x2026</nobr></p>
 11 </div>
 12 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:2.1em;" lang="en">
 13 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x2026;&#x2025</nobr></p>
 14 </div>
 15 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:2.1em;" lang="en">
 16 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x2026;&#x2026</nobr></p>
 17 </div>
 18 </body>
 19</html>

LayoutTests/fast/css3-line-break/line-break-normal-inseparables-en.html

 1<html>
 2 <head>
 3 <title>Line breaks using [-webkit-]line-break : normal - between inseparables - lang='en'</title>
 4 </head>
 5 <body>
 6 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:2.1em;" lang="en">
 7 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x2025;&#x2025</p>
 8 </div>
 9 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:2.1em;" lang="en">
 10 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x2025;&#x2026</p>
 11 </div>
 12 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:2.1em;" lang="en">
 13 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x2026;&#x2025</p>
 14 </div>
 15 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:2.1em;" lang="en">
 16 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x2026;&#x2026</p>
 17 </div>
 18 </body>
 19</html>

LayoutTests/fast/css3-line-break/line-break-normal-inseparables-ja-expected.html

 1<html>
 2 <head>
 3 <title>Line breaks using [-webkit-]line-break : normal - between inseparables - lang='ja'</title>
 4 </head>
 5 <body>
 6 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:2.1em;" lang="ja">
 7 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x2025;&#x2025</nobr></p>
 8 </div>
 9 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:2.1em;" lang="ja">
 10 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x2025;&#x2026</nobr></p>
 11 </div>
 12 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:2.1em;" lang="ja">
 13 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x2026;&#x2025</nobr></p>
 14 </div>
 15 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:2.1em;" lang="ja">
 16 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x2026;&#x2026</nobr></p>
 17 </div>
 18 </body>
 19</html>

LayoutTests/fast/css3-line-break/line-break-normal-inseparables-ja.html

 1<html>
 2 <head>
 3 <title>Line breaks using [-webkit-]line-break : normal - between inseparables - lang='ja'</title>
 4 </head>
 5 <body>
 6 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:2.1em;" lang="ja">
 7 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x2025;&#x2025</p>
 8 </div>
 9 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:2.1em;" lang="ja">
 10 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x2025;&#x2026</p>
 11 </div>
 12 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:2.1em;" lang="ja">
 13 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x2026;&#x2025</p>
 14 </div>
 15 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:2.1em;" lang="ja">
 16 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x2026;&#x2026</p>
 17 </div>
 18 </body>
 19</html>

LayoutTests/fast/css3-line-break/line-break-normal-inseparables-ko-expected.html

 1<html>
 2 <head>
 3 <title>Line breaks using [-webkit-]line-break : normal - between inseparables - lang='ko'</title>
 4 </head>
 5 <body>
 6 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:2.1em;" lang="ko">
 7 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x2025;&#x2025</nobr></p>
 8 </div>
 9 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:2.1em;" lang="ko">
 10 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x2025;&#x2026</nobr></p>
 11 </div>
 12 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:2.1em;" lang="ko">
 13 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x2026;&#x2025</nobr></p>
 14 </div>
 15 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:2.1em;" lang="ko">
 16 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x2026;&#x2026</nobr></p>
 17 </div>
 18 </body>
 19</html>

LayoutTests/fast/css3-line-break/line-break-normal-inseparables-ko.html

 1<html>
 2 <head>
 3 <title>Line breaks using [-webkit-]line-break : normal - between inseparables - lang='ko'</title>
 4 </head>
 5 <body>
 6 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:2.1em;" lang="ko">
 7 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x2025;&#x2025</p>
 8 </div>
 9 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:2.1em;" lang="ko">
 10 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x2025;&#x2026</p>
 11 </div>
 12 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:2.1em;" lang="ko">
 13 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x2026;&#x2025</p>
 14 </div>
 15 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:2.1em;" lang="ko">
 16 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x2026;&#x2026</p>
 17 </div>
 18 </body>
 19</html>

LayoutTests/fast/css3-line-break/line-break-normal-inseparables-zh-expected.html

 1<html>
 2 <head>
 3 <title>Line breaks using [-webkit-]line-break : normal - between inseparables - lang='zh'</title>
 4 </head>
 5 <body>
 6 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:2.1em;" lang="zh">
 7 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x2025;&#x2025</nobr></p>
 8 </div>
 9 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:2.1em;" lang="zh">
 10 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x2025;&#x2026</nobr></p>
 11 </div>
 12 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:2.1em;" lang="zh">
 13 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x2026;&#x2025</nobr></p>
 14 </div>
 15 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:2.1em;" lang="zh">
 16 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x2026;&#x2026</nobr></p>
 17 </div>
 18 </body>
 19</html>

LayoutTests/fast/css3-line-break/line-break-normal-inseparables-zh.html

 1<html>
 2 <head>
 3 <title>Line breaks using [-webkit-]line-break : normal - between inseparables - lang='zh'</title>
 4 </head>
 5 <body>
 6 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:2.1em;" lang="zh">
 7 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x2025;&#x2025</p>
 8 </div>
 9 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:2.1em;" lang="zh">
 10 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x2025;&#x2026</p>
 11 </div>
 12 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:2.1em;" lang="zh">
 13 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x2026;&#x2025</p>
 14 </div>
 15 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:2.1em;" lang="zh">
 16 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x2026;&#x2026</p>
 17 </div>
 18 </body>
 19</html>

LayoutTests/fast/css3-line-break/line-break-normal-iteration-marks-en-expected.html

 1<html>
 2 <head>
 3 <title>Line breaks using [-webkit-]line-break : normal - before iteration marks - lang='en'</title>
 4 </head>
 5 <body>
 6 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 7 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x3005;</p>
 8 </div>
 9 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 10 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x303b;</p>
 11 </div>
 12 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 13 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x309d;</p>
 14 </div>
 15 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 16 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x309e;</p>
 17 </div>
 18 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 19 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x30fd;</p>
 20 </div>
 21 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 22 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x30fe;</p>
 23 </div>
 24 </body>
 25</html>

LayoutTests/fast/css3-line-break/line-break-normal-iteration-marks-en.html

 1<html>
 2 <head>
 3 <title>Line breaks using [-webkit-]line-break : normal - before iteration marks - lang='en'</title>
 4 </head>
 5 <body>
 6 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 7 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x3005;</p>
 8 </div>
 9 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 10 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x303b;</p>
 11 </div>
 12 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 13 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x309d;</p>
 14 </div>
 15 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 16 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x309e;</p>
 17 </div>
 18 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 19 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x30fd;</p>
 20 </div>
 21 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 22 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x30fe;</p>
 23 </div>
 24 </body>
 25</html>

LayoutTests/fast/css3-line-break/line-break-normal-iteration-marks-ja-expected.html

 1<html>
 2 <head>
 3 <title>Line breaks using [-webkit-]line-break : normal - before iteration marks - lang='ja'</title>
 4 </head>
 5 <body>
 6 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 7 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x3005;</p>
 8 </div>
 9 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 10 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x303b;</p>
 11 </div>
 12 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 13 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x309d;</p>
 14 </div>
 15 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 16 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x309e;</p>
 17 </div>
 18 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 19 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x30fd;</p>
 20 </div>
 21 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 22 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x30fe;</p>
 23 </div>
 24 </body>
 25</html>

LayoutTests/fast/css3-line-break/line-break-normal-iteration-marks-ja.html

 1<html>
 2 <head>
 3 <title>Line breaks using [-webkit-]line-break : normal - before iteration marks - lang='ja'</title>
 4 </head>
 5 <body>
 6 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 7 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x3005;</p>
 8 </div>
 9 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 10 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x303b;</p>
 11 </div>
 12 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 13 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x309d;</p>
 14 </div>
 15 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 16 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x309e;</p>
 17 </div>
 18 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 19 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x30fd;</p>
 20 </div>
 21 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 22 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x30fe;</p>
 23 </div>
 24 </body>
 25</html>

LayoutTests/fast/css3-line-break/line-break-normal-iteration-marks-ko-expected.html

 1<html>
 2 <head>
 3 <title>Line breaks using [-webkit-]line-break : normal - before iteration marks - lang='ko'</title>
 4 </head>
 5 <body>
 6 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 7 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x3005;</p>
 8 </div>
 9 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 10 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x303b;</p>
 11 </div>
 12 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 13 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x309d;</p>
 14 </div>
 15 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 16 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x309e;</p>
 17 </div>
 18 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 19 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x30fd;</p>
 20 </div>
 21 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 22 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x30fe;</p>
 23 </div>
 24 </body>
 25</html>

LayoutTests/fast/css3-line-break/line-break-normal-iteration-marks-ko.html

 1<html>
 2 <head>
 3 <title>Line breaks using [-webkit-]line-break : normal - before iteration marks - lang='ko'</title>
 4 </head>
 5 <body>
 6 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 7 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x3005;</p>
 8 </div>
 9 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 10 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x303b;</p>
 11 </div>
 12 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 13 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x309d;</p>
 14 </div>
 15 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 16 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x309e;</p>
 17 </div>
 18 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 19 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x30fd;</p>
 20 </div>
 21 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 22 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x30fe;</p>
 23 </div>
 24 </body>
 25</html>

LayoutTests/fast/css3-line-break/line-break-normal-iteration-marks-zh-expected.html

 1<html>
 2 <head>
 3 <title>Line breaks using [-webkit-]line-break : normal - before iteration marks - lang='zh'</title>
 4 </head>
 5 <body>
 6 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 7 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x3005;</p>
 8 </div>
 9 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 10 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x303b;</p>
 11 </div>
 12 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 13 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x309d;</p>
 14 </div>
 15 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 16 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x309e;</p>
 17 </div>
 18 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 19 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x30fd;</p>
 20 </div>
 21 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 22 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x30fe;</p>
 23 </div>
 24 </body>
 25</html>

LayoutTests/fast/css3-line-break/line-break-normal-iteration-marks-zh.html

 1<html>
 2 <head>
 3 <title>Line breaks using [-webkit-]line-break : normal - before iteration marks - lang='zh'</title>
 4 </head>
 5 <body>
 6 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 7 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x3005;</p>
 8 </div>
 9 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 10 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x303b;</p>
 11 </div>
 12 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 13 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x309d;</p>
 14 </div>
 15 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 16 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x309e;</p>
 17 </div>
 18 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 19 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x30fd;</p>
 20 </div>
 21 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 22 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x30fe;</p>
 23 </div>
 24 </body>
 25</html>

LayoutTests/fast/css3-line-break/line-break-normal-postfixes-en-expected.html

 1<html>
 2 <head>
 3 <title>Line breaks using [-webkit-]line-break : normal - before postfixes - lang='en'</title>
 4 </head>
 5 <body>
 6 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 7 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x0025;</p>
 8 </div>
 9 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 10 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x00a2;</p>
 11 </div>
 12 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 13 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x00b0;</p>
 14 </div>
 15 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 16 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x2030;</p>
 17 </div>
 18 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 19 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x2032;</p>
 20 </div>
 21 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 22 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x2033;</p>
 23 </div>
 24 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 25 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x2103;</p>
 26 </div>
 27 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 28 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#xff05;</p>
 29 </div>
 30 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 31 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#xffe0;</p>
 32 </div>
 33 </body>
 34</html>

LayoutTests/fast/css3-line-break/line-break-normal-postfixes-en.html

 1<html>
 2 <head>
 3 <title>Line breaks using [-webkit-]line-break : normal - before postfixes - lang='en'</title>
 4 </head>
 5 <body>
 6 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 7 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x0025;</p>
 8 </div>
 9 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 10 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x00a2;</p>
 11 </div>
 12 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 13 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x00b0;</p>
 14 </div>
 15 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 16 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x2030;</p>
 17 </div>
 18 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 19 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x2032;</p>
 20 </div>
 21 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 22 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x2033;</p>
 23 </div>
 24 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 25 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x2103;</p>
 26 </div>
 27 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 28 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#xff05;</p>
 29 </div>
 30 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 31 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#xffe0;</p>
 32 </div>
 33 </body>
 34</html>

LayoutTests/fast/css3-line-break/line-break-normal-postfixes-ja-expected.html

 1<html>
 2 <head>
 3 <title>Line breaks using [-webkit-]line-break : normal - before postfixes - lang='ja'</title>
 4 </head>
 5 <body>
 6 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 7 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x0025;</p>
 8 </div>
 9 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 10 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x00a2;</p>
 11 </div>
 12 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 13 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x00b0;</p>
 14 </div>
 15 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 16 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x2030;</p>
 17 </div>
 18 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 19 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x2032;</p>
 20 </div>
 21 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 22 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x2033;</p>
 23 </div>
 24 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 25 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x2103;</p>
 26 </div>
 27 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 28 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#xff05;</p>
 29 </div>
 30 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 31 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#xffe0;</p>
 32 </div>
 33 </body>
 34</html>

LayoutTests/fast/css3-line-break/line-break-normal-postfixes-ja.html

 1<html>
 2 <head>
 3 <title>Line breaks using [-webkit-]line-break : normal - before postfixes - lang='ja'</title>
 4 </head>
 5 <body>
 6 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 7 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x0025;</p>
 8 </div>
 9 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 10 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x00a2;</p>
 11 </div>
 12 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 13 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x00b0;</p>
 14 </div>
 15 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 16 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x2030;</p>
 17 </div>
 18 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 19 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x2032;</p>
 20 </div>
 21 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 22 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x2033;</p>
 23 </div>
 24 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 25 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x2103;</p>
 26 </div>
 27 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 28 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#xff05;</p>
 29 </div>
 30 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 31 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#xffe0;</p>
 32 </div>
 33 </body>
 34</html>

LayoutTests/fast/css3-line-break/line-break-normal-postfixes-ko-expected.html

 1<html>
 2 <head>
 3 <title>Line breaks using [-webkit-]line-break : normal - before postfixes - lang='ko'</title>
 4 </head>
 5 <body>
 6 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 7 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x0025;</p>
 8 </div>
 9 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 10 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x00a2;</p>
 11 </div>
 12 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 13 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x00b0;</p>
 14 </div>
 15 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 16 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x2030;</p>
 17 </div>
 18 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 19 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x2032;</p>
 20 </div>
 21 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 22 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x2033;</p>
 23 </div>
 24 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 25 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x2103;</p>
 26 </div>
 27 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 28 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#xff05;</p>
 29 </div>
 30 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 31 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#xffe0;</p>
 32 </div>
 33 </body>
 34</html>

LayoutTests/fast/css3-line-break/line-break-normal-postfixes-ko.html

 1<html>
 2 <head>
 3 <title>Line breaks using [-webkit-]line-break : normal - before postfixes - lang='ko'</title>
 4 </head>
 5 <body>
 6 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 7 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x0025;</p>
 8 </div>
 9 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 10 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x00a2;</p>
 11 </div>
 12 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 13 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x00b0;</p>
 14 </div>
 15 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 16 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x2030;</p>
 17 </div>
 18 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 19 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x2032;</p>
 20 </div>
 21 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 22 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x2033;</p>
 23 </div>
 24 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 25 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x2103;</p>
 26 </div>
 27 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 28 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#xff05;</p>
 29 </div>
 30 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 31 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#xffe0;</p>
 32 </div>
 33 </body>
 34</html>

LayoutTests/fast/css3-line-break/line-break-normal-postfixes-zh-expected.html

 1<html>
 2 <head>
 3 <title>Line breaks using [-webkit-]line-break : normal - before postfixes - lang='zh'</title>
 4 </head>
 5 <body>
 6 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 7 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x0025;</p>
 8 </div>
 9 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 10 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x00a2;</p>
 11 </div>
 12 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 13 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x00b0;</p>
 14 </div>
 15 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 16 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x2030;</p>
 17 </div>
 18 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 19 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x2032;</p>
 20 </div>
 21 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 22 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x2033;</p>
 23 </div>
 24 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 25 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x2103;</p>
 26 </div>
 27 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 28 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#xff05;</p>
 29 </div>
 30 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 31 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#xffe0;</p>
 32 </div>
 33 </body>
 34</html>

LayoutTests/fast/css3-line-break/line-break-normal-postfixes-zh.html

 1<html>
 2 <head>
 3 <title>Line breaks using [-webkit-]line-break : normal - before postfixes - lang='zh'</title>
 4 </head>
 5 <body>
 6 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 7 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x0025;</p>
 8 </div>
 9 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 10 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x00a2;</p>
 11 </div>
 12 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 13 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x00b0;</p>
 14 </div>
 15 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 16 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x2030;</p>
 17 </div>
 18 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 19 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x2032;</p>
 20 </div>
 21 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 22 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x2033;</p>
 23 </div>
 24 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 25 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x2103;</p>
 26 </div>
 27 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 28 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#xff05;</p>
 29 </div>
 30 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 31 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#xffe0;</p>
 32 </div>
 33 </body>
 34</html>

LayoutTests/fast/css3-line-break/line-break-normal-prefixes-en-expected.html

 1<html>
 2 <head>
 3 <title>Line breaks using [-webkit-]line-break : normal - after prefixes - lang='en'</title>
 4 </head>
 5 <body>
 6 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:1.5em;" lang="en">
 7 <p style="border:solid blue 1px;"><nobr>&#x0024;123</nobr></p>
 8 </div>
 9 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:1.5em;" lang="en">
 10 <p style="border:solid blue 1px;"><nobr>&#x00a3;123</nobr></p>
 11 </div>
 12 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:1.5em;" lang="en">
 13 <p style="border:solid blue 1px;"><nobr>&#x00a5;123</nobr></p>
 14 </div>
 15 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:1.5em;" lang="en">
 16 <p style="border:solid blue 1px;"><nobr>&#x0020ac;123</nobr></p>
 17 </div>
 18 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:1.5em;" lang="en">
 19 <p style="border:solid blue 1px;"><nobr>&#x002116;123</nobr></p>
 20 </div>
 21 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:1.5em;" lang="en">
 22 <p style="border:solid blue 1px;"><nobr>&#xff04;123</nobr></p>
 23 </div>
 24 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:1.5em;" lang="en">
 25 <p style="border:solid blue 1px;"><nobr>&#xffe1;123</nobr></p>
 26 </div>
 27 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:1.5em;" lang="en">
 28 <p style="border:solid blue 1px;"><nobr>&#xffe5;123</nobr></p>
 29 </div>
 30 </body>
 31</html>

LayoutTests/fast/css3-line-break/line-break-normal-prefixes-en.html

 1<html>
 2 <head>
 3 <title>Line breaks using [-webkit-]line-break : normal - after prefixes - lang='en'</title>
 4 </head>
 5 <body>
 6 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:1.5em;" lang="en">
 7 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x0024;123</p>
 8 </div>
 9 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:1.5em;" lang="en">
 10 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x00a3;123</p>
 11 </div>
 12 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:1.5em;" lang="en">
 13 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x00a5;123</p>
 14 </div>
 15 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:1.5em;" lang="en">
 16 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x0020ac;123</p>
 17 </div>
 18 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:1.5em;" lang="en">
 19 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x002116;123</p>
 20 </div>
 21 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:1.5em;" lang="en">
 22 <p style="border:solid blue 1px; -webkit-line-break: normal">&#xff04;123</p>
 23 </div>
 24 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:1.5em;" lang="en">
 25 <p style="border:solid blue 1px; -webkit-line-break: normal">&#xffe1;123</p>
 26 </div>
 27 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:1.5em;" lang="en">
 28 <p style="border:solid blue 1px; -webkit-line-break: normal">&#xffe5;123</p>
 29 </div>
 30 </body>
 31</html>

LayoutTests/fast/css3-line-break/line-break-normal-prefixes-ja-expected.html

 1<html>
 2 <head>
 3 <title>Line breaks using [-webkit-]line-break : normal - after prefixes - lang='ja'</title>
 4 </head>
 5 <body>
 6 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:1.5em;" lang="ja">
 7 <p style="border:solid blue 1px;"><nobr>&#x0024;123</nobr></p>
 8 </div>
 9 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:1.5em;" lang="ja">
 10 <p style="border:solid blue 1px;"><nobr>&#x00a3;123</nobr></p>
 11 </div>
 12 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:1.5em;" lang="ja">
 13 <p style="border:solid blue 1px;"><nobr>&#x00a5;123</nobr></p>
 14 </div>
 15 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:1.5em;" lang="ja">
 16 <p style="border:solid blue 1px;"><nobr>&#x0020ac;123</nobr></p>
 17 </div>
 18 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:1.5em;" lang="ja">
 19 <p style="border:solid blue 1px;"><nobr>&#x002116;123</nobr></p>
 20 </div>
 21 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:1.5em;" lang="ja">
 22 <p style="border:solid blue 1px;"><nobr>&#xff04;123</nobr></p>
 23 </div>
 24 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:1.5em;" lang="ja">
 25 <p style="border:solid blue 1px;"><nobr>&#xffe1;123</nobr></p>
 26 </div>
 27 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:1.5em;" lang="ja">
 28 <p style="border:solid blue 1px;"><nobr>&#xffe5;123</nobr></p>
 29 </div>
 30 </body>
 31</html>

LayoutTests/fast/css3-line-break/line-break-normal-prefixes-ja.html

 1<html>
 2 <head>
 3 <title>Line breaks using [-webkit-]line-break : normal - after prefixes - lang='ja'</title>
 4 </head>
 5 <body>
 6 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:1.5em;" lang="ja">
 7 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x0024;123</p>
 8 </div>
 9 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:1.5em;" lang="ja">
 10 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x00a3;123</p>
 11 </div>
 12 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:1.5em;" lang="ja">
 13 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x00a5;123</p>
 14 </div>
 15 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:1.5em;" lang="ja">
 16 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x0020ac;123</p>
 17 </div>
 18 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:1.5em;" lang="ja">
 19 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x002116;123</p>
 20 </div>
 21 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:1.5em;" lang="ja">
 22 <p style="border:solid blue 1px; -webkit-line-break: normal">&#xff04;123</p>
 23 </div>
 24 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:1.5em;" lang="ja">
 25 <p style="border:solid blue 1px; -webkit-line-break: normal">&#xffe1;123</p>
 26 </div>
 27 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:1.5em;" lang="ja">
 28 <p style="border:solid blue 1px; -webkit-line-break: normal">&#xffe5;123</p>
 29 </div>
 30 </body>
 31</html>

LayoutTests/fast/css3-line-break/line-break-normal-prefixes-ko-expected.html

 1<html>
 2 <head>
 3 <title>Line breaks using [-webkit-]line-break : normal - after prefixes - lang='ko'</title>
 4 </head>
 5 <body>
 6 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:1.5em;" lang="ko">
 7 <p style="border:solid blue 1px;"><nobr>&#x0024;123</nobr></p>
 8 </div>
 9 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:1.5em;" lang="ko">
 10 <p style="border:solid blue 1px;"><nobr>&#x00a3;123</nobr></p>
 11 </div>
 12 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:1.5em;" lang="ko">
 13 <p style="border:solid blue 1px;"><nobr>&#x00a5;123</nobr></p>
 14 </div>
 15 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:1.5em;" lang="ko">
 16 <p style="border:solid blue 1px;"><nobr>&#x0020ac;123</nobr></p>
 17 </div>
 18 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:1.5em;" lang="ko">
 19 <p style="border:solid blue 1px;"><nobr>&#x002116;123</nobr></p>
 20 </div>
 21 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:1.5em;" lang="ko">
 22 <p style="border:solid blue 1px;"><nobr>&#xff04;123</nobr></p>
 23 </div>
 24 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:1.5em;" lang="ko">
 25 <p style="border:solid blue 1px;"><nobr>&#xffe1;123</nobr></p>
 26 </div>
 27 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:1.5em;" lang="ko">
 28 <p style="border:solid blue 1px;"><nobr>&#xffe5;123</nobr></p>
 29 </div>
 30 </body>
 31</html>

LayoutTests/fast/css3-line-break/line-break-normal-prefixes-ko.html

 1<html>
 2 <head>
 3 <title>Line breaks using [-webkit-]line-break : normal - after prefixes - lang='ko'</title>
 4 </head>
 5 <body>
 6 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:1.5em;" lang="ko">
 7 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x0024;123</p>
 8 </div>
 9 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:1.5em;" lang="ko">
 10 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x00a3;123</p>
 11 </div>
 12 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:1.5em;" lang="ko">
 13 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x00a5;123</p>
 14 </div>
 15 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:1.5em;" lang="ko">
 16 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x0020ac;123</p>
 17 </div>
 18 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:1.5em;" lang="ko">
 19 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x002116;123</p>
 20 </div>
 21 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:1.5em;" lang="ko">
 22 <p style="border:solid blue 1px; -webkit-line-break: normal">&#xff04;123</p>
 23 </div>
 24 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:1.5em;" lang="ko">
 25 <p style="border:solid blue 1px; -webkit-line-break: normal">&#xffe1;123</p>
 26 </div>
 27 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:1.5em;" lang="ko">
 28 <p style="border:solid blue 1px; -webkit-line-break: normal">&#xffe5;123</p>
 29 </div>
 30 </body>
 31</html>

LayoutTests/fast/css3-line-break/line-break-normal-prefixes-zh-expected.html

 1<html>
 2 <head>
 3 <title>Line breaks using [-webkit-]line-break : normal - after prefixes - lang='zh'</title>
 4 </head>
 5 <body>
 6 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:1.5em;" lang="zh">
 7 <p style="border:solid blue 1px;"><nobr>&#x0024;123</nobr></p>
 8 </div>
 9 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:1.5em;" lang="zh">
 10 <p style="border:solid blue 1px;"><nobr>&#x00a3;123</nobr></p>
 11 </div>
 12 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:1.5em;" lang="zh">
 13 <p style="border:solid blue 1px;"><nobr>&#x00a5;123</nobr></p>
 14 </div>
 15 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:1.5em;" lang="zh">
 16 <p style="border:solid blue 1px;"><nobr>&#x0020ac;123</nobr></p>
 17 </div>
 18 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:1.5em;" lang="zh">
 19 <p style="border:solid blue 1px;"><nobr>&#x002116;123</nobr></p>
 20 </div>
 21 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:1.5em;" lang="zh">
 22 <p style="border:solid blue 1px;"><nobr>&#xff04;123</nobr></p>
 23 </div>
 24 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:1.5em;" lang="zh">
 25 <p style="border:solid blue 1px;"><nobr>&#xffe1;123</nobr></p>
 26 </div>
 27 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:1.5em;" lang="zh">
 28 <p style="border:solid blue 1px;"><nobr>&#xffe5;123</nobr></p>
 29 </div>
 30 </body>
 31</html>

LayoutTests/fast/css3-line-break/line-break-normal-prefixes-zh.html

 1<html>
 2 <head>
 3 <title>Line breaks using [-webkit-]line-break : normal - after prefixes - lang='zh'</title>
 4 </head>
 5 <body>
 6 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:1.5em;" lang="zh">
 7 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x0024;123</p>
 8 </div>
 9 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:1.5em;" lang="zh">
 10 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x00a3;123</p>
 11 </div>
 12 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:1.5em;" lang="zh">
 13 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x00a5;123</p>
 14 </div>
 15 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:1.5em;" lang="zh">
 16 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x0020ac;123</p>
 17 </div>
 18 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:1.5em;" lang="zh">
 19 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x002116;123</p>
 20 </div>
 21 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:1.5em;" lang="zh">
 22 <p style="border:solid blue 1px; -webkit-line-break: normal">&#xff04;123</p>
 23 </div>
 24 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:1.5em;" lang="zh">
 25 <p style="border:solid blue 1px; -webkit-line-break: normal">&#xffe1;123</p>
 26 </div>
 27 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:1.5em;" lang="zh">
 28 <p style="border:solid blue 1px; -webkit-line-break: normal">&#xffe5;123</p>
 29 </div>
 30 </body>
 31</html>

LayoutTests/fast/css3-line-break/line-break-normal-sound-marks-en-expected.html

 1<html>
 2 <head>
 3 <title>Line breaks using [-webkit-]line-break : normal - before sound marks - lang='en'</title>
 4 </head>
 5 <body>
 6 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 7 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x30fc;</p>
 8 </div>
 9 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 10 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#xff70;</p>
 11 </div>
 12 </body>
 13</html>

LayoutTests/fast/css3-line-break/line-break-normal-sound-marks-en.html

 1<html>
 2 <head>
 3 <title>Line breaks using [-webkit-]line-break : normal - before sound marks - lang='en'</title>
 4 </head>
 5 <body>
 6 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 7 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x30fc;</p>
 8 </div>
 9 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 10 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#xff70;</p>
 11 </div>
 12 </body>
 13</html>

LayoutTests/fast/css3-line-break/line-break-normal-sound-marks-ja-expected.html

 1<html>
 2 <head>
 3 <title>Line breaks using [-webkit-]line-break : normal - before sound marks - lang='ja'</title>
 4 </head>
 5 <body>
 6 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 7 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x30fc;</p>
 8 </div>
 9 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 10 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#xff70;</p>
 11 </div>
 12 </body>
 13</html>

LayoutTests/fast/css3-line-break/line-break-normal-sound-marks-ja.html

 1<html>
 2 <head>
 3 <title>Line breaks using [-webkit-]line-break : normal - before sound marks - lang='ja'</title>
 4 </head>
 5 <body>
 6 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 7 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x30fc;</p>
 8 </div>
 9 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 10 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#xff70;</p>
 11 </div>
 12 </body>
 13</html>

LayoutTests/fast/css3-line-break/line-break-normal-sound-marks-ko-expected.html

 1<html>
 2 <head>
 3 <title>Line breaks using [-webkit-]line-break : normal - before sound marks - lang='ko'</title>
 4 </head>
 5 <body>
 6 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 7 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x30fc;</p>
 8 </div>
 9 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 10 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#xff70;</p>
 11 </div>
 12 </body>
 13</html>

LayoutTests/fast/css3-line-break/line-break-normal-sound-marks-ko.html

 1<html>
 2 <head>
 3 <title>Line breaks using [-webkit-]line-break : normal - before sound marks - lang='ko'</title>
 4 </head>
 5 <body>
 6 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 7 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x30fc;</p>
 8 </div>
 9 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 10 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#xff70;</p>
 11 </div>
 12 </body>
 13</html>

LayoutTests/fast/css3-line-break/line-break-normal-sound-marks-zh-expected.html

 1<html>
 2 <head>
 3 <title>Line breaks using [-webkit-]line-break : normal - before sound marks - lang='zh'</title>
 4 </head>
 5 <body>
 6 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 7 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x30fc;</p>
 8 </div>
 9 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 10 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#xff70;</p>
 11 </div>
 12 </body>
 13</html>

LayoutTests/fast/css3-line-break/line-break-normal-sound-marks-zh.html

 1<html>
 2 <head>
 3 <title>Line breaks using [-webkit-]line-break : normal - before sound marks - lang='zh'</title>
 4 </head>
 5 <body>
 6 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 7 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x30fc;</p>
 8 </div>
 9 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 10 <p style="border:solid blue 1px; -webkit-line-break: normal">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#xff70;</p>
 11 </div>
 12 </body>
 13</html>

LayoutTests/fast/css3-line-break/line-break-strict-centered-en-expected.html

 1<html>
 2 <head>
 3 <title>Line breaks using [-webkit-]line-break : strict - before centered punctuation - lang='en'</title>
 4 </head>
 5 <body>
 6 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 7 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x003a;</p>
 8 </div>
 9 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 10 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x003b;</p>
 11 </div>
 12 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 13 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x30fb;</p>
 14 </div>
 15 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 16 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#xff1a;</p>
 17 </div>
 18 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 19 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#xff1b;</p>
 20 </div>
 21 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 22 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#xff65;</p>
 23 </div>
 24 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 25 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x0021;</p>
 26 </div>
 27 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 28 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x003f;</p>
 29 </div>
 30 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 31 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x203c;</p>
 32 </div>
 33 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 34 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x2047;</p>
 35 </div>
 36 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 37 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x2048;</p>
 38 </div>
 39 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 40 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x2049;</p>
 41 </div>
 42 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 43 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#xff01;</p>
 44 </div>
 45 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 46 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#xff1f;</p>
 47 </div>
 48 </body>
 49</html>

LayoutTests/fast/css3-line-break/line-break-strict-centered-en.html

 1<html>
 2 <head>
 3 <title>Line breaks using [-webkit-]line-break : strict - before centered punctuation - lang='en'</title>
 4 </head>
 5 <body>
 6 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 7 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x003a;</p>
 8 </div>
 9 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 10 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x003b;</p>
 11 </div>
 12 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 13 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x30fb;</p>
 14 </div>
 15 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 16 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#xff1a;</p>
 17 </div>
 18 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 19 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#xff1b;</p>
 20 </div>
 21 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 22 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#xff65;</p>
 23 </div>
 24 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 25 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x0021;</p>
 26 </div>
 27 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 28 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x003f;</p>
 29 </div>
 30 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 31 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x203c;</p>
 32 </div>
 33 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 34 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x2047;</p>
 35 </div>
 36 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 37 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x2048;</p>
 38 </div>
 39 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 40 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x2049;</p>
 41 </div>
 42 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 43 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#xff01;</p>
 44 </div>
 45 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 46 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#xff1f;</p>
 47 </div>
 48 </body>
 49</html>

LayoutTests/fast/css3-line-break/line-break-strict-centered-ja-expected.html

 1<html>
 2 <head>
 3 <title>Line breaks using [-webkit-]line-break : strict - before centered punctuation - lang='ja'</title>
 4 </head>
 5 <body>
 6 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 7 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x003a;</p>
 8 </div>
 9 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 10 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x003b;</p>
 11 </div>
 12 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 13 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x30fb;</p>
 14 </div>
 15 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 16 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#xff1a;</p>
 17 </div>
 18 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 19 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#xff1b;</p>
 20 </div>
 21 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 22 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#xff65;</p>
 23 </div>
 24 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 25 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x0021;</p>
 26 </div>
 27 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 28 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x003f;</p>
 29 </div>
 30 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 31 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x203c;</p>
 32 </div>
 33 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 34 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x2047;</p>
 35 </div>
 36 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 37 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x2048;</p>
 38 </div>
 39 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 40 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x2049;</p>
 41 </div>
 42 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 43 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#xff01;</p>
 44 </div>
 45 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 46 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#xff1f;</p>
 47 </div>
 48 </body>
 49</html>

LayoutTests/fast/css3-line-break/line-break-strict-centered-ja.html

 1<html>
 2 <head>
 3 <title>Line breaks using [-webkit-]line-break : strict - before centered punctuation - lang='ja'</title>
 4 </head>
 5 <body>
 6 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 7 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x003a;</p>
 8 </div>
 9 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 10 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x003b;</p>
 11 </div>
 12 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 13 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x30fb;</p>
 14 </div>
 15 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 16 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#xff1a;</p>
 17 </div>
 18 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 19 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#xff1b;</p>
 20 </div>
 21 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 22 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#xff65;</p>
 23 </div>
 24 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 25 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x0021;</p>
 26 </div>
 27 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 28 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x003f;</p>
 29 </div>
 30 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 31 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x203c;</p>
 32 </div>
 33 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 34 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x2047;</p>
 35 </div>
 36 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 37 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x2048;</p>
 38 </div>
 39 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 40 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x2049;</p>
 41 </div>
 42 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 43 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#xff01;</p>
 44 </div>
 45 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 46 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#xff1f;</p>
 47 </div>
 48 </body>
 49</html>

LayoutTests/fast/css3-line-break/line-break-strict-centered-ko-expected.html

 1<html>
 2 <head>
 3 <title>Line breaks using [-webkit-]line-break : strict - before centered punctuation - lang='ko'</title>
 4 </head>
 5 <body>
 6 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 7 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x003a;</p>
 8 </div>
 9 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 10 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x003b;</p>
 11 </div>
 12 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 13 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x30fb;</p>
 14 </div>
 15 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 16 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#xff1a;</p>
 17 </div>
 18 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 19 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#xff1b;</p>
 20 </div>
 21 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 22 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#xff65;</p>
 23 </div>
 24 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 25 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x0021;</p>
 26 </div>
 27 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 28 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x003f;</p>
 29 </div>
 30 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 31 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x203c;</p>
 32 </div>
 33 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 34 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x2047;</p>
 35 </div>
 36 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 37 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x2048;</p>
 38 </div>
 39 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 40 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x2049;</p>
 41 </div>
 42 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 43 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#xff01;</p>
 44 </div>
 45 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 46 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#xff1f;</p>
 47 </div>
 48 </body>
 49</html>

LayoutTests/fast/css3-line-break/line-break-strict-centered-ko.html

 1<html>
 2 <head>
 3 <title>Line breaks using [-webkit-]line-break : strict - before centered punctuation - lang='ko'</title>
 4 </head>
 5 <body>
 6 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 7 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x003a;</p>
 8 </div>
 9 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 10 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x003b;</p>
 11 </div>
 12 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 13 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x30fb;</p>
 14 </div>
 15 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 16 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#xff1a;</p>
 17 </div>
 18 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 19 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#xff1b;</p>
 20 </div>
 21 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 22 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#xff65;</p>
 23 </div>
 24 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 25 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x0021;</p>
 26 </div>
 27 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 28 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x003f;</p>
 29 </div>
 30 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 31 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x203c;</p>
 32 </div>
 33 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 34 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x2047;</p>
 35 </div>
 36 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 37 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x2048;</p>
 38 </div>
 39 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 40 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x2049;</p>
 41 </div>
 42 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 43 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#xff01;</p>
 44 </div>
 45 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 46 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#xff1f;</p>
 47 </div>
 48 </body>
 49</html>

LayoutTests/fast/css3-line-break/line-break-strict-centered-zh-expected.html

 1<html>
 2 <head>
 3 <title>Line breaks using [-webkit-]line-break : strict - before centered punctuation - lang='zh'</title>
 4 </head>
 5 <body>
 6 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 7 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x003a;</p>
 8 </div>
 9 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 10 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x003b;</p>
 11 </div>
 12 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 13 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x30fb;</p>
 14 </div>
 15 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 16 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#xff1a;</p>
 17 </div>
 18 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 19 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#xff1b;</p>
 20 </div>
 21 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 22 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#xff65;</p>
 23 </div>
 24 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 25 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x0021;</p>
 26 </div>
 27 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 28 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x003f;</p>
 29 </div>
 30 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 31 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x203c;</p>
 32 </div>
 33 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 34 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x2047;</p>
 35 </div>
 36 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 37 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x2048;</p>
 38 </div>
 39 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 40 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x2049;</p>
 41 </div>
 42 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 43 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#xff01;</p>
 44 </div>
 45 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 46 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#xff1f;</p>
 47 </div>
 48 </body>
 49</html>

LayoutTests/fast/css3-line-break/line-break-strict-centered-zh.html

 1<html>
 2 <head>
 3 <title>Line breaks using [-webkit-]line-break : strict - before centered punctuation - lang='zh'</title>
 4 </head>
 5 <body>
 6 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 7 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x003a;</p>
 8 </div>
 9 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 10 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x003b;</p>
 11 </div>
 12 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 13 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x30fb;</p>
 14 </div>
 15 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 16 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#xff1a;</p>
 17 </div>
 18 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 19 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#xff1b;</p>
 20 </div>
 21 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 22 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#xff65;</p>
 23 </div>
 24 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 25 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x0021;</p>
 26 </div>
 27 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 28 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x003f;</p>
 29 </div>
 30 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 31 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x203c;</p>
 32 </div>
 33 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 34 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x2047;</p>
 35 </div>
 36 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 37 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x2048;</p>
 38 </div>
 39 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 40 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x2049;</p>
 41 </div>
 42 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 43 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#xff01;</p>
 44 </div>
 45 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 46 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#xff1f;</p>
 47 </div>
 48 </body>
 49</html>

LayoutTests/fast/css3-line-break/line-break-strict-half-kana-en-expected.html

 1<html>
 2 <head>
 3 <title>Line breaks using [-webkit-]line-break : strict - before half kana - lang='en'</title>
 4 </head>
 5 <body>
 6 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 7 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x3041;</p>
 8 </div>
 9 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 10 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x3043;</p>
 11 </div>
 12 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 13 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x3045;</p>
 14 </div>
 15 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 16 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x3047;</p>
 17 </div>
 18 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 19 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x3049;</p>
 20 </div>
 21 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 22 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x3095;</p>
 23 </div>
 24 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 25 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x3096;</p>
 26 </div>
 27 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 28 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x3063;</p>
 29 </div>
 30 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 31 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x3083;</p>
 32 </div>
 33 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 34 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x3085;</p>
 35 </div>
 36 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 37 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x3087;</p>
 38 </div>
 39 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 40 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x308e;</p>
 41 </div>
 42 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 43 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x30a1;</p>
 44 </div>
 45 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 46 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x30a3;</p>
 47 </div>
 48 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 49 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x30a5;</p>
 50 </div>
 51 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 52 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x30a7;</p>
 53 </div>
 54 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 55 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x30a9;</p>
 56 </div>
 57 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 58 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x30f5;</p>
 59 </div>
 60 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 61 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x31f0;</p>
 62 </div>
 63 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 64 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x30f6;</p>
 65 </div>
 66 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 67 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x31f1;</p>
 68 </div>
 69 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 70 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x31f2;</p>
 71 </div>
 72 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 73 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x30c3;</p>
 74 </div>
 75 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 76 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x31f3;</p>
 77 </div>
 78 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 79 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x31f4;</p>
 80 </div>
 81 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 82 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x31f5;</p>
 83 </div>
 84 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 85 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x31f6;</p>
 86 </div>
 87 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 88 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x31f7;</p>
 89 </div>
 90 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 91 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x31f8;</p>
 92 </div>
 93 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 94 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x31f9;</p>
 95 </div>
 96 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 97 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x31fa;</p>
 98 </div>
 99 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 100 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x30e3;</p>
 101 </div>
 102 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 103 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x30e5;</p>
 104 </div>
 105 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 106 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x30e7;</p>
 107 </div>
 108 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 109 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x31fb;</p>
 110 </div>
 111 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 112 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x31fc;</p>
 113 </div>
 114 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 115 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x31fd;</p>
 116 </div>
 117 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 118 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x31fe;</p>
 119 </div>
 120 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 121 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x31ff;</p>
 122 </div>
 123 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 124 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x30ee;</p>
 125 </div>
 126 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 127 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#xff67;</p>
 128 </div>
 129 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 130 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#xff68;</p>
 131 </div>
 132 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 133 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#xff69;</p>
 134 </div>
 135 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 136 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#xff6a;</p>
 137 </div>
 138 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 139 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#xff6b;</p>
 140 </div>
 141 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 142 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#xff6f;</p>
 143 </div>
 144 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 145 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#xff6c;</p>
 146 </div>
 147 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 148 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#xff6d;</p>
 149 </div>
 150 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 151 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#xff6e;</p>
 152 </div>
 153 </body>
 154</html>

LayoutTests/fast/css3-line-break/line-break-strict-half-kana-en.html

 1<html>
 2 <head>
 3 <title>Line breaks using [-webkit-]line-break : strict - before half kana - lang='en'</title>
 4 </head>
 5 <body>
 6 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 7 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x3041;</p>
 8 </div>
 9 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 10 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x3043;</p>
 11 </div>
 12 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 13 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x3045;</p>
 14 </div>
 15 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 16 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x3047;</p>
 17 </div>
 18 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 19 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x3049;</p>
 20 </div>
 21 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 22 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x3095;</p>
 23 </div>
 24 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 25 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x3096;</p>
 26 </div>
 27 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 28 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x3063;</p>
 29 </div>
 30 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 31 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x3083;</p>
 32 </div>
 33 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 34 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x3085;</p>
 35 </div>
 36 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 37 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x3087;</p>
 38 </div>
 39 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 40 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x308e;</p>
 41 </div>
 42 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 43 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x30a1;</p>
 44 </div>
 45 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 46 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x30a3;</p>
 47 </div>
 48 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 49 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x30a5;</p>
 50 </div>
 51 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 52 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x30a7;</p>
 53 </div>
 54 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 55 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x30a9;</p>
 56 </div>
 57 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 58 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x30f5;</p>
 59 </div>
 60 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 61 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x31f0;</p>
 62 </div>
 63 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 64 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x30f6;</p>
 65 </div>
 66 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 67 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x31f1;</p>
 68 </div>
 69 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 70 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x31f2;</p>
 71 </div>
 72 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 73 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x30c3;</p>
 74 </div>
 75 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 76 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x31f3;</p>
 77 </div>
 78 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 79 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x31f4;</p>
 80 </div>
 81 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 82 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x31f5;</p>
 83 </div>
 84 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 85 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x31f6;</p>
 86 </div>
 87 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 88 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x31f7;</p>
 89 </div>
 90 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 91 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x31f8;</p>
 92 </div>
 93 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 94 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x31f9;</p>
 95 </div>
 96 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 97 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x31fa;</p>
 98 </div>
 99 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 100 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x30e3;</p>
 101 </div>
 102 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 103 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x30e5;</p>
 104 </div>
 105 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 106 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x30e7;</p>
 107 </div>
 108 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 109 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x31fb;</p>
 110 </div>
 111 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 112 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x31fc;</p>
 113 </div>
 114 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 115 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x31fd;</p>
 116 </div>
 117 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 118 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x31fe;</p>
 119 </div>
 120 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 121 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x31ff;</p>
 122 </div>
 123 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 124 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x30ee;</p>
 125 </div>
 126 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 127 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#xff67;</p>
 128 </div>
 129 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 130 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#xff68;</p>
 131 </div>
 132 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 133 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#xff69;</p>
 134 </div>
 135 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 136 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#xff6a;</p>
 137 </div>
 138 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 139 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#xff6b;</p>
 140 </div>
 141 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 142 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#xff6f;</p>
 143 </div>
 144 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 145 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#xff6c;</p>
 146 </div>
 147 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 148 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#xff6d;</p>
 149 </div>
 150 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 151 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#xff6e;</p>
 152 </div>
 153 </body>
 154</html>

LayoutTests/fast/css3-line-break/line-break-strict-half-kana-ja-expected.html

 1<html>
 2 <head>
 3 <title>Line breaks using [-webkit-]line-break : strict - before half kana - lang='ja'</title>
 4 </head>
 5 <body>
 6 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 7 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x3041;</p>
 8 </div>
 9 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 10 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x3043;</p>
 11 </div>
 12 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 13 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x3045;</p>
 14 </div>
 15 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 16 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x3047;</p>
 17 </div>
 18 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 19 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x3049;</p>
 20 </div>
 21 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 22 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x3095;</p>
 23 </div>
 24 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 25 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x3096;</p>
 26 </div>
 27 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 28 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x3063;</p>
 29 </div>
 30 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 31 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x3083;</p>
 32 </div>
 33 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 34 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x3085;</p>
 35 </div>
 36 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 37 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x3087;</p>
 38 </div>
 39 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 40 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x308e;</p>
 41 </div>
 42 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 43 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x30a1;</p>
 44 </div>
 45 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 46 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x30a3;</p>
 47 </div>
 48 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 49 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x30a5;</p>
 50 </div>
 51 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 52 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x30a7;</p>
 53 </div>
 54 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 55 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x30a9;</p>
 56 </div>
 57 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 58 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x30f5;</p>
 59 </div>
 60 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 61 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x31f0;</p>
 62 </div>
 63 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 64 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x30f6;</p>
 65 </div>
 66 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 67 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x31f1;</p>
 68 </div>
 69 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 70 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x31f2;</p>
 71 </div>
 72 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 73 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x30c3;</p>
 74 </div>
 75 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 76 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x31f3;</p>
 77 </div>
 78 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 79 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x31f4;</p>
 80 </div>
 81 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 82 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x31f5;</p>
 83 </div>
 84 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 85 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x31f6;</p>
 86 </div>
 87 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 88 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x31f7;</p>
 89 </div>
 90 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 91 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x31f8;</p>
 92 </div>
 93 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 94 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x31f9;</p>
 95 </div>
 96 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 97 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x31fa;</p>
 98 </div>
 99 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 100 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x30e3;</p>
 101 </div>
 102 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 103 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x30e5;</p>
 104 </div>
 105 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 106 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x30e7;</p>
 107 </div>
 108 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 109 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x31fb;</p>
 110 </div>
 111 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 112 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x31fc;</p>
 113 </div>
 114 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 115 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x31fd;</p>
 116 </div>
 117 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 118 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x31fe;</p>
 119 </div>
 120 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 121 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x31ff;</p>
 122 </div>
 123 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 124 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x30ee;</p>
 125 </div>
 126 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 127 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#xff67;</p>
 128 </div>
 129 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 130 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#xff68;</p>
 131 </div>
 132 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 133 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#xff69;</p>
 134 </div>
 135 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 136 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#xff6a;</p>
 137 </div>
 138 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 139 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#xff6b;</p>
 140 </div>
 141 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 142 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#xff6f;</p>
 143 </div>
 144 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 145 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#xff6c;</p>
 146 </div>
 147 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 148 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#xff6d;</p>
 149 </div>
 150 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 151 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#xff6e;</p>
 152 </div>
 153 </body>
 154</html>

LayoutTests/fast/css3-line-break/line-break-strict-half-kana-ja.html

 1<html>
 2 <head>
 3 <title>Line breaks using [-webkit-]line-break : strict - before half kana - lang='ja'</title>
 4 </head>
 5 <body>
 6 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 7 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x3041;</p>
 8 </div>
 9 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 10 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x3043;</p>
 11 </div>
 12 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 13 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x3045;</p>
 14 </div>
 15 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 16 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x3047;</p>
 17 </div>
 18 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 19 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x3049;</p>
 20 </div>
 21 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 22 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x3095;</p>
 23 </div>
 24 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 25 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x3096;</p>
 26 </div>
 27 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 28 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x3063;</p>
 29 </div>
 30 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 31 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x3083;</p>
 32 </div>
 33 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 34 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x3085;</p>
 35 </div>
 36 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 37 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x3087;</p>
 38 </div>
 39 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 40 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x308e;</p>
 41 </div>
 42 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 43 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x30a1;</p>
 44 </div>
 45 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 46 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x30a3;</p>
 47 </div>
 48 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 49 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x30a5;</p>
 50 </div>
 51 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 52 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x30a7;</p>
 53 </div>
 54 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 55 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x30a9;</p>
 56 </div>
 57 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 58 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x30f5;</p>
 59 </div>
 60 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 61 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x31f0;</p>
 62 </div>
 63 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 64 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x30f6;</p>
 65 </div>
 66 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 67 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x31f1;</p>
 68 </div>
 69 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 70 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x31f2;</p>
 71 </div>
 72 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 73 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x30c3;</p>
 74 </div>
 75 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 76 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x31f3;</p>
 77 </div>
 78 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 79 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x31f4;</p>
 80 </div>
 81 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 82 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x31f5;</p>
 83 </div>
 84 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 85 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x31f6;</p>
 86 </div>
 87 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 88 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x31f7;</p>
 89 </div>
 90 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 91 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x31f8;</p>
 92 </div>
 93 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 94 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x31f9;</p>
 95 </div>
 96 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 97 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x31fa;</p>
 98 </div>
 99 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 100 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x30e3;</p>
 101 </div>
 102 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 103 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x30e5;</p>
 104 </div>
 105 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 106 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x30e7;</p>
 107 </div>
 108 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 109 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x31fb;</p>
 110 </div>
 111 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 112 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x31fc;</p>
 113 </div>
 114 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 115 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x31fd;</p>
 116 </div>
 117 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 118 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x31fe;</p>
 119 </div>
 120 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 121 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x31ff;</p>
 122 </div>
 123 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 124 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x30ee;</p>
 125 </div>
 126 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 127 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#xff67;</p>
 128 </div>
 129 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 130 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#xff68;</p>
 131 </div>
 132 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 133 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#xff69;</p>
 134 </div>
 135 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 136 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#xff6a;</p>
 137 </div>
 138 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 139 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#xff6b;</p>
 140 </div>
 141 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 142 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#xff6f;</p>
 143 </div>
 144 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 145 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#xff6c;</p>
 146 </div>
 147 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 148 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#xff6d;</p>
 149 </div>
 150 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 151 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#xff6e;</p>
 152 </div>
 153 </body>
 154</html>

LayoutTests/fast/css3-line-break/line-break-strict-half-kana-ko-expected.html

 1<html>
 2 <head>
 3 <title>Line breaks using [-webkit-]line-break : strict - before half kana - lang='ko'</title>
 4 </head>
 5 <body>
 6 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 7 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x3041;</p>
 8 </div>
 9 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 10 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x3043;</p>
 11 </div>
 12 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 13 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x3045;</p>
 14 </div>
 15 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 16 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x3047;</p>
 17 </div>
 18 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 19 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x3049;</p>
 20 </div>
 21 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 22 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x3095;</p>
 23 </div>
 24 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 25 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x3096;</p>
 26 </div>
 27 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 28 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x3063;</p>
 29 </div>
 30 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 31 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x3083;</p>
 32 </div>
 33 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 34 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x3085;</p>
 35 </div>
 36 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 37 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x3087;</p>
 38 </div>
 39 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 40 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x308e;</p>
 41 </div>
 42 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 43 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x30a1;</p>
 44 </div>
 45 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 46 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x30a3;</p>
 47 </div>
 48 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 49 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x30a5;</p>
 50 </div>
 51 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 52 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x30a7;</p>
 53 </div>
 54 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 55 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x30a9;</p>
 56 </div>
 57 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 58 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x30f5;</p>
 59 </div>
 60 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 61 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x31f0;</p>
 62 </div>
 63 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 64 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x30f6;</p>
 65 </div>
 66 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 67 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x31f1;</p>
 68 </div>
 69 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 70 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x31f2;</p>
 71 </div>
 72 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 73 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x30c3;</p>
 74 </div>
 75 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 76 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x31f3;</p>
 77 </div>
 78 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 79 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x31f4;</p>
 80 </div>
 81 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 82 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x31f5;</p>
 83 </div>
 84 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 85 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x31f6;</p>
 86 </div>
 87 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 88 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x31f7;</p>
 89 </div>
 90 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 91 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x31f8;</p>
 92 </div>
 93 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 94 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x31f9;</p>
 95 </div>
 96 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 97 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x31fa;</p>
 98 </div>
 99 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 100 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x30e3;</p>
 101 </div>
 102 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 103 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x30e5;</p>
 104 </div>
 105 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 106 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x30e7;</p>
 107 </div>
 108 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 109 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x31fb;</p>
 110 </div>
 111 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 112 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x31fc;</p>
 113 </div>
 114 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 115 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x31fd;</p>
 116 </div>
 117 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 118 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x31fe;</p>
 119 </div>
 120 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 121 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x31ff;</p>
 122 </div>
 123 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 124 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x30ee;</p>
 125 </div>
 126 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 127 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#xff67;</p>
 128 </div>
 129 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 130 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#xff68;</p>
 131 </div>
 132 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 133 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#xff69;</p>
 134 </div>
 135 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 136 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#xff6a;</p>
 137 </div>
 138 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 139 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#xff6b;</p>
 140 </div>
 141 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 142 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#xff6f;</p>
 143 </div>
 144 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 145 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#xff6c;</p>
 146 </div>
 147 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 148 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#xff6d;</p>
 149 </div>
 150 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 151 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#xff6e;</p>
 152 </div>
 153 </body>
 154</html>

LayoutTests/fast/css3-line-break/line-break-strict-half-kana-ko.html

 1<html>
 2 <head>
 3 <title>Line breaks using [-webkit-]line-break : strict - before half kana - lang='ko'</title>
 4 </head>
 5 <body>
 6 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 7 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x3041;</p>
 8 </div>
 9 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 10 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x3043;</p>
 11 </div>
 12 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 13 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x3045;</p>
 14 </div>
 15 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 16 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x3047;</p>
 17 </div>
 18 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 19 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x3049;</p>
 20 </div>
 21 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 22 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x3095;</p>
 23 </div>
 24 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 25 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x3096;</p>
 26 </div>
 27 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 28 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x3063;</p>
 29 </div>
 30 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 31 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x3083;</p>
 32 </div>
 33 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 34 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x3085;</p>
 35 </div>
 36 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 37 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x3087;</p>
 38 </div>
 39 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 40 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x308e;</p>
 41 </div>
 42 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 43 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x30a1;</p>
 44 </div>
 45 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 46 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x30a3;</p>
 47 </div>
 48 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 49 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x30a5;</p>
 50 </div>
 51 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 52 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x30a7;</p>
 53 </div>
 54 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 55 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x30a9;</p>
 56 </div>
 57 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 58 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x30f5;</p>
 59 </div>
 60 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 61 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x31f0;</p>
 62 </div>
 63 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 64 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x30f6;</p>
 65 </div>
 66 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 67 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x31f1;</p>
 68 </div>
 69 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 70 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x31f2;</p>
 71 </div>
 72 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 73 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x30c3;</p>
 74 </div>
 75 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 76 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x31f3;</p>
 77 </div>
 78 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 79 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x31f4;</p>
 80 </div>
 81 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 82 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x31f5;</p>
 83 </div>
 84 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 85 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x31f6;</p>
 86 </div>
 87 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 88 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x31f7;</p>
 89 </div>
 90 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 91 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x31f8;</p>
 92 </div>
 93 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 94 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x31f9;</p>
 95 </div>
 96 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 97 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x31fa;</p>
 98 </div>
 99 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 100 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x30e3;</p>
 101 </div>
 102 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 103 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x30e5;</p>
 104 </div>
 105 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 106 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x30e7;</p>
 107 </div>
 108 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 109 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x31fb;</p>
 110 </div>
 111 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 112 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x31fc;</p>
 113 </div>
 114 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 115 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x31fd;</p>
 116 </div>
 117 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 118 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x31fe;</p>
 119 </div>
 120 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 121 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x31ff;</p>
 122 </div>
 123 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 124 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x30ee;</p>
 125 </div>
 126 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 127 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#xff67;</p>
 128 </div>
 129 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 130 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#xff68;</p>
 131 </div>
 132 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 133 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#xff69;</p>
 134 </div>
 135 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 136 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#xff6a;</p>
 137 </div>
 138 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 139 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#xff6b;</p>
 140 </div>
 141 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 142 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#xff6f;</p>
 143 </div>
 144 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 145 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#xff6c;</p>
 146 </div>
 147 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 148 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#xff6d;</p>
 149 </div>
 150 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 151 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#xff6e;</p>
 152 </div>
 153 </body>
 154</html>

LayoutTests/fast/css3-line-break/line-break-strict-half-kana-zh-expected.html

 1<html>
 2 <head>
 3 <title>Line breaks using [-webkit-]line-break : strict - before half kana - lang='zh'</title>
 4 </head>
 5 <body>
 6 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 7 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x3041;</p>
 8 </div>
 9 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 10 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x3043;</p>
 11 </div>
 12 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 13 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x3045;</p>
 14 </div>
 15 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 16 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x3047;</p>
 17 </div>
 18 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 19 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x3049;</p>
 20 </div>
 21 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 22 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x3095;</p>
 23 </div>
 24 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 25 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x3096;</p>
 26 </div>
 27 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 28 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x3063;</p>
 29 </div>
 30 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 31 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x3083;</p>
 32 </div>
 33 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 34 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x3085;</p>
 35 </div>
 36 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 37 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x3087;</p>
 38 </div>
 39 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 40 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x308e;</p>
 41 </div>
 42 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 43 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x30a1;</p>
 44 </div>
 45 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 46 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x30a3;</p>
 47 </div>
 48 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 49 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x30a5;</p>
 50 </div>
 51 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 52 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x30a7;</p>
 53 </div>
 54 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 55 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x30a9;</p>
 56 </div>
 57 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 58 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x30f5;</p>
 59 </div>
 60 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 61 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x31f0;</p>
 62 </div>
 63 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 64 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x30f6;</p>
 65 </div>
 66 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 67 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x31f1;</p>
 68 </div>
 69 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 70 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x31f2;</p>
 71 </div>
 72 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 73 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x30c3;</p>
 74 </div>
 75 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 76 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x31f3;</p>
 77 </div>
 78 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 79 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x31f4;</p>
 80 </div>
 81 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 82 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x31f5;</p>
 83 </div>
 84 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 85 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x31f6;</p>
 86 </div>
 87 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 88 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x31f7;</p>
 89 </div>
 90 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 91 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x31f8;</p>
 92 </div>
 93 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 94 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x31f9;</p>
 95 </div>
 96 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 97 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x31fa;</p>
 98 </div>
 99 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 100 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x30e3;</p>
 101 </div>
 102 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 103 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x30e5;</p>
 104 </div>
 105 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 106 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x30e7;</p>
 107 </div>
 108 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 109 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x31fb;</p>
 110 </div>
 111 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 112 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x31fc;</p>
 113 </div>
 114 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 115 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x31fd;</p>
 116 </div>
 117 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 118 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x31fe;</p>
 119 </div>
 120 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 121 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x31ff;</p>
 122 </div>
 123 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 124 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x30ee;</p>
 125 </div>
 126 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 127 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#xff67;</p>
 128 </div>
 129 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 130 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#xff68;</p>
 131 </div>
 132 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 133 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#xff69;</p>
 134 </div>
 135 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 136 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#xff6a;</p>
 137 </div>
 138 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 139 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#xff6b;</p>
 140 </div>
 141 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 142 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#xff6f;</p>
 143 </div>
 144 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 145 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#xff6c;</p>
 146 </div>
 147 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 148 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#xff6d;</p>
 149 </div>
 150 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 151 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#xff6e;</p>
 152 </div>
 153 </body>
 154</html>

LayoutTests/fast/css3-line-break/line-break-strict-half-kana-zh.html

 1<html>
 2 <head>
 3 <title>Line breaks using [-webkit-]line-break : strict - before half kana - lang='zh'</title>
 4 </head>
 5 <body>
 6 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 7 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x3041;</p>
 8 </div>
 9 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 10 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x3043;</p>
 11 </div>
 12 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 13 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x3045;</p>
 14 </div>
 15 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 16 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x3047;</p>
 17 </div>
 18 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 19 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x3049;</p>
 20 </div>
 21 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 22 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x3095;</p>
 23 </div>
 24 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 25 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x3096;</p>
 26 </div>
 27 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 28 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x3063;</p>
 29 </div>
 30 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 31 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x3083;</p>
 32 </div>
 33 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 34 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x3085;</p>
 35 </div>
 36 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 37 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x3087;</p>
 38 </div>
 39 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 40 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x308e;</p>
 41 </div>
 42 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 43 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x30a1;</p>
 44 </div>
 45 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 46 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x30a3;</p>
 47 </div>
 48 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 49 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x30a5;</p>
 50 </div>
 51 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 52 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x30a7;</p>
 53 </div>
 54 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 55 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x30a9;</p>
 56 </div>
 57 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 58 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x30f5;</p>
 59 </div>
 60 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 61 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x31f0;</p>
 62 </div>
 63 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 64 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x30f6;</p>
 65 </div>
 66 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 67 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x31f1;</p>
 68 </div>
 69 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 70 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x31f2;</p>
 71 </div>
 72 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 73 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x30c3;</p>
 74 </div>
 75 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 76 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x31f3;</p>
 77 </div>
 78 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 79 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x31f4;</p>
 80 </div>
 81 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 82 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x31f5;</p>
 83 </div>
 84 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 85 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x31f6;</p>
 86 </div>
 87 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 88 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x31f7;</p>
 89 </div>
 90 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 91 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x31f8;</p>
 92 </div>
 93 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 94 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x31f9;</p>
 95 </div>
 96 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 97 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x31fa;</p>
 98 </div>
 99 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 100 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x30e3;</p>
 101 </div>
 102 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 103 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x30e5;</p>
 104 </div>
 105 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 106 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x30e7;</p>
 107 </div>
 108 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 109 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x31fb;</p>
 110 </div>
 111 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 112 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x31fc;</p>
 113 </div>
 114 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 115 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x31fd;</p>
 116 </div>
 117 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 118 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x31fe;</p>
 119 </div>
 120 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 121 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x31ff;</p>
 122 </div>
 123 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 124 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x30ee;</p>
 125 </div>
 126 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 127 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#xff67;</p>
 128 </div>
 129 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 130 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#xff68;</p>
 131 </div>
 132 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 133 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#xff69;</p>
 134 </div>
 135 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 136 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#xff6a;</p>
 137 </div>
 138 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 139 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#xff6b;</p>
 140 </div>
 141 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 142 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#xff6f;</p>
 143 </div>
 144 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 145 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#xff6c;</p>
 146 </div>
 147 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 148 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#xff6d;</p>
 149 </div>
 150 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 151 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#xff6e;</p>
 152 </div>
 153 </body>
 154</html>

LayoutTests/fast/css3-line-break/line-break-strict-hyphens-en-expected.html

 1<html>
 2 <head>
 3 <title>Line breaks using [-webkit-]line-break : strict - before hyphens - lang='en'</title>
 4 </head>
 5 <body>
 6 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 7 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x2010;</p>
 8 </div>
 9 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 10 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x2013;</p>
 11 </div>
 12 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 13 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x301c;</p>
 14 </div>
 15 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 16 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x30a0;</p>
 17 </div>
 18 </body>
 19</html>

LayoutTests/fast/css3-line-break/line-break-strict-hyphens-en.html

 1<html>
 2 <head>
 3 <title>Line breaks using [-webkit-]line-break : strict - before hyphens - lang='en'</title>
 4 </head>
 5 <body>
 6 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 7 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x2010;</p>
 8 </div>
 9 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 10 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x2013;</p>
 11 </div>
 12 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 13 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x301c;</p>
 14 </div>
 15 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 16 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x30a0;</p>
 17 </div>
 18 </body>
 19</html>

LayoutTests/fast/css3-line-break/line-break-strict-hyphens-ja-expected.html

 1<html>
 2 <head>
 3 <title>Line breaks using [-webkit-]line-break : strict - before hyphens - lang='ja'</title>
 4 </head>
 5 <body>
 6 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 7 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x2010;</p>
 8 </div>
 9 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 10 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x2013;</p>
 11 </div>
 12 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 13 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x301c;</p>
 14 </div>
 15 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 16 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x30a0;</p>
 17 </div>
 18 </body>
 19</html>

LayoutTests/fast/css3-line-break/line-break-strict-hyphens-ja.html

 1<html>
 2 <head>
 3 <title>Line breaks using [-webkit-]line-break : strict - before hyphens - lang='ja'</title>
 4 </head>
 5 <body>
 6 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 7 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x2010;</p>
 8 </div>
 9 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 10 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x2013;</p>
 11 </div>
 12 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 13 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x301c;</p>
 14 </div>
 15 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 16 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x30a0;</p>
 17 </div>
 18 </body>
 19</html>

LayoutTests/fast/css3-line-break/line-break-strict-hyphens-ko-expected.html

 1<html>
 2 <head>
 3 <title>Line breaks using [-webkit-]line-break : strict - before hyphens - lang='ko'</title>
 4 </head>
 5 <body>
 6 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 7 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x2010;</p>
 8 </div>
 9 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 10 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x2013;</p>
 11 </div>
 12 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 13 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x301c;</p>
 14 </div>
 15 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 16 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x30a0;</p>
 17 </div>
 18 </body>
 19</html>

LayoutTests/fast/css3-line-break/line-break-strict-hyphens-ko.html

 1<html>
 2 <head>
 3 <title>Line breaks using [-webkit-]line-break : strict - before hyphens - lang='ko'</title>
 4 </head>
 5 <body>
 6 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 7 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x2010;</p>
 8 </div>
 9 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 10 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x2013;</p>
 11 </div>
 12 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 13 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x301c;</p>
 14 </div>
 15 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 16 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x30a0;</p>
 17 </div>
 18 </body>
 19</html>

LayoutTests/fast/css3-line-break/line-break-strict-hyphens-zh-expected.html

 1<html>
 2 <head>
 3 <title>Line breaks using [-webkit-]line-break : strict - before hyphens - lang='zh'</title>
 4 </head>
 5 <body>
 6 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 7 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x2010;</p>
 8 </div>
 9 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 10 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x2013;</p>
 11 </div>
 12 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 13 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x301c;</p>
 14 </div>
 15 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 16 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x30a0;</p>
 17 </div>
 18 </body>
 19</html>

LayoutTests/fast/css3-line-break/line-break-strict-hyphens-zh.html

 1<html>
 2 <head>
 3 <title>Line breaks using [-webkit-]line-break : strict - before hyphens - lang='zh'</title>
 4 </head>
 5 <body>
 6 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 7 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x2010;</p>
 8 </div>
 9 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 10 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x2013;</p>
 11 </div>
 12 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 13 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x301c;</p>
 14 </div>
 15 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 16 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x30a0;</p>
 17 </div>
 18 </body>
 19</html>

LayoutTests/fast/css3-line-break/line-break-strict-inseparables-en-expected.html

 1<html>
 2 <head>
 3 <title>Line breaks using [-webkit-]line-break : strict - between inseparables - lang='en'</title>
 4 </head>
 5 <body>
 6 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:2.1em;" lang="en">
 7 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x2025;&#x2025</nobr></p>
 8 </div>
 9 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:2.1em;" lang="en">
 10 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x2025;&#x2026</nobr></p>
 11 </div>
 12 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:2.1em;" lang="en">
 13 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x2026;&#x2025</nobr></p>
 14 </div>
 15 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:2.1em;" lang="en">
 16 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x2026;&#x2026</nobr></p>
 17 </div>
 18 </body>
 19</html>

LayoutTests/fast/css3-line-break/line-break-strict-inseparables-en.html

 1<html>
 2 <head>
 3 <title>Line breaks using [-webkit-]line-break : strict - between inseparables - lang='en'</title>
 4 </head>
 5 <body>
 6 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:2.1em;" lang="en">
 7 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x2025;&#x2025</p>
 8 </div>
 9 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:2.1em;" lang="en">
 10 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x2025;&#x2026</p>
 11 </div>
 12 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:2.1em;" lang="en">
 13 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x2026;&#x2025</p>
 14 </div>
 15 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:2.1em;" lang="en">
 16 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x2026;&#x2026</p>
 17 </div>
 18 </body>
 19</html>

LayoutTests/fast/css3-line-break/line-break-strict-inseparables-ja-expected.html

 1<html>
 2 <head>
 3 <title>Line breaks using [-webkit-]line-break : strict - between inseparables - lang='ja'</title>
 4 </head>
 5 <body>
 6 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:2.1em;" lang="ja">
 7 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x2025;&#x2025</nobr></p>
 8 </div>
 9 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:2.1em;" lang="ja">
 10 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x2025;&#x2026</nobr></p>
 11 </div>
 12 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:2.1em;" lang="ja">
 13 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x2026;&#x2025</nobr></p>
 14 </div>
 15 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:2.1em;" lang="ja">
 16 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x2026;&#x2026</nobr></p>
 17 </div>
 18 </body>
 19</html>

LayoutTests/fast/css3-line-break/line-break-strict-inseparables-ja.html

 1<html>
 2 <head>
 3 <title>Line breaks using [-webkit-]line-break : strict - between inseparables - lang='ja'</title>
 4 </head>
 5 <body>
 6 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:2.1em;" lang="ja">
 7 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x2025;&#x2025</p>
 8 </div>
 9 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:2.1em;" lang="ja">
 10 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x2025;&#x2026</p>
 11 </div>
 12 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:2.1em;" lang="ja">
 13 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x2026;&#x2025</p>
 14 </div>
 15 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:2.1em;" lang="ja">
 16 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x2026;&#x2026</p>
 17 </div>
 18 </body>
 19</html>

LayoutTests/fast/css3-line-break/line-break-strict-inseparables-ko-expected.html

 1<html>
 2 <head>
 3 <title>Line breaks using [-webkit-]line-break : strict - between inseparables - lang='ko'</title>
 4 </head>
 5 <body>
 6 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:2.1em;" lang="ko">
 7 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x2025;&#x2025</nobr></p>
 8 </div>
 9 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:2.1em;" lang="ko">
 10 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x2025;&#x2026</nobr></p>
 11 </div>
 12 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:2.1em;" lang="ko">
 13 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x2026;&#x2025</nobr></p>
 14 </div>
 15 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:2.1em;" lang="ko">
 16 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x2026;&#x2026</nobr></p>
 17 </div>
 18 </body>
 19</html>

LayoutTests/fast/css3-line-break/line-break-strict-inseparables-ko.html

 1<html>
 2 <head>
 3 <title>Line breaks using [-webkit-]line-break : strict - between inseparables - lang='ko'</title>
 4 </head>
 5 <body>
 6 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:2.1em;" lang="ko">
 7 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x2025;&#x2025</p>
 8 </div>
 9 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:2.1em;" lang="ko">
 10 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x2025;&#x2026</p>
 11 </div>
 12 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:2.1em;" lang="ko">
 13 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x2026;&#x2025</p>
 14 </div>
 15 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:2.1em;" lang="ko">
 16 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x2026;&#x2026</p>
 17 </div>
 18 </body>
 19</html>

LayoutTests/fast/css3-line-break/line-break-strict-inseparables-zh-expected.html

 1<html>
 2 <head>
 3 <title>Line breaks using [-webkit-]line-break : strict - between inseparables - lang='zh'</title>
 4 </head>
 5 <body>
 6 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:2.1em;" lang="zh">
 7 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x2025;&#x2025</nobr></p>
 8 </div>
 9 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:2.1em;" lang="zh">
 10 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x2025;&#x2026</nobr></p>
 11 </div>
 12 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:2.1em;" lang="zh">
 13 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x2026;&#x2025</nobr></p>
 14 </div>
 15 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:2.1em;" lang="zh">
 16 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x2026;&#x2026</nobr></p>
 17 </div>
 18 </body>
 19</html>

LayoutTests/fast/css3-line-break/line-break-strict-inseparables-zh.html

 1<html>
 2 <head>
 3 <title>Line breaks using [-webkit-]line-break : strict - between inseparables - lang='zh'</title>
 4 </head>
 5 <body>
 6 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:2.1em;" lang="zh">
 7 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x2025;&#x2025</p>
 8 </div>
 9 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:2.1em;" lang="zh">
 10 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x2025;&#x2026</p>
 11 </div>
 12 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:2.1em;" lang="zh">
 13 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x2026;&#x2025</p>
 14 </div>
 15 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:2.1em;" lang="zh">
 16 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x2026;&#x2026</p>
 17 </div>
 18 </body>
 19</html>

LayoutTests/fast/css3-line-break/line-break-strict-iteration-marks-en-expected.html

 1<html>
 2 <head>
 3 <title>Line breaks using [-webkit-]line-break : strict - before iteration marks - lang='en'</title>
 4 </head>
 5 <body>
 6 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 7 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x3005;</p>
 8 </div>
 9 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 10 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x303b;</p>
 11 </div>
 12 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 13 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x309d;</p>
 14 </div>
 15 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 16 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x309e;</p>
 17 </div>
 18 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 19 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x30fd;</p>
 20 </div>
 21 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 22 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x30fe;</p>
 23 </div>
 24 </body>
 25</html>

LayoutTests/fast/css3-line-break/line-break-strict-iteration-marks-en.html

 1<html>
 2 <head>
 3 <title>Line breaks using [-webkit-]line-break : strict - before iteration marks - lang='en'</title>
 4 </head>
 5 <body>
 6 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 7 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x3005;</p>
 8 </div>
 9 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 10 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x303b;</p>
 11 </div>
 12 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 13 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x309d;</p>
 14 </div>
 15 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 16 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x309e;</p>
 17 </div>
 18 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 19 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x30fd;</p>
 20 </div>
 21 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 22 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x30fe;</p>
 23 </div>
 24 </body>
 25</html>

LayoutTests/fast/css3-line-break/line-break-strict-iteration-marks-ja-expected.html

 1<html>
 2 <head>
 3 <title>Line breaks using [-webkit-]line-break : strict - before iteration marks - lang='ja'</title>
 4 </head>
 5 <body>
 6 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 7 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x3005;</p>
 8 </div>
 9 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 10 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x303b;</p>
 11 </div>
 12 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 13 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x309d;</p>
 14 </div>
 15 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 16 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x309e;</p>
 17 </div>
 18 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 19 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x30fd;</p>
 20 </div>
 21 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 22 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x30fe;</p>
 23 </div>
 24 </body>
 25</html>

LayoutTests/fast/css3-line-break/line-break-strict-iteration-marks-ja.html

 1<html>
 2 <head>
 3 <title>Line breaks using [-webkit-]line-break : strict - before iteration marks - lang='ja'</title>
 4 </head>
 5 <body>
 6 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 7 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x3005;</p>
 8 </div>
 9 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 10 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x303b;</p>
 11 </div>
 12 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 13 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x309d;</p>
 14 </div>
 15 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 16 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x309e;</p>
 17 </div>
 18 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 19 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x30fd;</p>
 20 </div>
 21 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 22 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x30fe;</p>
 23 </div>
 24 </body>
 25</html>

LayoutTests/fast/css3-line-break/line-break-strict-iteration-marks-ko-expected.html

 1<html>
 2 <head>
 3 <title>Line breaks using [-webkit-]line-break : strict - before iteration marks - lang='ko'</title>
 4 </head>
 5 <body>
 6 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 7 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x3005;</p>
 8 </div>
 9 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 10 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x303b;</p>
 11 </div>
 12 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 13 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x309d;</p>
 14 </div>
 15 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 16 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x309e;</p>
 17 </div>
 18 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 19 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x30fd;</p>
 20 </div>
 21 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 22 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x30fe;</p>
 23 </div>
 24 </body>
 25</html>

LayoutTests/fast/css3-line-break/line-break-strict-iteration-marks-ko.html

 1<html>
 2 <head>
 3 <title>Line breaks using [-webkit-]line-break : strict - before iteration marks - lang='ko'</title>
 4 </head>
 5 <body>
 6 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 7 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x3005;</p>
 8 </div>
 9 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 10 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x303b;</p>
 11 </div>
 12 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 13 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x309d;</p>
 14 </div>
 15 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 16 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x309e;</p>
 17 </div>
 18 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 19 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x30fd;</p>
 20 </div>
 21 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 22 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x30fe;</p>
 23 </div>
 24 </body>
 25</html>

LayoutTests/fast/css3-line-break/line-break-strict-iteration-marks-zh-expected.html

 1<html>
 2 <head>
 3 <title>Line breaks using [-webkit-]line-break : strict - before iteration marks - lang='zh'</title>
 4 </head>
 5 <body>
 6 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 7 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x3005;</p>
 8 </div>
 9 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 10 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x303b;</p>
 11 </div>
 12 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 13 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x309d;</p>
 14 </div>
 15 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 16 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x309e;</p>
 17 </div>
 18 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 19 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x30fd;</p>
 20 </div>
 21 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 22 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x30fe;</p>
 23 </div>
 24 </body>
 25</html>

LayoutTests/fast/css3-line-break/line-break-strict-iteration-marks-zh.html

 1<html>
 2 <head>
 3 <title>Line breaks using [-webkit-]line-break : strict - before iteration marks - lang='zh'</title>
 4 </head>
 5 <body>
 6 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 7 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x3005;</p>
 8 </div>
 9 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 10 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x303b;</p>
 11 </div>
 12 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 13 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x309d;</p>
 14 </div>
 15 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 16 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x309e;</p>
 17 </div>
 18 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 19 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x30fd;</p>
 20 </div>
 21 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 22 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x30fe;</p>
 23 </div>
 24 </body>
 25</html>

LayoutTests/fast/css3-line-break/line-break-strict-postfixes-en-expected.html

 1<html>
 2 <head>
 3 <title>Line breaks using [-webkit-]line-break : strict - before postfixes - lang='en'</title>
 4 </head>
 5 <body>
 6 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 7 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x0025;</p>
 8 </div>
 9 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 10 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x00a2;</p>
 11 </div>
 12 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 13 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x00b0;</p>
 14 </div>
 15 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 16 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x2030;</p>
 17 </div>
 18 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 19 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x2032;</p>
 20 </div>
 21 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 22 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x2033;</p>
 23 </div>
 24 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 25 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x2103;</p>
 26 </div>
 27 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 28 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#xff05;</p>
 29 </div>
 30 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 31 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#xffe0;</p>
 32 </div>
 33 </body>
 34</html>

LayoutTests/fast/css3-line-break/line-break-strict-postfixes-en.html

 1<html>
 2 <head>
 3 <title>Line breaks using [-webkit-]line-break : strict - before postfixes - lang='en'</title>
 4 </head>
 5 <body>
 6 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 7 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x0025;</p>
 8 </div>
 9 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 10 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x00a2;</p>
 11 </div>
 12 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 13 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x00b0;</p>
 14 </div>
 15 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 16 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x2030;</p>
 17 </div>
 18 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 19 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x2032;</p>
 20 </div>
 21 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 22 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x2033;</p>
 23 </div>
 24 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 25 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x2103;</p>
 26 </div>
 27 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 28 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#xff05;</p>
 29 </div>
 30 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 31 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#xffe0;</p>
 32 </div>
 33 </body>
 34</html>

LayoutTests/fast/css3-line-break/line-break-strict-postfixes-ja-expected.html

 1<html>
 2 <head>
 3 <title>Line breaks using [-webkit-]line-break : strict - before postfixes - lang='ja'</title>
 4 </head>
 5 <body>
 6 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 7 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x0025;</p>
 8 </div>
 9 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 10 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x00a2;</p>
 11 </div>
 12 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 13 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x00b0;</p>
 14 </div>
 15 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 16 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x2030;</p>
 17 </div>
 18 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 19 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x2032;</p>
 20 </div>
 21 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 22 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x2033;</p>
 23 </div>
 24 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 25 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x2103;</p>
 26 </div>
 27 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 28 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#xff05;</p>
 29 </div>
 30 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 31 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#xffe0;</p>
 32 </div>
 33 </body>
 34</html>

LayoutTests/fast/css3-line-break/line-break-strict-postfixes-ja.html

 1<html>
 2 <head>
 3 <title>Line breaks using [-webkit-]line-break : strict - before postfixes - lang='ja'</title>
 4 </head>
 5 <body>
 6 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 7 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x0025;</p>
 8 </div>
 9 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 10 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x00a2;</p>
 11 </div>
 12 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 13 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x00b0;</p>
 14 </div>
 15 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 16 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x2030;</p>
 17 </div>
 18 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 19 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x2032;</p>
 20 </div>
 21 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 22 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x2033;</p>
 23 </div>
 24 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 25 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x2103;</p>
 26 </div>
 27 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 28 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#xff05;</p>
 29 </div>
 30 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 31 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#xffe0;</p>
 32 </div>
 33 </body>
 34</html>

LayoutTests/fast/css3-line-break/line-break-strict-postfixes-ko-expected.html

 1<html>
 2 <head>
 3 <title>Line breaks using [-webkit-]line-break : strict - before postfixes - lang='ko'</title>
 4 </head>
 5 <body>
 6 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 7 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x0025;</p>
 8 </div>
 9 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 10 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x00a2;</p>
 11 </div>
 12 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 13 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x00b0;</p>
 14 </div>
 15 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 16 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x2030;</p>
 17 </div>
 18 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 19 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x2032;</p>
 20 </div>
 21 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 22 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x2033;</p>
 23 </div>
 24 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 25 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x2103;</p>
 26 </div>
 27 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 28 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#xff05;</p>
 29 </div>
 30 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 31 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#xffe0;</p>
 32 </div>
 33 </body>
 34</html>

LayoutTests/fast/css3-line-break/line-break-strict-postfixes-ko.html

 1<html>
 2 <head>
 3 <title>Line breaks using [-webkit-]line-break : strict - before postfixes - lang='ko'</title>
 4 </head>
 5 <body>
 6 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 7 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x0025;</p>
 8 </div>
 9 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 10 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x00a2;</p>
 11 </div>
 12 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 13 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x00b0;</p>
 14 </div>
 15 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 16 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x2030;</p>
 17 </div>
 18 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 19 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x2032;</p>
 20 </div>
 21 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 22 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x2033;</p>
 23 </div>
 24 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 25 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x2103;</p>
 26 </div>
 27 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 28 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#xff05;</p>
 29 </div>
 30 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 31 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#xffe0;</p>
 32 </div>
 33 </body>
 34</html>

LayoutTests/fast/css3-line-break/line-break-strict-postfixes-zh-expected.html

 1<html>
 2 <head>
 3 <title>Line breaks using [-webkit-]line-break : strict - before postfixes - lang='zh'</title>
 4 </head>
 5 <body>
 6 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 7 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x0025;</p>
 8 </div>
 9 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 10 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x00a2;</p>
 11 </div>
 12 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 13 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x00b0;</p>
 14 </div>
 15 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 16 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x2030;</p>
 17 </div>
 18 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 19 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x2032;</p>
 20 </div>
 21 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 22 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x2033;</p>
 23 </div>
 24 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 25 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x2103;</p>
 26 </div>
 27 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 28 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#xff05;</p>
 29 </div>
 30 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 31 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#xffe0;</p>
 32 </div>
 33 </body>
 34</html>

LayoutTests/fast/css3-line-break/line-break-strict-postfixes-zh.html

 1<html>
 2 <head>
 3 <title>Line breaks using [-webkit-]line-break : strict - before postfixes - lang='zh'</title>
 4 </head>
 5 <body>
 6 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 7 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x0025;</p>
 8 </div>
 9 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 10 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x00a2;</p>
 11 </div>
 12 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 13 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x00b0;</p>
 14 </div>
 15 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 16 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x2030;</p>
 17 </div>
 18 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 19 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x2032;</p>
 20 </div>
 21 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 22 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x2033;</p>
 23 </div>
 24 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 25 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x2103;</p>
 26 </div>
 27 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 28 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#xff05;</p>
 29 </div>
 30 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 31 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#xffe0;</p>
 32 </div>
 33 </body>
 34</html>

LayoutTests/fast/css3-line-break/line-break-strict-prefixes-en-expected.html

 1<html>
 2 <head>
 3 <title>Line breaks using [-webkit-]line-break : strict - after prefixes - lang='en'</title>
 4 </head>
 5 <body>
 6 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:1.5em;" lang="en">
 7 <p style="border:solid blue 1px;"><nobr>&#x0024;123</nobr></p>
 8 </div>
 9 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:1.5em;" lang="en">
 10 <p style="border:solid blue 1px;"><nobr>&#x00a3;123</nobr></p>
 11 </div>
 12 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:1.5em;" lang="en">
 13 <p style="border:solid blue 1px;"><nobr>&#x00a5;123</nobr></p>
 14 </div>
 15 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:1.5em;" lang="en">
 16 <p style="border:solid blue 1px;"><nobr>&#x0020ac;123</nobr></p>
 17 </div>
 18 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:1.5em;" lang="en">
 19 <p style="border:solid blue 1px;"><nobr>&#x002116;123</nobr></p>
 20 </div>
 21 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:1.5em;" lang="en">
 22 <p style="border:solid blue 1px;"><nobr>&#xff04;123</nobr></p>
 23 </div>
 24 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:1.5em;" lang="en">
 25 <p style="border:solid blue 1px;"><nobr>&#xffe1;123</nobr></p>
 26 </div>
 27 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:1.5em;" lang="en">
 28 <p style="border:solid blue 1px;"><nobr>&#xffe5;123</nobr></p>
 29 </div>
 30 </body>
 31</html>

LayoutTests/fast/css3-line-break/line-break-strict-prefixes-en.html

 1<html>
 2 <head>
 3 <title>Line breaks using [-webkit-]line-break : strict - after prefixes - lang='en'</title>
 4 </head>
 5 <body>
 6 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:1.5em;" lang="en">
 7 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x0024;123</p>
 8 </div>
 9 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:1.5em;" lang="en">
 10 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x00a3;123</p>
 11 </div>
 12 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:1.5em;" lang="en">
 13 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x00a5;123</p>
 14 </div>
 15 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:1.5em;" lang="en">
 16 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x0020ac;123</p>
 17 </div>
 18 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:1.5em;" lang="en">
 19 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x002116;123</p>
 20 </div>
 21 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:1.5em;" lang="en">
 22 <p style="border:solid blue 1px; -webkit-line-break: strict">&#xff04;123</p>
 23 </div>
 24 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:1.5em;" lang="en">
 25 <p style="border:solid blue 1px; -webkit-line-break: strict">&#xffe1;123</p>
 26 </div>
 27 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:1.5em;" lang="en">
 28 <p style="border:solid blue 1px; -webkit-line-break: strict">&#xffe5;123</p>
 29 </div>
 30 </body>
 31</html>

LayoutTests/fast/css3-line-break/line-break-strict-prefixes-ja-expected.html

 1<html>
 2 <head>
 3 <title>Line breaks using [-webkit-]line-break : strict - after prefixes - lang='ja'</title>
 4 </head>
 5 <body>
 6 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:1.5em;" lang="ja">
 7 <p style="border:solid blue 1px;"><nobr>&#x0024;123</nobr></p>
 8 </div>
 9 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:1.5em;" lang="ja">
 10 <p style="border:solid blue 1px;"><nobr>&#x00a3;123</nobr></p>
 11 </div>
 12 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:1.5em;" lang="ja">
 13 <p style="border:solid blue 1px;"><nobr>&#x00a5;123</nobr></p>
 14 </div>
 15 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:1.5em;" lang="ja">
 16 <p style="border:solid blue 1px;"><nobr>&#x0020ac;123</nobr></p>
 17 </div>
 18 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:1.5em;" lang="ja">
 19 <p style="border:solid blue 1px;"><nobr>&#x002116;123</nobr></p>
 20 </div>
 21 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:1.5em;" lang="ja">
 22 <p style="border:solid blue 1px;"><nobr>&#xff04;123</nobr></p>
 23 </div>
 24 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:1.5em;" lang="ja">
 25 <p style="border:solid blue 1px;"><nobr>&#xffe1;123</nobr></p>
 26 </div>
 27 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:1.5em;" lang="ja">
 28 <p style="border:solid blue 1px;"><nobr>&#xffe5;123</nobr></p>
 29 </div>
 30 </body>
 31</html>

LayoutTests/fast/css3-line-break/line-break-strict-prefixes-ja.html

 1<html>
 2 <head>
 3 <title>Line breaks using [-webkit-]line-break : strict - after prefixes - lang='ja'</title>
 4 </head>
 5 <body>
 6 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:1.5em;" lang="ja">
 7 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x0024;123</p>
 8 </div>
 9 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:1.5em;" lang="ja">
 10 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x00a3;123</p>
 11 </div>
 12 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:1.5em;" lang="ja">
 13 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x00a5;123</p>
 14 </div>
 15 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:1.5em;" lang="ja">
 16 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x0020ac;123</p>
 17 </div>
 18 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:1.5em;" lang="ja">
 19 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x002116;123</p>
 20 </div>
 21 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:1.5em;" lang="ja">
 22 <p style="border:solid blue 1px; -webkit-line-break: strict">&#xff04;123</p>
 23 </div>
 24 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:1.5em;" lang="ja">
 25 <p style="border:solid blue 1px; -webkit-line-break: strict">&#xffe1;123</p>
 26 </div>
 27 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:1.5em;" lang="ja">
 28 <p style="border:solid blue 1px; -webkit-line-break: strict">&#xffe5;123</p>
 29 </div>
 30 </body>
 31</html>

LayoutTests/fast/css3-line-break/line-break-strict-prefixes-ko-expected.html

 1<html>
 2 <head>
 3 <title>Line breaks using [-webkit-]line-break : strict - after prefixes - lang='ko'</title>
 4 </head>
 5 <body>
 6 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:1.5em;" lang="ko">
 7 <p style="border:solid blue 1px;"><nobr>&#x0024;123</nobr></p>
 8 </div>
 9 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:1.5em;" lang="ko">
 10 <p style="border:solid blue 1px;"><nobr>&#x00a3;123</nobr></p>
 11 </div>
 12 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:1.5em;" lang="ko">
 13 <p style="border:solid blue 1px;"><nobr>&#x00a5;123</nobr></p>
 14 </div>
 15 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:1.5em;" lang="ko">
 16 <p style="border:solid blue 1px;"><nobr>&#x0020ac;123</nobr></p>
 17 </div>
 18 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:1.5em;" lang="ko">
 19 <p style="border:solid blue 1px;"><nobr>&#x002116;123</nobr></p>
 20 </div>
 21 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:1.5em;" lang="ko">
 22 <p style="border:solid blue 1px;"><nobr>&#xff04;123</nobr></p>
 23 </div>
 24 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:1.5em;" lang="ko">
 25 <p style="border:solid blue 1px;"><nobr>&#xffe1;123</nobr></p>
 26 </div>
 27 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:1.5em;" lang="ko">
 28 <p style="border:solid blue 1px;"><nobr>&#xffe5;123</nobr></p>
 29 </div>
 30 </body>
 31</html>

LayoutTests/fast/css3-line-break/line-break-strict-prefixes-ko.html

 1<html>
 2 <head>
 3 <title>Line breaks using [-webkit-]line-break : strict - after prefixes - lang='ko'</title>
 4 </head>
 5 <body>
 6 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:1.5em;" lang="ko">
 7 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x0024;123</p>
 8 </div>
 9 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:1.5em;" lang="ko">
 10 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x00a3;123</p>
 11 </div>
 12 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:1.5em;" lang="ko">
 13 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x00a5;123</p>
 14 </div>
 15 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:1.5em;" lang="ko">
 16 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x0020ac;123</p>
 17 </div>
 18 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:1.5em;" lang="ko">
 19 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x002116;123</p>
 20 </div>
 21 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:1.5em;" lang="ko">
 22 <p style="border:solid blue 1px; -webkit-line-break: strict">&#xff04;123</p>
 23 </div>
 24 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:1.5em;" lang="ko">
 25 <p style="border:solid blue 1px; -webkit-line-break: strict">&#xffe1;123</p>
 26 </div>
 27 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:1.5em;" lang="ko">
 28 <p style="border:solid blue 1px; -webkit-line-break: strict">&#xffe5;123</p>
 29 </div>
 30 </body>
 31</html>

LayoutTests/fast/css3-line-break/line-break-strict-prefixes-zh-expected.html

 1<html>
 2 <head>
 3 <title>Line breaks using [-webkit-]line-break : strict - after prefixes - lang='zh'</title>
 4 </head>
 5 <body>
 6 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:1.5em;" lang="zh">
 7 <p style="border:solid blue 1px;"><nobr>&#x0024;123</nobr></p>
 8 </div>
 9 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:1.5em;" lang="zh">
 10 <p style="border:solid blue 1px;"><nobr>&#x00a3;123</nobr></p>
 11 </div>
 12 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:1.5em;" lang="zh">
 13 <p style="border:solid blue 1px;"><nobr>&#x00a5;123</nobr></p>
 14 </div>
 15 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:1.5em;" lang="zh">
 16 <p style="border:solid blue 1px;"><nobr>&#x0020ac;123</nobr></p>
 17 </div>
 18 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:1.5em;" lang="zh">
 19 <p style="border:solid blue 1px;"><nobr>&#x002116;123</nobr></p>
 20 </div>
 21 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:1.5em;" lang="zh">
 22 <p style="border:solid blue 1px;"><nobr>&#xff04;123</nobr></p>
 23 </div>
 24 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:1.5em;" lang="zh">
 25 <p style="border:solid blue 1px;"><nobr>&#xffe1;123</nobr></p>
 26 </div>
 27 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:1.5em;" lang="zh">
 28 <p style="border:solid blue 1px;"><nobr>&#xffe5;123</nobr></p>
 29 </div>
 30 </body>
 31</html>

LayoutTests/fast/css3-line-break/line-break-strict-prefixes-zh.html

 1<html>
 2 <head>
 3 <title>Line breaks using [-webkit-]line-break : strict - after prefixes - lang='zh'</title>
 4 </head>
 5 <body>
 6 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:1.5em;" lang="zh">
 7 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x0024;123</p>
 8 </div>
 9 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:1.5em;" lang="zh">
 10 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x00a3;123</p>
 11 </div>
 12 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:1.5em;" lang="zh">
 13 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x00a5;123</p>
 14 </div>
 15 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:1.5em;" lang="zh">
 16 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x0020ac;123</p>
 17 </div>
 18 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:1.5em;" lang="zh">
 19 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x002116;123</p>
 20 </div>
 21 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:1.5em;" lang="zh">
 22 <p style="border:solid blue 1px; -webkit-line-break: strict">&#xff04;123</p>
 23 </div>
 24 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:1.5em;" lang="zh">
 25 <p style="border:solid blue 1px; -webkit-line-break: strict">&#xffe1;123</p>
 26 </div>
 27 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:1.5em;" lang="zh">
 28 <p style="border:solid blue 1px; -webkit-line-break: strict">&#xffe5;123</p>
 29 </div>
 30 </body>
 31</html>

LayoutTests/fast/css3-line-break/line-break-strict-sound-marks-en-expected.html

 1<html>
 2 <head>
 3 <title>Line breaks using [-webkit-]line-break : strict - before sound marks - lang='en'</title>
 4 </head>
 5 <body>
 6 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 7 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x30fc;</p>
 8 </div>
 9 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 10 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#xff70;</p>
 11 </div>
 12 </body>
 13</html>

LayoutTests/fast/css3-line-break/line-break-strict-sound-marks-en.html

 1<html>
 2 <head>
 3 <title>Line breaks using [-webkit-]line-break : strict - before sound marks - lang='en'</title>
 4 </head>
 5 <body>
 6 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 7 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x30fc;</p>
 8 </div>
 9 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 10 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#xff70;</p>
 11 </div>
 12 </body>
 13</html>

LayoutTests/fast/css3-line-break/line-break-strict-sound-marks-ja-expected.html

 1<html>
 2 <head>
 3 <title>Line breaks using [-webkit-]line-break : strict - before sound marks - lang='ja'</title>
 4 </head>
 5 <body>
 6 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 7 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x30fc;</p>
 8 </div>
 9 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 10 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#xff70;</p>
 11 </div>
 12 </body>
 13</html>

LayoutTests/fast/css3-line-break/line-break-strict-sound-marks-ja.html

 1<html>
 2 <head>
 3 <title>Line breaks using [-webkit-]line-break : strict - before sound marks - lang='ja'</title>
 4 </head>
 5 <body>
 6 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 7 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x30fc;</p>
 8 </div>
 9 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ja">
 10 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#xff70;</p>
 11 </div>
 12 </body>
 13</html>

LayoutTests/fast/css3-line-break/line-break-strict-sound-marks-ko-expected.html

 1<html>
 2 <head>
 3 <title>Line breaks using [-webkit-]line-break : strict - before sound marks - lang='ko'</title>
 4 </head>
 5 <body>
 6 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 7 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x30fc;</p>
 8 </div>
 9 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 10 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#xff70;</p>
 11 </div>
 12 </body>
 13</html>

LayoutTests/fast/css3-line-break/line-break-strict-sound-marks-ko.html

 1<html>
 2 <head>
 3 <title>Line breaks using [-webkit-]line-break : strict - before sound marks - lang='ko'</title>
 4 </head>
 5 <body>
 6 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 7 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x30fc;</p>
 8 </div>
 9 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="ko">
 10 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#xff70;</p>
 11 </div>
 12 </body>
 13</html>

LayoutTests/fast/css3-line-break/line-break-strict-sound-marks-zh-expected.html

 1<html>
 2 <head>
 3 <title>Line breaks using [-webkit-]line-break : strict - before sound marks - lang='zh'</title>
 4 </head>
 5 <body>
 6 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 7 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x30fc;</p>
 8 </div>
 9 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 10 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#xff70;</p>
 11 </div>
 12 </body>
 13</html>

LayoutTests/fast/css3-line-break/line-break-strict-sound-marks-zh.html

 1<html>
 2 <head>
 3 <title>Line breaks using [-webkit-]line-break : strict - before sound marks - lang='zh'</title>
 4 </head>
 5 <body>
 6 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 7 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x30fc;</p>
 8 </div>
 9 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="zh">
 10 <p style="border:solid blue 1px; -webkit-line-break: strict">&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#xff70;</p>
 11 </div>
 12 </body>
 13</html>

LayoutTests/platform/chromium-linux/fast/css3-line-break/line-break-auto-half-kana-en-expected.html

 1<html>
 2 <head>
 3 <title>Line breaks using [-webkit-]line-break : auto - before half kana - lang='en'</title>
 4 <!-- chromium-linux icu46 differs from icu49 default behavior for small kana for non-CJK locale -->
 5 </head>
 6 <body>
 7 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 8 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x3041;</p>
 9 </div>
 10 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 11 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x3043;</p>
 12 </div>
 13 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 14 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x3045;</p>
 15 </div>
 16 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 17 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x3047;</p>
 18 </div>
 19 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 20 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x3049;</p>
 21 </div>
 22 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 23 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x3095;</p>
 24 </div>
 25 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 26 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x3096;</p>
 27 </div>
 28 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 29 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x3063;</p>
 30 </div>
 31 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 32 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x3083;</p>
 33 </div>
 34 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 35 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x3085;</p>
 36 </div>
 37 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 38 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x3087;</p>
 39 </div>
 40 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 41 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x308e;</p>
 42 </div>
 43 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 44 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x30a1;</p>
 45 </div>
 46 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 47 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x30a3;</p>
 48 </div>
 49 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 50 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x30a5;</p>
 51 </div>
 52 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 53 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x30a7;</p>
 54 </div>
 55 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 56 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x30a9;</p>
 57 </div>
 58 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 59 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x30f5;</p>
 60 </div>
 61 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 62 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x31f0;</p>
 63 </div>
 64 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 65 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x30f6;</p>
 66 </div>
 67 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 68 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x31f1;</p>
 69 </div>
 70 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 71 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x31f2;</p>
 72 </div>
 73 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 74 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x30c3;</p>
 75 </div>
 76 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 77 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x31f3;</p>
 78 </div>
 79 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 80 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x31f4;</p>
 81 </div>
 82 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 83 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x31f5;</p>
 84 </div>
 85 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 86 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x31f6;</p>
 87 </div>
 88 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 89 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x31f7;</p>
 90 </div>
 91 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 92 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x31f8;</p>
 93 </div>
 94 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 95 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x31f9;</p>
 96 </div>
 97 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 98 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x31fa;</p>
 99 </div>
 100 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 101 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x30e3;</p>
 102 </div>
 103 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 104 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x30e5;</p>
 105 </div>
 106 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 107 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x30e7;</p>
 108 </div>
 109 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 110 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x31fb;</p>
 111 </div>
 112 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 113 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x31fc;</p>
 114 </div>
 115 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 116 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x31fd;</p>
 117 </div>
 118 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 119 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x31fe;</p>
 120 </div>
 121 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 122 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x31ff;</p>
 123 </div>
 124 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 125 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x30ee;</p>
 126 </div>
 127 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 128 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#xff67;</p>
 129 </div>
 130 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 131 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#xff68;</p>
 132 </div>
 133 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 134 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#xff69;</p>
 135 </div>
 136 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 137 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#xff6a;</p>
 138 </div>
 139 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 140 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#xff6b;</p>
 141 </div>
 142 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 143 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#xff6f;</p>
 144 </div>
 145 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 146 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#xff6c;</p>
 147 </div>
 148 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 149 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#xff6d;</p>
 150 </div>
 151 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 152 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#xff6e;</p>
 153 </div>
 154 </body>
 155</html>

LayoutTests/platform/chromium-linux/fast/css3-line-break/line-break-auto-sound-marks-en-expected.html

 1<html>
 2 <head>
 3 <title>Line breaks using [-webkit-]line-break : auto - before sound marks - lang='en'</title>
 4 <!-- chromium-linux icu46 differs from icu49 default behavior for U+30FC for non-CJK locale -->
 5 </head>
 6 <body>
 7 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 8 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;&#x56db;</nobr><br>&#x30fc;</p>
 9 </div>
 10 <div style="font-family:'Lucida Grande'; font-size:16pt; text-decoration:underline; width:4.1em;" lang="en">
 11 <p style="border:solid blue 1px;"><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#xff70;</p>
 12 </div>
 13 </body>
 14</html>

LayoutTests/svg/css/getComputedStyle-basic-expected.txt

@@rect: style.getPropertyValue(-webkit-line-align) : none
322322rect: style.getPropertyCSSValue(-webkit-line-align) : [object CSSPrimitiveValue]
323323rect: style.getPropertyValue(-webkit-line-box-contain) : block inline replaced
324324rect: style.getPropertyCSSValue(-webkit-line-box-contain) : [object CSSValue]
325 rect: style.getPropertyValue(-webkit-line-break) : normal
 325rect: style.getPropertyValue(-webkit-line-break) : auto
326326rect: style.getPropertyCSSValue(-webkit-line-break) : [object CSSPrimitiveValue]
327327rect: style.getPropertyValue(-webkit-line-clamp) : none
328328rect: style.getPropertyCSSValue(-webkit-line-clamp) : [object CSSPrimitiveValue]

@@g: style.getPropertyValue(-webkit-line-align) : none
824824g: style.getPropertyCSSValue(-webkit-line-align) : [object CSSPrimitiveValue]
825825g: style.getPropertyValue(-webkit-line-box-contain) : block inline replaced
826826g: style.getPropertyCSSValue(-webkit-line-box-contain) : [object CSSValue]
827 g: style.getPropertyValue(-webkit-line-break) : normal
 827g: style.getPropertyValue(-webkit-line-break) : auto
828828g: style.getPropertyCSSValue(-webkit-line-break) : [object CSSPrimitiveValue]
829829g: style.getPropertyValue(-webkit-line-clamp) : none
830830g: style.getPropertyCSSValue(-webkit-line-clamp) : [object CSSPrimitiveValue]

PerformanceTests/ChangeLog

 12012-09-14 Glenn Adams <glenn@skynav.com>
 2
 3 CSS3: line-break property support
 4 https://bugs.webkit.org/show_bug.cgi?id=89235
 5
 6 Reviewed by NOBODY (OOPS!).
 7
 8 Add performance tests to cover new code paths through nextBreakablePosition et al
 9 that are sensitive to line break mode and locale (whether CJK or not).
 10
 11 * Layout/line-layout-auto-en.html: Added.
 12 * Layout/line-layout-auto-ja.html: Added.
 13 * Layout/line-layout-loose-en.html: Added.
 14 * Layout/line-layout-loose-ja.html: Added.
 15 * Layout/line-layout-normal-en.html: Added.
 16 * Layout/line-layout-normal-ja.html: Added.
 17 * Layout/line-layout-strict-en.html: Added.
 18 * Layout/line-layout-strict-ja.html: Added.
 19
1202012-09-14 Ryosuke Niwa <rniwa@webkit.org>
221
322 Use performance.webkitNow in PerfTestRunner

PerformanceTests/Layout/line-layout-auto-en.html

 1<!DOCTYPE html>
 2<html>
 3<head>
 4 <title>Line breaking performance test - Line Break 'auto' - @lang 'en'</title>
 5 <script src="../resources/runner.js"></script>
 6</head>
 7<body>
 8 <pre id="log"></pre>
 9 <div id="target" style="width: 300px; display: none; -webkit-line-break: auto;" lang="en">
 10 <p>
 11 Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris ut elit lacus, non convallis odio. Integer facilisis, dolor quis porttitor auctor, nisi tellus aliquet urna, a dignissim orci nisl in nunc. Vivamus elit risus, sagittis et lacinia quis, blandit ac elit. Suspendisse non turpis vitae lorem molestie imperdiet sit amet in justo. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. In at quam sapien. Nam nunc eros, interdum ut commodo nec, sollicitudin ultrices magna. Mauris eu fringilla massa. Phasellus facilisis augue in lectus luctus scelerisque. Proin quis facilisis lacus. Morbi tempor, mauris vitae posuere scelerisque, turpis massa pulvinar tortor, quis congue dolor eros iaculis elit. Quisque blandit blandit elit, sed suscipit justo scelerisque ut. Aenean sed diam at ligula bibendum rhoncus quis in nunc. Suspendisse semper auctor dui vitae gravida. Fusce et risus in velit ullamcorper placerat. Pellentesque sollicitudin commodo porta. Nam eu enim orci, at euismod ipsum.
 12 </p>
 13 <p>
 14 ipsum dolor sit amet, consectetur adipiscing elit. Mauris ut elit lacus, non convallis odio. Integer facilisis, dolor quis porttitor auctor, nisi tellus aliquet urna, a dignissim orci nisl in nunc. Vivamus elit risus, sagittis et lacinia quis, blandit ac elit. Suspendisse non turpis vitae lorem molestie imperdiet sit amet in justo. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. In at quam sapien. Nam nunc eros, interdum ut commodo nec, sollicitudin ultrices magna. Mauris eu fringilla massa. Phasellus facilisis augue in lectus luctus scelerisque. Proin quis facilisis lacus. Morbi tempor, mauris vitae posuere scelerisque, turpis massa pulvinar tortor, quis congue dolor eros iaculis elit. Quisque blandit blandit elit, sed suscipit justo scelerisque ut. Aenean sed diam at ligula bibendum rhoncus quis in nunc. Suspendisse semper auctor dui vitae gravida. Fusce et risus in velit ullamcorper placerat. Pellentesque sollicitudin commodo porta. Nam eu enim orci, at euismod ipsum.
 15 </p>
 16 <p>
 17 dolor sit amet, consectetur adipiscing elit. Mauris ut elit lacus, non convallis odio. Integer facilisis, dolor quis porttitor auctor, nisi tellus aliquet urna, a dignissim orci nisl in nunc. Vivamus elit risus, sagittis et lacinia quis, blandit ac elit. Suspendisse non turpis vitae lorem molestie imperdiet sit amet in justo. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. In at quam sapien. Nam nunc eros, interdum ut commodo nec, sollicitudin ultrices magna. Mauris eu fringilla massa. Phasellus facilisis augue in lectus luctus scelerisque. Proin quis facilisis lacus. Morbi tempor, mauris vitae posuere scelerisque, turpis massa pulvinar tortor, quis congue dolor eros iaculis elit. Quisque blandit blandit elit, sed suscipit justo scelerisque ut. Aenean sed diam at ligula bibendum rhoncus quis in nunc. Suspendisse semper auctor dui vitae gravida. Fusce et risus in velit ullamcorper placerat. Pellentesque sollicitudin commodo porta. Nam eu enim orci, at euismod ipsum.
 18 </p>
 19 <p>
 20 sit amet, consectetur adipiscing elit. Mauris ut elit lacus, non convallis odio. Integer facilisis, dolor quis porttitor auctor, nisi tellus aliquet urna, a dignissim orci nisl in nunc. Vivamus elit risus, sagittis et lacinia quis, blandit ac elit. Suspendisse non turpis vitae lorem molestie imperdiet sit amet in justo. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. In at quam sapien. Nam nunc eros, interdum ut commodo nec, sollicitudin ultrices magna. Mauris eu fringilla massa. Phasellus facilisis augue in lectus luctus scelerisque. Proin quis facilisis lacus. Morbi tempor, mauris vitae posuere scelerisque, turpis massa pulvinar tortor, quis congue dolor eros iaculis elit. Quisque blandit blandit elit, sed suscipit justo scelerisque ut. Aenean sed diam at ligula bibendum rhoncus quis in nunc. Suspendisse semper auctor dui vitae gravida. Fusce et risus in velit ullamcorper placerat. Pellentesque sollicitudin commodo porta. Nam eu enim orci, at euismod ipsum.
 21 </p>
 22 <p>
 23 amet, consectetur adipiscing elit. Mauris ut elit lacus, non convallis odio. Integer facilisis, dolor quis porttitor auctor, nisi tellus aliquet urna, a dignissim orci nisl in nunc. Vivamus elit risus, sagittis et lacinia quis, blandit ac elit. Suspendisse non turpis vitae lorem molestie imperdiet sit amet in justo. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. In at quam sapien. Nam nunc eros, interdum ut commodo nec, sollicitudin ultrices magna. Mauris eu fringilla massa. Phasellus facilisis augue in lectus luctus scelerisque. Proin quis facilisis lacus. Morbi tempor, mauris vitae posuere scelerisque, turpis massa pulvinar tortor, quis congue dolor eros iaculis elit. Quisque blandit blandit elit, sed suscipit justo scelerisque ut. Aenean sed diam at ligula bibendum rhoncus quis in nunc. Suspendisse semper auctor dui vitae gravida. Fusce et risus in velit ullamcorper placerat. Pellentesque sollicitudin commodo porta. Nam eu enim orci, at euismod ipsum.
 24 </p>
 25 <p>
 26 consectetur adipiscing elit. Mauris ut elit lacus, non convallis odio. Integer facilisis, dolor quis porttitor auctor, nisi tellus aliquet urna, a dignissim orci nisl in nunc. Vivamus elit risus, sagittis et lacinia quis, blandit ac elit. Suspendisse non turpis vitae lorem molestie imperdiet sit amet in justo. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. In at quam sapien. Nam nunc eros, interdum ut commodo nec, sollicitudin ultrices magna. Mauris eu fringilla massa. Phasellus facilisis augue in lectus luctus scelerisque. Proin quis facilisis lacus. Morbi tempor, mauris vitae posuere scelerisque, turpis massa pulvinar tortor, quis congue dolor eros iaculis elit. Quisque blandit blandit elit, sed suscipit justo scelerisque ut. Aenean sed diam at ligula bibendum rhoncus quis in nunc. Suspendisse semper auctor dui vitae gravida. Fusce et risus in velit ullamcorper placerat. Pellentesque sollicitudin commodo porta. Nam eu enim orci, at euismod ipsum.
 27 </p>
 28 <p>
 29 adipiscing elit. Mauris ut elit lacus, non convallis odio. Integer facilisis, dolor quis porttitor auctor, nisi tellus aliquet urna, a dignissim orci nisl in nunc. Vivamus elit risus, sagittis et lacinia quis, blandit ac elit. Suspendisse non turpis vitae lorem molestie imperdiet sit amet in justo. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. In at quam sapien. Nam nunc eros, interdum ut commodo nec, sollicitudin ultrices magna. Mauris eu fringilla massa. Phasellus facilisis augue in lectus luctus scelerisque. Proin quis facilisis lacus. Morbi tempor, mauris vitae posuere scelerisque, turpis massa pulvinar tortor, quis congue dolor eros iaculis elit. Quisque blandit blandit elit, sed suscipit justo scelerisque ut. Aenean sed diam at ligula bibendum rhoncus quis in nunc. Suspendisse semper auctor dui vitae gravida. Fusce et risus in velit ullamcorper placerat. Pellentesque sollicitudin commodo porta. Nam eu enim orci, at euismod ipsum.
 30 </p>
 31 <p>
 32 elit. Mauris ut elit lacus, non convallis odio. Integer facilisis, dolor quis porttitor auctor, nisi tellus aliquet urna, a dignissim orci nisl in nunc. Vivamus elit risus, sagittis et lacinia quis, blandit ac elit. Suspendisse non turpis vitae lorem molestie imperdiet sit amet in justo. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. In at quam sapien. Nam nunc eros, interdum ut commodo nec, sollicitudin ultrices magna. Mauris eu fringilla massa. Phasellus facilisis augue in lectus luctus scelerisque. Proin quis facilisis lacus. Morbi tempor, mauris vitae posuere scelerisque, turpis massa pulvinar tortor, quis congue dolor eros iaculis elit. Quisque blandit blandit elit, sed suscipit justo scelerisque ut. Aenean sed diam at ligula bibendum rhoncus quis in nunc. Suspendisse semper auctor dui vitae gravida. Fusce et risus in velit ullamcorper placerat. Pellentesque sollicitudin commodo porta. Nam eu enim orci, at euismod ipsum.
 33 </p>
 34 <p>
 35 Mauris ut elit lacus, non convallis odio. Integer facilisis, dolor quis porttitor auctor, nisi tellus aliquet urna, a dignissim orci nisl in nunc. Vivamus elit risus, sagittis et lacinia quis, blandit ac elit. Suspendisse non turpis vitae lorem molestie imperdiet sit amet in justo. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. In at quam sapien. Nam nunc eros, interdum ut commodo nec, sollicitudin ultrices magna. Mauris eu fringilla massa. Phasellus facilisis augue in lectus luctus scelerisque. Proin quis facilisis lacus. Morbi tempor, mauris vitae posuere scelerisque, turpis massa pulvinar tortor, quis congue dolor eros iaculis elit. Quisque blandit blandit elit, sed suscipit justo scelerisque ut. Aenean sed diam at ligula bibendum rhoncus quis in nunc. Suspendisse semper auctor dui vitae gravida. Fusce et risus in velit ullamcorper placerat. Pellentesque sollicitudin commodo porta. Nam eu enim orci, at euismod ipsum.
 36 </p>
 37 <p>
 38 ut elit lacus, non convallis odio. Integer facilisis, dolor quis porttitor auctor, nisi tellus aliquet urna, a dignissim orci nisl in nunc. Vivamus elit risus, sagittis et lacinia quis, blandit ac elit. Suspendisse non turpis vitae lorem molestie imperdiet sit amet in justo. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. In at quam sapien. Nam nunc eros, interdum ut commodo nec, sollicitudin ultrices magna. Mauris eu fringilla massa. Phasellus facilisis augue in lectus luctus scelerisque. Proin quis facilisis lacus. Morbi tempor, mauris vitae posuere scelerisque, turpis massa pulvinar tortor, quis congue dolor eros iaculis elit. Quisque blandit blandit elit, sed suscipit justo scelerisque ut. Aenean sed diam at ligula bibendum rhoncus quis in nunc. Suspendisse semper auctor dui vitae gravida. Fusce et risus in velit ullamcorper placerat. Pellentesque sollicitudin commodo porta. Nam eu enim orci, at euismod ipsum.
 39 </p>
 40 <p>
 41 elit lacus, non convallis odio. Integer facilisis, dolor quis porttitor auctor, nisi tellus aliquet urna, a dignissim orci nisl in nunc. Vivamus elit risus, sagittis et lacinia quis, blandit ac elit. Suspendisse non turpis vitae lorem molestie imperdiet sit amet in justo. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. In at quam sapien. Nam nunc eros, interdum ut commodo nec, sollicitudin ultrices magna. Mauris eu fringilla massa. Phasellus facilisis augue in lectus luctus scelerisque. Proin quis facilisis lacus. Morbi tempor, mauris vitae posuere scelerisque, turpis massa pulvinar tortor, quis congue dolor eros iaculis elit. Quisque blandit blandit elit, sed suscipit justo scelerisque ut. Aenean sed diam at ligula bibendum rhoncus quis in nunc. Suspendisse semper auctor dui vitae gravida. Fusce et risus in velit ullamcorper placerat. Pellentesque sollicitudin commodo porta. Nam eu enim orci, at euismod ipsum.
 42 </p>
 43 <p>
 44 lacus, non convallis odio. Integer facilisis, dolor quis porttitor auctor, nisi tellus aliquet urna, a dignissim orci nisl in nunc. Vivamus elit risus, sagittis et lacinia quis, blandit ac elit. Suspendisse non turpis vitae lorem molestie imperdiet sit amet in justo. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. In at quam sapien. Nam nunc eros, interdum ut commodo nec, sollicitudin ultrices magna. Mauris eu fringilla massa. Phasellus facilisis augue in lectus luctus scelerisque. Proin quis facilisis lacus. Morbi tempor, mauris vitae posuere scelerisque, turpis massa pulvinar tortor, quis congue dolor eros iaculis elit. Quisque blandit blandit elit, sed suscipit justo scelerisque ut. Aenean sed diam at ligula bibendum rhoncus quis in nunc. Suspendisse semper auctor dui vitae gravida. Fusce et risus in velit ullamcorper placerat. Pellentesque sollicitudin commodo porta. Nam eu enim orci, at euismod ipsum.
 45 </p>
 46 <p>
 47 non convallis odio. Integer facilisis, dolor quis porttitor auctor, nisi tellus aliquet urna, a dignissim orci nisl in nunc. Vivamus elit risus, sagittis et lacinia quis, blandit ac elit. Suspendisse non turpis vitae lorem molestie imperdiet sit amet in justo. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. In at quam sapien. Nam nunc eros, interdum ut commodo nec, sollicitudin ultrices magna. Mauris eu fringilla massa. Phasellus facilisis augue in lectus luctus scelerisque. Proin quis facilisis lacus. Morbi tempor, mauris vitae posuere scelerisque, turpis massa pulvinar tortor, quis congue dolor eros iaculis elit. Quisque blandit blandit elit, sed suscipit justo scelerisque ut. Aenean sed diam at ligula bibendum rhoncus quis in nunc. Suspendisse semper auctor dui vitae gravida. Fusce et risus in velit ullamcorper placerat. Pellentesque sollicitudin commodo porta. Nam eu enim orci, at euismod ipsum.
 48 </p>
 49 <p>
 50 convallis odio. Integer facilisis, dolor quis porttitor auctor, nisi tellus aliquet urna, a dignissim orci nisl in nunc. Vivamus elit risus, sagittis et lacinia quis, blandit ac elit. Suspendisse non turpis vitae lorem molestie imperdiet sit amet in justo. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. In at quam sapien. Nam nunc eros, interdum ut commodo nec, sollicitudin ultrices magna. Mauris eu fringilla massa. Phasellus facilisis augue in lectus luctus scelerisque. Proin quis facilisis lacus. Morbi tempor, mauris vitae posuere scelerisque, turpis massa pulvinar tortor, quis congue dolor eros iaculis elit. Quisque blandit blandit elit, sed suscipit justo scelerisque ut. Aenean sed diam at ligula bibendum rhoncus quis in nunc. Suspendisse semper auctor dui vitae gravida. Fusce et risus in velit ullamcorper placerat. Pellentesque sollicitudin commodo porta. Nam eu enim orci, at euismod ipsum.
 51 </p>
 52 <p>
 53 odio. Integer facilisis, dolor quis porttitor auctor, nisi tellus aliquet urna, a dignissim orci nisl in nunc. Vivamus elit risus, sagittis et lacinia quis, blandit ac elit. Suspendisse non turpis vitae lorem molestie imperdiet sit amet in justo. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. In at quam sapien. Nam nunc eros, interdum ut commodo nec, sollicitudin ultrices magna. Mauris eu fringilla massa. Phasellus facilisis augue in lectus luctus scelerisque. Proin quis facilisis lacus. Morbi tempor, mauris vitae posuere scelerisque, turpis massa pulvinar tortor, quis congue dolor eros iaculis elit. Quisque blandit blandit elit, sed suscipit justo scelerisque ut. Aenean sed diam at ligula bibendum rhoncus quis in nunc. Suspendisse semper auctor dui vitae gravida. Fusce et risus in velit ullamcorper placerat. Pellentesque sollicitudin commodo porta. Nam eu enim orci, at euismod ipsum.
 54 </p>
 55 <p>
 56 Integer facilisis, dolor quis porttitor auctor, nisi tellus aliquet urna, a dignissim orci nisl in nunc. Vivamus elit risus, sagittis et lacinia quis, blandit ac elit. Suspendisse non turpis vitae lorem molestie imperdiet sit amet in justo. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. In at quam sapien. Nam nunc eros, interdum ut commodo nec, sollicitudin ultrices magna. Mauris eu fringilla massa. Phasellus facilisis augue in lectus luctus scelerisque. Proin quis facilisis lacus. Morbi tempor, mauris vitae posuere scelerisque, turpis massa pulvinar tortor, quis congue dolor eros iaculis elit. Quisque blandit blandit elit, sed suscipit justo scelerisque ut. Aenean sed diam at ligula bibendum rhoncus quis in nunc. Suspendisse semper auctor dui vitae gravida. Fusce et risus in velit ullamcorper placerat. Pellentesque sollicitudin commodo porta. Nam eu enim orci, at euismod ipsum.
 57 </p>
 58 <p>
 59 facilisis, dolor quis porttitor auctor, nisi tellus aliquet urna, a dignissim orci nisl in nunc. Vivamus elit risus, sagittis et lacinia quis, blandit ac elit. Suspendisse non turpis vitae lorem molestie imperdiet sit amet in justo. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. In at quam sapien. Nam nunc eros, interdum ut commodo nec, sollicitudin ultrices magna. Mauris eu fringilla massa. Phasellus facilisis augue in lectus luctus scelerisque. Proin quis facilisis lacus. Morbi tempor, mauris vitae posuere scelerisque, turpis massa pulvinar tortor, quis congue dolor eros iaculis elit. Quisque blandit blandit elit, sed suscipit justo scelerisque ut. Aenean sed diam at ligula bibendum rhoncus quis in nunc. Suspendisse semper auctor dui vitae gravida. Fusce et risus in velit ullamcorper placerat. Pellentesque sollicitudin commodo porta. Nam eu enim orci, at euismod ipsum.
 60 </p>
 61 <p>
 62 dolor quis porttitor auctor, nisi tellus aliquet urna, a dignissim orci nisl in nunc. Vivamus elit risus, sagittis et lacinia quis, blandit ac elit. Suspendisse non turpis vitae lorem molestie imperdiet sit amet in justo. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. In at quam sapien. Nam nunc eros, interdum ut commodo nec, sollicitudin ultrices magna. Mauris eu fringilla massa. Phasellus facilisis augue in lectus luctus scelerisque. Proin quis facilisis lacus. Morbi tempor, mauris vitae posuere scelerisque, turpis massa pulvinar tortor, quis congue dolor eros iaculis elit. Quisque blandit blandit elit, sed suscipit justo scelerisque ut. Aenean sed diam at ligula bibendum rhoncus quis in nunc. Suspendisse semper auctor dui vitae gravida. Fusce et risus in velit ullamcorper placerat. Pellentesque sollicitudin commodo porta. Nam eu enim orci, at euismod ipsum.
 63 </p>
 64 <p>
 65 quis porttitor auctor, nisi tellus aliquet urna, a dignissim orci nisl in nunc. Vivamus elit risus, sagittis et lacinia quis, blandit ac elit. Suspendisse non turpis vitae lorem molestie imperdiet sit amet in justo. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. In at quam sapien. Nam nunc eros, interdum ut commodo nec, sollicitudin ultrices magna. Mauris eu fringilla massa. Phasellus facilisis augue in lectus luctus scelerisque. Proin quis facilisis lacus. Morbi tempor, mauris vitae posuere scelerisque, turpis massa pulvinar tortor, quis congue dolor eros iaculis elit. Quisque blandit blandit elit, sed suscipit justo scelerisque ut. Aenean sed diam at ligula bibendum rhoncus quis in nunc. Suspendisse semper auctor dui vitae gravida. Fusce et risus in velit ullamcorper placerat. Pellentesque sollicitudin commodo porta. Nam eu enim orci, at euismod ipsum.
 66 </p>
 67 <p>
 68 porttitor auctor, nisi tellus aliquet urna, a dignissim orci nisl in nunc. Vivamus elit risus, sagittis et lacinia quis, blandit ac elit. Suspendisse non turpis vitae lorem molestie imperdiet sit amet in justo. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. In at quam sapien. Nam nunc eros, interdum ut commodo nec, sollicitudin ultrices magna. Mauris eu fringilla massa. Phasellus facilisis augue in lectus luctus scelerisque. Proin quis facilisis lacus. Morbi tempor, mauris vitae posuere scelerisque, turpis massa pulvinar tortor, quis congue dolor eros iaculis elit. Quisque blandit blandit elit, sed suscipit justo scelerisque ut. Aenean sed diam at ligula bibendum rhoncus quis in nunc. Suspendisse semper auctor dui vitae gravida. Fusce et risus in velit ullamcorper placerat. Pellentesque sollicitudin commodo porta. Nam eu enim orci, at euismod ipsum.
 69 </p>
 70 <p>
 71 auctor, nisi tellus aliquet urna, a dignissim orci nisl in nunc. Vivamus elit risus, sagittis et lacinia quis, blandit ac elit. Suspendisse non turpis vitae lorem molestie imperdiet sit amet in justo. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. In at quam sapien. Nam nunc eros, interdum ut commodo nec, sollicitudin ultrices magna. Mauris eu fringilla massa. Phasellus facilisis augue in lectus luctus scelerisque. Proin quis facilisis lacus. Morbi tempor, mauris vitae posuere scelerisque, turpis massa pulvinar tortor, quis congue dolor eros iaculis elit. Quisque blandit blandit elit, sed suscipit justo scelerisque ut. Aenean sed diam at ligula bibendum rhoncus quis in nunc. Suspendisse semper auctor dui vitae gravida. Fusce et risus in velit ullamcorper placerat. Pellentesque sollicitudin commodo porta. Nam eu enim orci, at euismod ipsum.
 72 </p>
 73 </div>
 74 <script>
 75 var target = document.getElementById("target");
 76 var style = target.style;
 77
 78 function test() {
 79 style.display = "block";
 80 style.width = "280px";
 81 target.offsetLeft;
 82 style.width = "300px";
 83 target.offsetLeft;
 84 style.width = "290px";
 85 target.offsetLeft;
 86 style.display = "none";
 87 }
 88
 89 PerfTestRunner.runPerSecond({ run: test });
 90 </script>
 91</body>
 92</html>

PerformanceTests/Layout/line-layout-auto-ja.html

 1<!DOCTYPE html>
 2<html>
 3<head>
 4 <title>Line breaking performance test - Line Break 'auto' - @lang 'ja'</title>
 5 <!-- This test intentionally uses ASCII only text. Do not change! -->
 6 <script src="../resources/runner.js"></script>
 7</head>
 8<body>
 9 <pre id="log"></pre>
 10 <div id="target" style="width: 300px; display: none; -webkit-line-break: auto;" lang="ja">
 11 <p>
 12 Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris ut elit lacus, non convallis odio. Integer facilisis, dolor quis porttitor auctor, nisi tellus aliquet urna, a dignissim orci nisl in nunc. Vivamus elit risus, sagittis et lacinia quis, blandit ac elit. Suspendisse non turpis vitae lorem molestie imperdiet sit amet in justo. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. In at quam sapien. Nam nunc eros, interdum ut commodo nec, sollicitudin ultrices magna. Mauris eu fringilla massa. Phasellus facilisis augue in lectus luctus scelerisque. Proin quis facilisis lacus. Morbi tempor, mauris vitae posuere scelerisque, turpis massa pulvinar tortor, quis congue dolor eros iaculis elit. Quisque blandit blandit elit, sed suscipit justo scelerisque ut. Aenean sed diam at ligula bibendum rhoncus quis in nunc. Suspendisse semper auctor dui vitae gravida. Fusce et risus in velit ullamcorper placerat. Pellentesque sollicitudin commodo porta. Nam eu enim orci, at euismod ipsum.
 13 </p>
 14 <p>
 15 ipsum dolor sit amet, consectetur adipiscing elit. Mauris ut elit lacus, non convallis odio. Integer facilisis, dolor quis porttitor auctor, nisi tellus aliquet urna, a dignissim orci nisl in nunc. Vivamus elit risus, sagittis et lacinia quis, blandit ac elit. Suspendisse non turpis vitae lorem molestie imperdiet sit amet in justo. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. In at quam sapien. Nam nunc eros, interdum ut commodo nec, sollicitudin ultrices magna. Mauris eu fringilla massa. Phasellus facilisis augue in lectus luctus scelerisque. Proin quis facilisis lacus. Morbi tempor, mauris vitae posuere scelerisque, turpis massa pulvinar tortor, quis congue dolor eros iaculis elit. Quisque blandit blandit elit, sed suscipit justo scelerisque ut. Aenean sed diam at ligula bibendum rhoncus quis in nunc. Suspendisse semper auctor dui vitae gravida. Fusce et risus in velit ullamcorper placerat. Pellentesque sollicitudin commodo porta. Nam eu enim orci, at euismod ipsum.
 16 </p>
 17 <p>
 18 dolor sit amet, consectetur adipiscing elit. Mauris ut elit lacus, non convallis odio. Integer facilisis, dolor quis porttitor auctor, nisi tellus aliquet urna, a dignissim orci nisl in nunc. Vivamus elit risus, sagittis et lacinia quis, blandit ac elit. Suspendisse non turpis vitae lorem molestie imperdiet sit amet in justo. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. In at quam sapien. Nam nunc eros, interdum ut commodo nec, sollicitudin ultrices magna. Mauris eu fringilla massa. Phasellus facilisis augue in lectus luctus scelerisque. Proin quis facilisis lacus. Morbi tempor, mauris vitae posuere scelerisque, turpis massa pulvinar tortor, quis congue dolor eros iaculis elit. Quisque blandit blandit elit, sed suscipit justo scelerisque ut. Aenean sed diam at ligula bibendum rhoncus quis in nunc. Suspendisse semper auctor dui vitae gravida. Fusce et risus in velit ullamcorper placerat. Pellentesque sollicitudin commodo porta. Nam eu enim orci, at euismod ipsum.
 19 </p>
 20 <p>
 21 sit amet, consectetur adipiscing elit. Mauris ut elit lacus, non convallis odio. Integer facilisis, dolor quis porttitor auctor, nisi tellus aliquet urna, a dignissim orci nisl in nunc. Vivamus elit risus, sagittis et lacinia quis, blandit ac elit. Suspendisse non turpis vitae lorem molestie imperdiet sit amet in justo. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. In at quam sapien. Nam nunc eros, interdum ut commodo nec, sollicitudin ultrices magna. Mauris eu fringilla massa. Phasellus facilisis augue in lectus luctus scelerisque. Proin quis facilisis lacus. Morbi tempor, mauris vitae posuere scelerisque, turpis massa pulvinar tortor, quis congue dolor eros iaculis elit. Quisque blandit blandit elit, sed suscipit justo scelerisque ut. Aenean sed diam at ligula bibendum rhoncus quis in nunc. Suspendisse semper auctor dui vitae gravida. Fusce et risus in velit ullamcorper placerat. Pellentesque sollicitudin commodo porta. Nam eu enim orci, at euismod ipsum.
 22 </p>
 23 <p>
 24 amet, consectetur adipiscing elit. Mauris ut elit lacus, non convallis odio. Integer facilisis, dolor quis porttitor auctor, nisi tellus aliquet urna, a dignissim orci nisl in nunc. Vivamus elit risus, sagittis et lacinia quis, blandit ac elit. Suspendisse non turpis vitae lorem molestie imperdiet sit amet in justo. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. In at quam sapien. Nam nunc eros, interdum ut commodo nec, sollicitudin ultrices magna. Mauris eu fringilla massa. Phasellus facilisis augue in lectus luctus scelerisque. Proin quis facilisis lacus. Morbi tempor, mauris vitae posuere scelerisque, turpis massa pulvinar tortor, quis congue dolor eros iaculis elit. Quisque blandit blandit elit, sed suscipit justo scelerisque ut. Aenean sed diam at ligula bibendum rhoncus quis in nunc. Suspendisse semper auctor dui vitae gravida. Fusce et risus in velit ullamcorper placerat. Pellentesque sollicitudin commodo porta. Nam eu enim orci, at euismod ipsum.
 25 </p>
 26 <p>
 27 consectetur adipiscing elit. Mauris ut elit lacus, non convallis odio. Integer facilisis, dolor quis porttitor auctor, nisi tellus aliquet urna, a dignissim orci nisl in nunc. Vivamus elit risus, sagittis et lacinia quis, blandit ac elit. Suspendisse non turpis vitae lorem molestie imperdiet sit amet in justo. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. In at quam sapien. Nam nunc eros, interdum ut commodo nec, sollicitudin ultrices magna. Mauris eu fringilla massa. Phasellus facilisis augue in lectus luctus scelerisque. Proin quis facilisis lacus. Morbi tempor, mauris vitae posuere scelerisque, turpis massa pulvinar tortor, quis congue dolor eros iaculis elit. Quisque blandit blandit elit, sed suscipit justo scelerisque ut. Aenean sed diam at ligula bibendum rhoncus quis in nunc. Suspendisse semper auctor dui vitae gravida. Fusce et risus in velit ullamcorper placerat. Pellentesque sollicitudin commodo porta. Nam eu enim orci, at euismod ipsum.
 28 </p>
 29 <p>
 30 adipiscing elit. Mauris ut elit lacus, non convallis odio. Integer facilisis, dolor quis porttitor auctor, nisi tellus aliquet urna, a dignissim orci nisl in nunc. Vivamus elit risus, sagittis et lacinia quis, blandit ac elit. Suspendisse non turpis vitae lorem molestie imperdiet sit amet in justo. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. In at quam sapien. Nam nunc eros, interdum ut commodo nec, sollicitudin ultrices magna. Mauris eu fringilla massa. Phasellus facilisis augue in lectus luctus scelerisque. Proin quis facilisis lacus. Morbi tempor, mauris vitae posuere scelerisque, turpis massa pulvinar tortor, quis congue dolor eros iaculis elit. Quisque blandit blandit elit, sed suscipit justo scelerisque ut. Aenean sed diam at ligula bibendum rhoncus quis in nunc. Suspendisse semper auctor dui vitae gravida. Fusce et risus in velit ullamcorper placerat. Pellentesque sollicitudin commodo porta. Nam eu enim orci, at euismod ipsum.
 31 </p>
 32 <p>
 33 elit. Mauris ut elit lacus, non convallis odio. Integer facilisis, dolor quis porttitor auctor, nisi tellus aliquet urna, a dignissim orci nisl in nunc. Vivamus elit risus, sagittis et lacinia quis, blandit ac elit. Suspendisse non turpis vitae lorem molestie imperdiet sit amet in justo. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. In at quam sapien. Nam nunc eros, interdum ut commodo nec, sollicitudin ultrices magna. Mauris eu fringilla massa. Phasellus facilisis augue in lectus luctus scelerisque. Proin quis facilisis lacus. Morbi tempor, mauris vitae posuere scelerisque, turpis massa pulvinar tortor, quis congue dolor eros iaculis elit. Quisque blandit blandit elit, sed suscipit justo scelerisque ut. Aenean sed diam at ligula bibendum rhoncus quis in nunc. Suspendisse semper auctor dui vitae gravida. Fusce et risus in velit ullamcorper placerat. Pellentesque sollicitudin commodo porta. Nam eu enim orci, at euismod ipsum.
 34 </p>
 35 <p>
 36 Mauris ut elit lacus, non convallis odio. Integer facilisis, dolor quis porttitor auctor, nisi tellus aliquet urna, a dignissim orci nisl in nunc. Vivamus elit risus, sagittis et lacinia quis, blandit ac elit. Suspendisse non turpis vitae lorem molestie imperdiet sit amet in justo. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. In at quam sapien. Nam nunc eros, interdum ut commodo nec, sollicitudin ultrices magna. Mauris eu fringilla massa. Phasellus facilisis augue in lectus luctus scelerisque. Proin quis facilisis lacus. Morbi tempor, mauris vitae posuere scelerisque, turpis massa pulvinar tortor, quis congue dolor eros iaculis elit. Quisque blandit blandit elit, sed suscipit justo scelerisque ut. Aenean sed diam at ligula bibendum rhoncus quis in nunc. Suspendisse semper auctor dui vitae gravida. Fusce et risus in velit ullamcorper placerat. Pellentesque sollicitudin commodo porta. Nam eu enim orci, at euismod ipsum.
 37 </p>
 38 <p>
 39 ut elit lacus, non convallis odio. Integer facilisis, dolor quis porttitor auctor, nisi tellus aliquet urna, a dignissim orci nisl in nunc. Vivamus elit risus, sagittis et lacinia quis, blandit ac elit. Suspendisse non turpis vitae lorem molestie imperdiet sit amet in justo. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. In at quam sapien. Nam nunc eros, interdum ut commodo nec, sollicitudin ultrices magna. Mauris eu fringilla massa. Phasellus facilisis augue in lectus luctus scelerisque. Proin quis facilisis lacus. Morbi tempor, mauris vitae posuere scelerisque, turpis massa pulvinar tortor, quis congue dolor eros iaculis elit. Quisque blandit blandit elit, sed suscipit justo scelerisque ut. Aenean sed diam at ligula bibendum rhoncus quis in nunc. Suspendisse semper auctor dui vitae gravida. Fusce et risus in velit ullamcorper placerat. Pellentesque sollicitudin commodo porta. Nam eu enim orci, at euismod ipsum.
 40 </p>
 41 <p>
 42 elit lacus, non convallis odio. Integer facilisis, dolor quis porttitor auctor, nisi tellus aliquet urna, a dignissim orci nisl in nunc. Vivamus elit risus, sagittis et lacinia quis, blandit ac elit. Suspendisse non turpis vitae lorem molestie imperdiet sit amet in justo. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. In at quam sapien. Nam nunc eros, interdum ut commodo nec, sollicitudin ultrices magna. Mauris eu fringilla massa. Phasellus facilisis augue in lectus luctus scelerisque. Proin quis facilisis lacus. Morbi tempor, mauris vitae posuere scelerisque, turpis massa pulvinar tortor, quis congue dolor eros iaculis elit. Quisque blandit blandit elit, sed suscipit justo scelerisque ut. Aenean sed diam at ligula bibendum rhoncus quis in nunc. Suspendisse semper auctor dui vitae gravida. Fusce et risus in velit ullamcorper placerat. Pellentesque sollicitudin commodo porta. Nam eu enim orci, at euismod ipsum.
 43 </p>
 44 <p>
 45 lacus, non convallis odio. Integer facilisis, dolor quis porttitor auctor, nisi tellus aliquet urna, a dignissim orci nisl in nunc. Vivamus elit risus, sagittis et lacinia quis, blandit ac elit. Suspendisse non turpis vitae lorem molestie imperdiet sit amet in justo. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. In at quam sapien. Nam nunc eros, interdum ut commodo nec, sollicitudin ultrices magna. Mauris eu fringilla massa. Phasellus facilisis augue in lectus luctus scelerisque. Proin quis facilisis lacus. Morbi tempor, mauris vitae posuere scelerisque, turpis massa pulvinar tortor, quis congue dolor eros iaculis elit. Quisque blandit blandit elit, sed suscipit justo scelerisque ut. Aenean sed diam at ligula bibendum rhoncus quis in nunc. Suspendisse semper auctor dui vitae gravida. Fusce et risus in velit ullamcorper placerat. Pellentesque sollicitudin commodo porta. Nam eu enim orci, at euismod ipsum.
 46 </p>
 47 <p>
 48 non convallis odio. Integer facilisis, dolor quis porttitor auctor, nisi tellus aliquet urna, a dignissim orci nisl in nunc. Vivamus elit risus, sagittis et lacinia quis, blandit ac elit. Suspendisse non turpis vitae lorem molestie imperdiet sit amet in justo. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. In at quam sapien. Nam nunc eros, interdum ut commodo nec, sollicitudin ultrices magna. Mauris eu fringilla massa. Phasellus facilisis augue in lectus luctus scelerisque. Proin quis facilisis lacus. Morbi tempor, mauris vitae posuere scelerisque, turpis massa pulvinar tortor, quis congue dolor eros iaculis elit. Quisque blandit blandit elit, sed suscipit justo scelerisque ut. Aenean sed diam at ligula bibendum rhoncus quis in nunc. Suspendisse semper auctor dui vitae gravida. Fusce et risus in velit ullamcorper placerat. Pellentesque sollicitudin commodo porta. Nam eu enim orci, at euismod ipsum.
 49 </p>
 50 <p>
 51 convallis odio. Integer facilisis, dolor quis porttitor auctor, nisi tellus aliquet urna, a dignissim orci nisl in nunc. Vivamus elit risus, sagittis et lacinia quis, blandit ac elit. Suspendisse non turpis vitae lorem molestie imperdiet sit amet in justo. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. In at quam sapien. Nam nunc eros, interdum ut commodo nec, sollicitudin ultrices magna. Mauris eu fringilla massa. Phasellus facilisis augue in lectus luctus scelerisque. Proin quis facilisis lacus. Morbi tempor, mauris vitae posuere scelerisque, turpis massa pulvinar tortor, quis congue dolor eros iaculis elit. Quisque blandit blandit elit, sed suscipit justo scelerisque ut. Aenean sed diam at ligula bibendum rhoncus quis in nunc. Suspendisse semper auctor dui vitae gravida. Fusce et risus in velit ullamcorper placerat. Pellentesque sollicitudin commodo porta. Nam eu enim orci, at euismod ipsum.
 52 </p>
 53 <p>
 54 odio. Integer facilisis, dolor quis porttitor auctor, nisi tellus aliquet urna, a dignissim orci nisl in nunc. Vivamus elit risus, sagittis et lacinia quis, blandit ac elit. Suspendisse non turpis vitae lorem molestie imperdiet sit amet in justo. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. In at quam sapien. Nam nunc eros, interdum ut commodo nec, sollicitudin ultrices magna. Mauris eu fringilla massa. Phasellus facilisis augue in lectus luctus scelerisque. Proin quis facilisis lacus. Morbi tempor, mauris vitae posuere scelerisque, turpis massa pulvinar tortor, quis congue dolor eros iaculis elit. Quisque blandit blandit elit, sed suscipit justo scelerisque ut. Aenean sed diam at ligula bibendum rhoncus quis in nunc. Suspendisse semper auctor dui vitae gravida. Fusce et risus in velit ullamcorper placerat. Pellentesque sollicitudin commodo porta. Nam eu enim orci, at euismod ipsum.
 55 </p>
 56 <p>
 57 Integer facilisis, dolor quis porttitor auctor, nisi tellus aliquet urna, a dignissim orci nisl in nunc. Vivamus elit risus, sagittis et lacinia quis, blandit ac elit. Suspendisse non turpis vitae lorem molestie imperdiet sit amet in justo. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. In at quam sapien. Nam nunc eros, interdum ut commodo nec, sollicitudin ultrices magna. Mauris eu fringilla massa. Phasellus facilisis augue in lectus luctus scelerisque. Proin quis facilisis lacus. Morbi tempor, mauris vitae posuere scelerisque, turpis massa pulvinar tortor, quis congue dolor eros iaculis elit. Quisque blandit blandit elit, sed suscipit justo scelerisque ut. Aenean sed diam at ligula bibendum rhoncus quis in nunc. Suspendisse semper auctor dui vitae gravida. Fusce et risus in velit ullamcorper placerat. Pellentesque sollicitudin commodo porta. Nam eu enim orci, at euismod ipsum.
 58 </p>
 59 <p>
 60 facilisis, dolor quis porttitor auctor, nisi tellus aliquet urna, a dignissim orci nisl in nunc. Vivamus elit risus, sagittis et lacinia quis, blandit ac elit. Suspendisse non turpis vitae lorem molestie imperdiet sit amet in justo. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. In at quam sapien. Nam nunc eros, interdum ut commodo nec, sollicitudin ultrices magna. Mauris eu fringilla massa. Phasellus facilisis augue in lectus luctus scelerisque. Proin quis facilisis lacus. Morbi tempor, mauris vitae posuere scelerisque, turpis massa pulvinar tortor, quis congue dolor eros iaculis elit. Quisque blandit blandit elit, sed suscipit justo scelerisque ut. Aenean sed diam at ligula bibendum rhoncus quis in nunc. Suspendisse semper auctor dui vitae gravida. Fusce et risus in velit ullamcorper placerat. Pellentesque sollicitudin commodo porta. Nam eu enim orci, at euismod ipsum.
 61 </p>
 62 <p>
 63 dolor quis porttitor auctor, nisi tellus aliquet urna, a dignissim orci nisl in nunc. Vivamus elit risus, sagittis et lacinia quis, blandit ac elit. Suspendisse non turpis vitae lorem molestie imperdiet sit amet in justo. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. In at quam sapien. Nam nunc eros, interdum ut commodo nec, sollicitudin ultrices magna. Mauris eu fringilla massa. Phasellus facilisis augue in lectus luctus scelerisque. Proin quis facilisis lacus. Morbi tempor, mauris vitae posuere scelerisque, turpis massa pulvinar tortor, quis congue dolor eros iaculis elit. Quisque blandit blandit elit, sed suscipit justo scelerisque ut. Aenean sed diam at ligula bibendum rhoncus quis in nunc. Suspendisse semper auctor dui vitae gravida. Fusce et risus in velit ullamcorper placerat. Pellentesque sollicitudin commodo porta. Nam eu enim orci, at euismod ipsum.
 64 </p>
 65 <p>
 66 quis porttitor auctor, nisi tellus aliquet urna, a dignissim orci nisl in nunc. Vivamus elit risus, sagittis et lacinia quis, blandit ac elit. Suspendisse non turpis vitae lorem molestie imperdiet sit amet in justo. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. In at quam sapien. Nam nunc eros, interdum ut commodo nec, sollicitudin ultrices magna. Mauris eu fringilla massa. Phasellus facilisis augue in lectus luctus scelerisque. Proin quis facilisis lacus. Morbi tempor, mauris vitae posuere scelerisque, turpis massa pulvinar tortor, quis congue dolor eros iaculis elit. Quisque blandit blandit elit, sed suscipit justo scelerisque ut. Aenean sed diam at ligula bibendum rhoncus quis in nunc. Suspendisse semper auctor dui vitae gravida. Fusce et risus in velit ullamcorper placerat. Pellentesque sollicitudin commodo porta. Nam eu enim orci, at euismod ipsum.
 67 </p>
 68 <p>
 69 porttitor auctor, nisi tellus aliquet urna, a dignissim orci nisl in nunc. Vivamus elit risus, sagittis et lacinia quis, blandit ac elit. Suspendisse non turpis vitae lorem molestie imperdiet sit amet in justo. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. In at quam sapien. Nam nunc eros, interdum ut commodo nec, sollicitudin ultrices magna. Mauris eu fringilla massa. Phasellus facilisis augue in lectus luctus scelerisque. Proin quis facilisis lacus. Morbi tempor, mauris vitae posuere scelerisque, turpis massa pulvinar tortor, quis congue dolor eros iaculis elit. Quisque blandit blandit elit, sed suscipit justo scelerisque ut. Aenean sed diam at ligula bibendum rhoncus quis in nunc. Suspendisse semper auctor dui vitae gravida. Fusce et risus in velit ullamcorper placerat. Pellentesque sollicitudin commodo porta. Nam eu enim orci, at euismod ipsum.
 70 </p>
 71 <p>
 72 auctor, nisi tellus aliquet urna, a dignissim orci nisl in nunc. Vivamus elit risus, sagittis et lacinia quis, blandit ac elit. Suspendisse non turpis vitae lorem molestie imperdiet sit amet in justo. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. In at quam sapien. Nam nunc eros, interdum ut commodo nec, sollicitudin ultrices magna. Mauris eu fringilla massa. Phasellus facilisis augue in lectus luctus scelerisque. Proin quis facilisis lacus. Morbi tempor, mauris vitae posuere scelerisque, turpis massa pulvinar tortor, quis congue dolor eros iaculis elit. Quisque blandit blandit elit, sed suscipit justo scelerisque ut. Aenean sed diam at ligula bibendum rhoncus quis in nunc. Suspendisse semper auctor dui vitae gravida. Fusce et risus in velit ullamcorper placerat. Pellentesque sollicitudin commodo porta. Nam eu enim orci, at euismod ipsum.
 73 </p>
 74 </div>
 75 <script>
 76 var target = document.getElementById("target");
 77 var style = target.style;
 78
 79 function test() {
 80 style.display = "block";
 81 style.width = "280px";
 82 target.offsetLeft;
 83 style.width = "300px";
 84 target.offsetLeft;
 85 style.width = "290px";
 86 target.offsetLeft;
 87 style.display = "none";
 88 }
 89
 90 PerfTestRunner.runPerSecond({ run: test });
 91 </script>
 92</body>
 93</html>

PerformanceTests/Layout/line-layout-loose-en.html

 1<!DOCTYPE html>
 2<html>
 3<head>
 4 <title>Line breaking performance test - Line Break 'loose' - @lang 'en'</title>
 5 <script src="../resources/runner.js"></script>
 6</head>
 7<body>
 8 <pre id="log"></pre>
 9 <div id="target" style="width: 300px; display: none; -webkit-line-break: loose;" lang="en">
 10 <p>
 11 Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris ut elit lacus, non convallis odio. Integer facilisis, dolor quis porttitor auctor, nisi tellus aliquet urna, a dignissim orci nisl in nunc. Vivamus elit risus, sagittis et lacinia quis, blandit ac elit. Suspendisse non turpis vitae lorem molestie imperdiet sit amet in justo. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. In at quam sapien. Nam nunc eros, interdum ut commodo nec, sollicitudin ultrices magna. Mauris eu fringilla massa. Phasellus facilisis augue in lectus luctus scelerisque. Proin quis facilisis lacus. Morbi tempor, mauris vitae posuere scelerisque, turpis massa pulvinar tortor, quis congue dolor eros iaculis elit. Quisque blandit blandit elit, sed suscipit justo scelerisque ut. Aenean sed diam at ligula bibendum rhoncus quis in nunc. Suspendisse semper auctor dui vitae gravida. Fusce et risus in velit ullamcorper placerat. Pellentesque sollicitudin commodo porta. Nam eu enim orci, at euismod ipsum.
 12 </p>
 13 <p>
 14 ipsum dolor sit amet, consectetur adipiscing elit. Mauris ut elit lacus, non convallis odio. Integer facilisis, dolor quis porttitor auctor, nisi tellus aliquet urna, a dignissim orci nisl in nunc. Vivamus elit risus, sagittis et lacinia quis, blandit ac elit. Suspendisse non turpis vitae lorem molestie imperdiet sit amet in justo. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. In at quam sapien. Nam nunc eros, interdum ut commodo nec, sollicitudin ultrices magna. Mauris eu fringilla massa. Phasellus facilisis augue in lectus luctus scelerisque. Proin quis facilisis lacus. Morbi tempor, mauris vitae posuere scelerisque, turpis massa pulvinar tortor, quis congue dolor eros iaculis elit. Quisque blandit blandit elit, sed suscipit justo scelerisque ut. Aenean sed diam at ligula bibendum rhoncus quis in nunc. Suspendisse semper auctor dui vitae gravida. Fusce et risus in velit ullamcorper placerat. Pellentesque sollicitudin commodo porta. Nam eu enim orci, at euismod ipsum.
 15 </p>
 16 <p>
 17 dolor sit amet, consectetur adipiscing elit. Mauris ut elit lacus, non convallis odio. Integer facilisis, dolor quis porttitor auctor, nisi tellus aliquet urna, a dignissim orci nisl in nunc. Vivamus elit risus, sagittis et lacinia quis, blandit ac elit. Suspendisse non turpis vitae lorem molestie imperdiet sit amet in justo. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. In at quam sapien. Nam nunc eros, interdum ut commodo nec, sollicitudin ultrices magna. Mauris eu fringilla massa. Phasellus facilisis augue in lectus luctus scelerisque. Proin quis facilisis lacus. Morbi tempor, mauris vitae posuere scelerisque, turpis massa pulvinar tortor, quis congue dolor eros iaculis elit. Quisque blandit blandit elit, sed suscipit justo scelerisque ut. Aenean sed diam at ligula bibendum rhoncus quis in nunc. Suspendisse semper auctor dui vitae gravida. Fusce et risus in velit ullamcorper placerat. Pellentesque sollicitudin commodo porta. Nam eu enim orci, at euismod ipsum.
 18 </p>
 19 <p>
 20 sit amet, consectetur adipiscing elit. Mauris ut elit lacus, non convallis odio. Integer facilisis, dolor quis porttitor auctor, nisi tellus aliquet urna, a dignissim orci nisl in nunc. Vivamus elit risus, sagittis et lacinia quis, blandit ac elit. Suspendisse non turpis vitae lorem molestie imperdiet sit amet in justo. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. In at quam sapien. Nam nunc eros, interdum ut commodo nec, sollicitudin ultrices magna. Mauris eu fringilla massa. Phasellus facilisis augue in lectus luctus scelerisque. Proin quis facilisis lacus. Morbi tempor, mauris vitae posuere scelerisque, turpis massa pulvinar tortor, quis congue dolor eros iaculis elit. Quisque blandit blandit elit, sed suscipit justo scelerisque ut. Aenean sed diam at ligula bibendum rhoncus quis in nunc. Suspendisse semper auctor dui vitae gravida. Fusce et risus in velit ullamcorper placerat. Pellentesque sollicitudin commodo porta. Nam eu enim orci, at euismod ipsum.
 21 </p>
 22 <p>
 23 amet, consectetur adipiscing elit. Mauris ut elit lacus, non convallis odio. Integer facilisis, dolor quis porttitor auctor, nisi tellus aliquet urna, a dignissim orci nisl in nunc. Vivamus elit risus, sagittis et lacinia quis, blandit ac elit. Suspendisse non turpis vitae lorem molestie imperdiet sit amet in justo. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. In at quam sapien. Nam nunc eros, interdum ut commodo nec, sollicitudin ultrices magna. Mauris eu fringilla massa. Phasellus facilisis augue in lectus luctus scelerisque. Proin quis facilisis lacus. Morbi tempor, mauris vitae posuere scelerisque, turpis massa pulvinar tortor, quis congue dolor eros iaculis elit. Quisque blandit blandit elit, sed suscipit justo scelerisque ut. Aenean sed diam at ligula bibendum rhoncus quis in nunc. Suspendisse semper auctor dui vitae gravida. Fusce et risus in velit ullamcorper placerat. Pellentesque sollicitudin commodo porta. Nam eu enim orci, at euismod ipsum.
 24 </p>
 25 <p>
 26 consectetur adipiscing elit. Mauris ut elit lacus, non convallis odio. Integer facilisis, dolor quis porttitor auctor, nisi tellus aliquet urna, a dignissim orci nisl in nunc. Vivamus elit risus, sagittis et lacinia quis, blandit ac elit. Suspendisse non turpis vitae lorem molestie imperdiet sit amet in justo. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. In at quam sapien. Nam nunc eros, interdum ut commodo nec, sollicitudin ultrices magna. Mauris eu fringilla massa. Phasellus facilisis augue in lectus luctus scelerisque. Proin quis facilisis lacus. Morbi tempor, mauris vitae posuere scelerisque, turpis massa pulvinar tortor, quis congue dolor eros iaculis elit. Quisque blandit blandit elit, sed suscipit justo scelerisque ut. Aenean sed diam at ligula bibendum rhoncus quis in nunc. Suspendisse semper auctor dui vitae gravida. Fusce et risus in velit ullamcorper placerat. Pellentesque sollicitudin commodo porta. Nam eu enim orci, at euismod ipsum.
 27 </p>
 28 <p>
 29 adipiscing elit. Mauris ut elit lacus, non convallis odio. Integer facilisis, dolor quis porttitor auctor, nisi tellus aliquet urna, a dignissim orci nisl in nunc. Vivamus elit risus, sagittis et lacinia quis, blandit ac elit. Suspendisse non turpis vitae lorem molestie imperdiet sit amet in justo. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. In at quam sapien. Nam nunc eros, interdum ut commodo nec, sollicitudin ultrices magna. Mauris eu fringilla massa. Phasellus facilisis augue in lectus luctus scelerisque. Proin quis facilisis lacus. Morbi tempor, mauris vitae posuere scelerisque, turpis massa pulvinar tortor, quis congue dolor eros iaculis elit. Quisque blandit blandit elit, sed suscipit justo scelerisque ut. Aenean sed diam at ligula bibendum rhoncus quis in nunc. Suspendisse semper auctor dui vitae gravida. Fusce et risus in velit ullamcorper placerat. Pellentesque sollicitudin commodo porta. Nam eu enim orci, at euismod ipsum.
 30 </p>
 31 <p>
 32 elit. Mauris ut elit lacus, non convallis odio. Integer facilisis, dolor quis porttitor auctor, nisi tellus aliquet urna, a dignissim orci nisl in nunc. Vivamus elit risus, sagittis et lacinia quis, blandit ac elit. Suspendisse non turpis vitae lorem molestie imperdiet sit amet in justo. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. In at quam sapien. Nam nunc eros, interdum ut commodo nec, sollicitudin ultrices magna. Mauris eu fringilla massa. Phasellus facilisis augue in lectus luctus scelerisque. Proin quis facilisis lacus. Morbi tempor, mauris vitae posuere scelerisque, turpis massa pulvinar tortor, quis congue dolor eros iaculis elit. Quisque blandit blandit elit, sed suscipit justo scelerisque ut. Aenean sed diam at ligula bibendum rhoncus quis in nunc. Suspendisse semper auctor dui vitae gravida. Fusce et risus in velit ullamcorper placerat. Pellentesque sollicitudin commodo porta. Nam eu enim orci, at euismod ipsum.
 33 </p>
 34 <p>
 35 Mauris ut elit lacus, non convallis odio. Integer facilisis, dolor quis porttitor auctor, nisi tellus aliquet urna, a dignissim orci nisl in nunc. Vivamus elit risus, sagittis et lacinia quis, blandit ac elit. Suspendisse non turpis vitae lorem molestie imperdiet sit amet in justo. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. In at quam sapien. Nam nunc eros, interdum ut commodo nec, sollicitudin ultrices magna. Mauris eu fringilla massa. Phasellus facilisis augue in lectus luctus scelerisque. Proin quis facilisis lacus. Morbi tempor, mauris vitae posuere scelerisque, turpis massa pulvinar tortor, quis congue dolor eros iaculis elit. Quisque blandit blandit elit, sed suscipit justo scelerisque ut. Aenean sed diam at ligula bibendum rhoncus quis in nunc. Suspendisse semper auctor dui vitae gravida. Fusce et risus in velit ullamcorper placerat. Pellentesque sollicitudin commodo porta. Nam eu enim orci, at euismod ipsum.
 36 </p>
 37 <p>
 38 ut elit lacus, non convallis odio. Integer facilisis, dolor quis porttitor auctor, nisi tellus aliquet urna, a dignissim orci nisl in nunc. Vivamus elit risus, sagittis et lacinia quis, blandit ac elit. Suspendisse non turpis vitae lorem molestie imperdiet sit amet in justo. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. In at quam sapien. Nam nunc eros, interdum ut commodo nec, sollicitudin ultrices magna. Mauris eu fringilla massa. Phasellus facilisis augue in lectus luctus scelerisque. Proin quis facilisis lacus. Morbi tempor, mauris vitae posuere scelerisque, turpis massa pulvinar tortor, quis congue dolor eros iaculis elit. Quisque blandit blandit elit, sed suscipit justo scelerisque ut. Aenean sed diam at ligula bibendum rhoncus quis in nunc. Suspendisse semper auctor dui vitae gravida. Fusce et risus in velit ullamcorper placerat. Pellentesque sollicitudin commodo porta. Nam eu enim orci, at euismod ipsum.
 39 </p>
 40 <p>
 41 elit lacus, non convallis odio. Integer facilisis, dolor quis porttitor auctor, nisi tellus aliquet urna, a dignissim orci nisl in nunc. Vivamus elit risus, sagittis et lacinia quis, blandit ac elit. Suspendisse non turpis vitae lorem molestie imperdiet sit amet in justo. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. In at quam sapien. Nam nunc eros, interdum ut commodo nec, sollicitudin ultrices magna. Mauris eu fringilla massa. Phasellus facilisis augue in lectus luctus scelerisque. Proin quis facilisis lacus. Morbi tempor, mauris vitae posuere scelerisque, turpis massa pulvinar tortor, quis congue dolor eros iaculis elit. Quisque blandit blandit elit, sed suscipit justo scelerisque ut. Aenean sed diam at ligula bibendum rhoncus quis in nunc. Suspendisse semper auctor dui vitae gravida. Fusce et risus in velit ullamcorper placerat. Pellentesque sollicitudin commodo porta. Nam eu enim orci, at euismod ipsum.
 42 </p>
 43 <p>
 44 lacus, non convallis odio. Integer facilisis, dolor quis porttitor auctor, nisi tellus aliquet urna, a dignissim orci nisl in nunc. Vivamus elit risus, sagittis et lacinia quis, blandit ac elit. Suspendisse non turpis vitae lorem molestie imperdiet sit amet in justo. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. In at quam sapien. Nam nunc eros, interdum ut commodo nec, sollicitudin ultrices magna. Mauris eu fringilla massa. Phasellus facilisis augue in lectus luctus scelerisque. Proin quis facilisis lacus. Morbi tempor, mauris vitae posuere scelerisque, turpis massa pulvinar tortor, quis congue dolor eros iaculis elit. Quisque blandit blandit elit, sed suscipit justo scelerisque ut. Aenean sed diam at ligula bibendum rhoncus quis in nunc. Suspendisse semper auctor dui vitae gravida. Fusce et risus in velit ullamcorper placerat. Pellentesque sollicitudin commodo porta. Nam eu enim orci, at euismod ipsum.
 45 </p>
 46 <p>
 47 non convallis odio. Integer facilisis, dolor quis porttitor auctor, nisi tellus aliquet urna, a dignissim orci nisl in nunc. Vivamus elit risus, sagittis et lacinia quis, blandit ac elit. Suspendisse non turpis vitae lorem molestie imperdiet sit amet in justo. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. In at quam sapien. Nam nunc eros, interdum ut commodo nec, sollicitudin ultrices magna. Mauris eu fringilla massa. Phasellus facilisis augue in lectus luctus scelerisque. Proin quis facilisis lacus. Morbi tempor, mauris vitae posuere scelerisque, turpis massa pulvinar tortor, quis congue dolor eros iaculis elit. Quisque blandit blandit elit, sed suscipit justo scelerisque ut. Aenean sed diam at ligula bibendum rhoncus quis in nunc. Suspendisse semper auctor dui vitae gravida. Fusce et risus in velit ullamcorper placerat. Pellentesque sollicitudin commodo porta. Nam eu enim orci, at euismod ipsum.
 48 </p>
 49 <p>
 50 convallis odio. Integer facilisis, dolor quis porttitor auctor, nisi tellus aliquet urna, a dignissim orci nisl in nunc. Vivamus elit risus, sagittis et lacinia quis, blandit ac elit. Suspendisse non turpis vitae lorem molestie imperdiet sit amet in justo. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. In at quam sapien. Nam nunc eros, interdum ut commodo nec, sollicitudin ultrices magna. Mauris eu fringilla massa. Phasellus facilisis augue in lectus luctus scelerisque. Proin quis facilisis lacus. Morbi tempor, mauris vitae posuere scelerisque, turpis massa pulvinar tortor, quis congue dolor eros iaculis elit. Quisque blandit blandit elit, sed suscipit justo scelerisque ut. Aenean sed diam at ligula bibendum rhoncus quis in nunc. Suspendisse semper auctor dui vitae gravida. Fusce et risus in velit ullamcorper placerat. Pellentesque sollicitudin commodo porta. Nam eu enim orci, at euismod ipsum.
 51 </p>
 52 <p>
 53 odio. Integer facilisis, dolor quis porttitor auctor, nisi tellus aliquet urna, a dignissim orci nisl in nunc. Vivamus elit risus, sagittis et lacinia quis, blandit ac elit. Suspendisse non turpis vitae lorem molestie imperdiet sit amet in justo. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. In at quam sapien. Nam nunc eros, interdum ut commodo nec, sollicitudin ultrices magna. Mauris eu fringilla massa. Phasellus facilisis augue in lectus luctus scelerisque. Proin quis facilisis lacus. Morbi tempor, mauris vitae posuere scelerisque, turpis massa pulvinar tortor, quis congue dolor eros iaculis elit. Quisque blandit blandit elit, sed suscipit justo scelerisque ut. Aenean sed diam at ligula bibendum rhoncus quis in nunc. Suspendisse semper auctor dui vitae gravida. Fusce et risus in velit ullamcorper placerat. Pellentesque sollicitudin commodo porta. Nam eu enim orci, at euismod ipsum.
 54 </p>
 55 <p>
 56 Integer facilisis, dolor quis porttitor auctor, nisi tellus aliquet urna, a dignissim orci nisl in nunc. Vivamus elit risus, sagittis et lacinia quis, blandit ac elit. Suspendisse non turpis vitae lorem molestie imperdiet sit amet in justo. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. In at quam sapien. Nam nunc eros, interdum ut commodo nec, sollicitudin ultrices magna. Mauris eu fringilla massa. Phasellus facilisis augue in lectus luctus scelerisque. Proin quis facilisis lacus. Morbi tempor, mauris vitae posuere scelerisque, turpis massa pulvinar tortor, quis congue dolor eros iaculis elit. Quisque blandit blandit elit, sed suscipit justo scelerisque ut. Aenean sed diam at ligula bibendum rhoncus quis in nunc. Suspendisse semper auctor dui vitae gravida. Fusce et risus in velit ullamcorper placerat. Pellentesque sollicitudin commodo porta. Nam eu enim orci, at euismod ipsum.
 57 </p>
 58 <p>
 59 facilisis, dolor quis porttitor auctor, nisi tellus aliquet urna, a dignissim orci nisl in nunc. Vivamus elit risus, sagittis et lacinia quis, blandit ac elit. Suspendisse non turpis vitae lorem molestie imperdiet sit amet in justo. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. In at quam sapien. Nam nunc eros, interdum ut commodo nec, sollicitudin ultrices magna. Mauris eu fringilla massa. Phasellus facilisis augue in lectus luctus scelerisque. Proin quis facilisis lacus. Morbi tempor, mauris vitae posuere scelerisque, turpis massa pulvinar tortor, quis congue dolor eros iaculis elit. Quisque blandit blandit elit, sed suscipit justo scelerisque ut. Aenean sed diam at ligula bibendum rhoncus quis in nunc. Suspendisse semper auctor dui vitae gravida. Fusce et risus in velit ullamcorper placerat. Pellentesque sollicitudin commodo porta. Nam eu enim orci, at euismod ipsum.
 60 </p>
 61 <p>
 62 dolor quis porttitor auctor, nisi tellus aliquet urna, a dignissim orci nisl in nunc. Vivamus elit risus, sagittis et lacinia quis, blandit ac elit. Suspendisse non turpis vitae lorem molestie imperdiet sit amet in justo. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. In at quam sapien. Nam nunc eros, interdum ut commodo nec, sollicitudin ultrices magna. Mauris eu fringilla massa. Phasellus facilisis augue in lectus luctus scelerisque. Proin quis facilisis lacus. Morbi tempor, mauris vitae posuere scelerisque, turpis massa pulvinar tortor, quis congue dolor eros iaculis elit. Quisque blandit blandit elit, sed suscipit justo scelerisque ut. Aenean sed diam at ligula bibendum rhoncus quis in nunc. Suspendisse semper auctor dui vitae gravida. Fusce et risus in velit ullamcorper placerat. Pellentesque sollicitudin commodo porta. Nam eu enim orci, at euismod ipsum.
 63 </p>
 64 <p>
 65 quis porttitor auctor, nisi tellus aliquet urna, a dignissim orci nisl in nunc. Vivamus elit risus, sagittis et lacinia quis, blandit ac elit. Suspendisse non turpis vitae lorem molestie imperdiet sit amet in justo. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. In at quam sapien. Nam nunc eros, interdum ut commodo nec, sollicitudin ultrices magna. Mauris eu fringilla massa. Phasellus facilisis augue in lectus luctus scelerisque. Proin quis facilisis lacus. Morbi tempor, mauris vitae posuere scelerisque, turpis massa pulvinar tortor, quis congue dolor eros iaculis elit. Quisque blandit blandit elit, sed suscipit justo scelerisque ut. Aenean sed diam at ligula bibendum rhoncus quis in nunc. Suspendisse semper auctor dui vitae gravida. Fusce et risus in velit ullamcorper placerat. Pellentesque sollicitudin commodo porta. Nam eu enim orci, at euismod ipsum.
 66 </p>
 67 <p>
 68 porttitor auctor, nisi tellus aliquet urna, a dignissim orci nisl in nunc. Vivamus elit risus, sagittis et lacinia quis, blandit ac elit. Suspendisse non turpis vitae lorem molestie imperdiet sit amet in justo. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. In at quam sapien. Nam nunc eros, interdum ut commodo nec, sollicitudin ultrices magna. Mauris eu fringilla massa. Phasellus facilisis augue in lectus luctus scelerisque. Proin quis facilisis lacus. Morbi tempor, mauris vitae posuere scelerisque, turpis massa pulvinar tortor, quis congue dolor eros iaculis elit. Quisque blandit blandit elit, sed suscipit justo scelerisque ut. Aenean sed diam at ligula bibendum rhoncus quis in nunc. Suspendisse semper auctor dui vitae gravida. Fusce et risus in velit ullamcorper placerat. Pellentesque sollicitudin commodo porta. Nam eu enim orci, at euismod ipsum.
 69 </p>
 70 <p>
 71 auctor, nisi tellus aliquet urna, a dignissim orci nisl in nunc. Vivamus elit risus, sagittis et lacinia quis, blandit ac elit. Suspendisse non turpis vitae lorem molestie imperdiet sit amet in justo. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. In at quam sapien. Nam nunc eros, interdum ut commodo nec, sollicitudin ultrices magna. Mauris eu fringilla massa. Phasellus facilisis augue in lectus luctus scelerisque. Proin quis facilisis lacus. Morbi tempor, mauris vitae posuere scelerisque, turpis massa pulvinar tortor, quis congue dolor eros iaculis elit. Quisque blandit blandit elit, sed suscipit justo scelerisque ut. Aenean sed diam at ligula bibendum rhoncus quis in nunc. Suspendisse semper auctor dui vitae gravida. Fusce et risus in velit ullamcorper placerat. Pellentesque sollicitudin commodo porta. Nam eu enim orci, at euismod ipsum.
 72 </p>
 73 </div>
 74 <script>
 75 var target = document.getElementById("target");
 76 var style = target.style;
 77
 78 function test() {
 79 style.display = "block";
 80 style.width = "280px";
 81 target.offsetLeft;
 82 style.width = "300px";
 83 target.offsetLeft;
 84 style.width = "290px";
 85 target.offsetLeft;
 86 style.display = "none";
 87 }
 88
 89 PerfTestRunner.runPerSecond({ run: test });
 90 </script>
 91</body>
 92</html>

PerformanceTests/Layout/line-layout-loose-ja.html

 1<!DOCTYPE html>
 2<html>
 3<head>
 4 <title>Line breaking performance test - Line Break 'loose' - @lang 'ja'</title>
 5 <!-- This test intentionally uses ASCII only text. Do not change! -->
 6 <script src="../resources/runner.js"></script>
 7</head>
 8<body>
 9 <pre id="log"></pre>
 10 <div id="target" style="width: 300px; display: none; -webkit-line-break: loose;" lang="ja">
 11 <p>
 12 Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris ut elit lacus, non convallis odio. Integer facilisis, dolor quis porttitor auctor, nisi tellus aliquet urna, a dignissim orci nisl in nunc. Vivamus elit risus, sagittis et lacinia quis, blandit ac elit. Suspendisse non turpis vitae lorem molestie imperdiet sit amet in justo. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. In at quam sapien. Nam nunc eros, interdum ut commodo nec, sollicitudin ultrices magna. Mauris eu fringilla massa. Phasellus facilisis augue in lectus luctus scelerisque. Proin quis facilisis lacus. Morbi tempor, mauris vitae posuere scelerisque, turpis massa pulvinar tortor, quis congue dolor eros iaculis elit. Quisque blandit blandit elit, sed suscipit justo scelerisque ut. Aenean sed diam at ligula bibendum rhoncus quis in nunc. Suspendisse semper auctor dui vitae gravida. Fusce et risus in velit ullamcorper placerat. Pellentesque sollicitudin commodo porta. Nam eu enim orci, at euismod ipsum.
 13 </p>
 14 <p>
 15 ipsum dolor sit amet, consectetur adipiscing elit. Mauris ut elit lacus, non convallis odio. Integer facilisis, dolor quis porttitor auctor, nisi tellus aliquet urna, a dignissim orci nisl in nunc. Vivamus elit risus, sagittis et lacinia quis, blandit ac elit. Suspendisse non turpis vitae lorem molestie imperdiet sit amet in justo. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. In at quam sapien. Nam nunc eros, interdum ut commodo nec, sollicitudin ultrices magna. Mauris eu fringilla massa. Phasellus facilisis augue in lectus luctus scelerisque. Proin quis facilisis lacus. Morbi tempor, mauris vitae posuere scelerisque, turpis massa pulvinar tortor, quis congue dolor eros iaculis elit. Quisque blandit blandit elit, sed suscipit justo scelerisque ut. Aenean sed diam at ligula bibendum rhoncus quis in nunc. Suspendisse semper auctor dui vitae gravida. Fusce et risus in velit ullamcorper placerat. Pellentesque sollicitudin commodo porta. Nam eu enim orci, at euismod ipsum.
 16 </p>
 17 <p>
 18 dolor sit amet, consectetur adipiscing elit. Mauris ut elit lacus, non convallis odio. Integer facilisis, dolor quis porttitor auctor, nisi tellus aliquet urna, a dignissim orci nisl in nunc. Vivamus elit risus, sagittis et lacinia quis, blandit ac elit. Suspendisse non turpis vitae lorem molestie imperdiet sit amet in justo. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. In at quam sapien. Nam nunc eros, interdum ut commodo nec, sollicitudin ultrices magna. Mauris eu fringilla massa. Phasellus facilisis augue in lectus luctus scelerisque. Proin quis facilisis lacus. Morbi tempor, mauris vitae posuere scelerisque, turpis massa pulvinar tortor, quis congue dolor eros iaculis elit. Quisque blandit blandit elit, sed suscipit justo scelerisque ut. Aenean sed diam at ligula bibendum rhoncus quis in nunc. Suspendisse semper auctor dui vitae gravida. Fusce et risus in velit ullamcorper placerat. Pellentesque sollicitudin commodo porta. Nam eu enim orci, at euismod ipsum.
 19 </p>
 20 <p>
 21 sit amet, consectetur adipiscing elit. Mauris ut elit lacus, non convallis odio. Integer facilisis, dolor quis porttitor auctor, nisi tellus aliquet urna, a dignissim orci nisl in nunc. Vivamus elit risus, sagittis et lacinia quis, blandit ac elit. Suspendisse non turpis vitae lorem molestie imperdiet sit amet in justo. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. In at quam sapien. Nam nunc eros, interdum ut commodo nec, sollicitudin ultrices magna. Mauris eu fringilla massa. Phasellus facilisis augue in lectus luctus scelerisque. Proin quis facilisis lacus. Morbi tempor, mauris vitae posuere scelerisque, turpis massa pulvinar tortor, quis congue dolor eros iaculis elit. Quisque blandit blandit elit, sed suscipit justo scelerisque ut. Aenean sed diam at ligula bibendum rhoncus quis in nunc. Suspendisse semper auctor dui vitae gravida. Fusce et risus in velit ullamcorper placerat. Pellentesque sollicitudin commodo porta. Nam eu enim orci, at euismod ipsum.
 22 </p>
 23 <p>
 24 amet, consectetur adipiscing elit. Mauris ut elit lacus, non convallis odio. Integer facilisis, dolor quis porttitor auctor, nisi tellus aliquet urna, a dignissim orci nisl in nunc. Vivamus elit risus, sagittis et lacinia quis, blandit ac elit. Suspendisse non turpis vitae lorem molestie imperdiet sit amet in justo. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. In at quam sapien. Nam nunc eros, interdum ut commodo nec, sollicitudin ultrices magna. Mauris eu fringilla massa. Phasellus facilisis augue in lectus luctus scelerisque. Proin quis facilisis lacus. Morbi tempor, mauris vitae posuere scelerisque, turpis massa pulvinar tortor, quis congue dolor eros iaculis elit. Quisque blandit blandit elit, sed suscipit justo scelerisque ut. Aenean sed diam at ligula bibendum rhoncus quis in nunc. Suspendisse semper auctor dui vitae gravida. Fusce et risus in velit ullamcorper placerat. Pellentesque sollicitudin commodo porta. Nam eu enim orci, at euismod ipsum.
 25 </p>
 26 <p>
 27 consectetur adipiscing elit. Mauris ut elit lacus, non convallis odio. Integer facilisis, dolor quis porttitor auctor, nisi tellus aliquet urna, a dignissim orci nisl in nunc. Vivamus elit risus, sagittis et lacinia quis, blandit ac elit. Suspendisse non turpis vitae lorem molestie imperdiet sit amet in justo. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. In at quam sapien. Nam nunc eros, interdum ut commodo nec, sollicitudin ultrices magna. Mauris eu fringilla massa. Phasellus facilisis augue in lectus luctus scelerisque. Proin quis facilisis lacus. Morbi tempor, mauris vitae posuere scelerisque, turpis massa pulvinar tortor, quis congue dolor eros iaculis elit. Quisque blandit blandit elit, sed suscipit justo scelerisque ut. Aenean sed diam at ligula bibendum rhoncus quis in nunc. Suspendisse semper auctor dui vitae gravida. Fusce et risus in velit ullamcorper placerat. Pellentesque sollicitudin commodo porta. Nam eu enim orci, at euismod ipsum.
 28 </p>
 29 <p>
 30 adipiscing elit. Mauris ut elit lacus, non convallis odio. Integer facilisis, dolor quis porttitor auctor, nisi tellus aliquet urna, a dignissim orci nisl in nunc. Vivamus elit risus, sagittis et lacinia quis, blandit ac elit. Suspendisse non turpis vitae lorem molestie imperdiet sit amet in justo. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. In at quam sapien. Nam nunc eros, interdum ut commodo nec, sollicitudin ultrices magna. Mauris eu fringilla massa. Phasellus facilisis augue in lectus luctus scelerisque. Proin quis facilisis lacus. Morbi tempor, mauris vitae posuere scelerisque, turpis massa pulvinar tortor, quis congue dolor eros iaculis elit. Quisque blandit blandit elit, sed suscipit justo scelerisque ut. Aenean sed diam at ligula bibendum rhoncus quis in nunc. Suspendisse semper auctor dui vitae gravida. Fusce et risus in velit ullamcorper placerat. Pellentesque sollicitudin commodo porta. Nam eu enim orci, at euismod ipsum.
 31 </p>
 32 <p>
 33 elit. Mauris ut elit lacus, non convallis odio. Integer facilisis, dolor quis porttitor auctor, nisi tellus aliquet urna, a dignissim orci nisl in nunc. Vivamus elit risus, sagittis et lacinia quis, blandit ac elit. Suspendisse non turpis vitae lorem molestie imperdiet sit amet in justo. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. In at quam sapien. Nam nunc eros, interdum ut commodo nec, sollicitudin ultrices magna. Mauris eu fringilla massa. Phasellus facilisis augue in lectus luctus scelerisque. Proin quis facilisis lacus. Morbi tempor, mauris vitae posuere scelerisque, turpis massa pulvinar tortor, quis congue dolor eros iaculis elit. Quisque blandit blandit elit, sed suscipit justo scelerisque ut. Aenean sed diam at ligula bibendum rhoncus quis in nunc. Suspendisse semper auctor dui vitae gravida. Fusce et risus in velit ullamcorper placerat. Pellentesque sollicitudin commodo porta. Nam eu enim orci, at euismod ipsum.
 34 </p>
 35 <p>
 36 Mauris ut elit lacus, non convallis odio. Integer facilisis, dolor quis porttitor auctor, nisi tellus aliquet urna, a dignissim orci nisl in nunc. Vivamus elit risus, sagittis et lacinia quis, blandit ac elit. Suspendisse non turpis vitae lorem molestie imperdiet sit amet in justo. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. In at quam sapien. Nam nunc eros, interdum ut commodo nec, sollicitudin ultrices magna. Mauris eu fringilla massa. Phasellus facilisis augue in lectus luctus scelerisque. Proin quis facilisis lacus. Morbi tempor, mauris vitae posuere scelerisque, turpis massa pulvinar tortor, quis congue dolor eros iaculis elit. Quisque blandit blandit elit, sed suscipit justo scelerisque ut. Aenean sed diam at ligula bibendum rhoncus quis in nunc. Suspendisse semper auctor dui vitae gravida. Fusce et risus in velit ullamcorper placerat. Pellentesque sollicitudin commodo porta. Nam eu enim orci, at euismod ipsum.
 37 </p>
 38 <p>
 39 ut elit lacus, non convallis odio. Integer facilisis, dolor quis porttitor auctor, nisi tellus aliquet urna, a dignissim orci nisl in nunc. Vivamus elit risus, sagittis et lacinia quis, blandit ac elit. Suspendisse non turpis vitae lorem molestie imperdiet sit amet in justo. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. In at quam sapien. Nam nunc eros, interdum ut commodo nec, sollicitudin ultrices magna. Mauris eu fringilla massa. Phasellus facilisis augue in lectus luctus scelerisque. Proin quis facilisis lacus. Morbi tempor, mauris vitae posuere scelerisque, turpis massa pulvinar tortor, quis congue dolor eros iaculis elit. Quisque blandit blandit elit, sed suscipit justo scelerisque ut. Aenean sed diam at ligula bibendum rhoncus quis in nunc. Suspendisse semper auctor dui vitae gravida. Fusce et risus in velit ullamcorper placerat. Pellentesque sollicitudin commodo porta. Nam eu enim orci, at euismod ipsum.
 40 </p>
 41 <p>
 42 elit lacus, non convallis odio. Integer facilisis, dolor quis porttitor auctor, nisi tellus aliquet urna, a dignissim orci nisl in nunc. Vivamus elit risus, sagittis et lacinia quis, blandit ac elit. Suspendisse non turpis vitae lorem molestie imperdiet sit amet in justo. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. In at quam sapien. Nam nunc eros, interdum ut commodo nec, sollicitudin ultrices magna. Mauris eu fringilla massa. Phasellus facilisis augue in lectus luctus scelerisque. Proin quis facilisis lacus. Morbi tempor, mauris vitae posuere scelerisque, turpis massa pulvinar tortor, quis congue dolor eros iaculis elit. Quisque blandit blandit elit, sed suscipit justo scelerisque ut. Aenean sed diam at ligula bibendum rhoncus quis in nunc. Suspendisse semper auctor dui vitae gravida. Fusce et risus in velit ullamcorper placerat. Pellentesque sollicitudin commodo porta. Nam eu enim orci, at euismod ipsum.
 43 </p>
 44 <p>
 45 lacus, non convallis odio. Integer facilisis, dolor quis porttitor auctor, nisi tellus aliquet urna, a dignissim orci nisl in nunc. Vivamus elit risus, sagittis et lacinia quis, blandit ac elit. Suspendisse non turpis vitae lorem molestie imperdiet sit amet in justo. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. In at quam sapien. Nam nunc eros, interdum ut commodo nec, sollicitudin ultrices magna. Mauris eu fringilla massa. Phasellus facilisis augue in lectus luctus scelerisque. Proin quis facilisis lacus. Morbi tempor, mauris vitae posuere scelerisque, turpis massa pulvinar tortor, quis congue dolor eros iaculis elit. Quisque blandit blandit elit, sed suscipit justo scelerisque ut. Aenean sed diam at ligula bibendum rhoncus quis in nunc. Suspendisse semper auctor dui vitae gravida. Fusce et risus in velit ullamcorper placerat. Pellentesque sollicitudin commodo porta. Nam eu enim orci, at euismod ipsum.
 46 </p>
 47 <p>
 48 non convallis odio. Integer facilisis, dolor quis porttitor auctor, nisi tellus aliquet urna, a dignissim orci nisl in nunc. Vivamus elit risus, sagittis et lacinia quis, blandit ac elit. Suspendisse non turpis vitae lorem molestie imperdiet sit amet in justo. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. In at quam sapien. Nam nunc eros, interdum ut commodo nec, sollicitudin ultrices magna. Mauris eu fringilla massa. Phasellus facilisis augue in lectus luctus scelerisque. Proin quis facilisis lacus. Morbi tempor, mauris vitae posuere scelerisque, turpis massa pulvinar tortor, quis congue dolor eros iaculis elit. Quisque blandit blandit elit, sed suscipit justo scelerisque ut. Aenean sed diam at ligula bibendum rhoncus quis in nunc. Suspendisse semper auctor dui vitae gravida. Fusce et risus in velit ullamcorper placerat. Pellentesque sollicitudin commodo porta. Nam eu enim orci, at euismod ipsum.
 49 </p>
 50 <p>
 51 convallis odio. Integer facilisis, dolor quis porttitor auctor, nisi tellus aliquet urna, a dignissim orci nisl in nunc. Vivamus elit risus, sagittis et lacinia quis, blandit ac elit. Suspendisse non turpis vitae lorem molestie imperdiet sit amet in justo. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. In at quam sapien. Nam nunc eros, interdum ut commodo nec, sollicitudin ultrices magna. Mauris eu fringilla massa. Phasellus facilisis augue in lectus luctus scelerisque. Proin quis facilisis lacus. Morbi tempor, mauris vitae posuere scelerisque, turpis massa pulvinar tortor, quis congue dolor eros iaculis elit. Quisque blandit blandit elit, sed suscipit justo scelerisque ut. Aenean sed diam at ligula bibendum rhoncus quis in nunc. Suspendisse semper auctor dui vitae gravida. Fusce et risus in velit ullamcorper placerat. Pellentesque sollicitudin commodo porta. Nam eu enim orci, at euismod ipsum.
 52 </p>
 53 <p>
 54 odio. Integer facilisis, dolor quis porttitor auctor, nisi tellus aliquet urna, a dignissim orci nisl in nunc. Vivamus elit risus, sagittis et lacinia quis, blandit ac elit. Suspendisse non turpis vitae lorem molestie imperdiet sit amet in justo. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. In at quam sapien. Nam nunc eros, interdum ut commodo nec, sollicitudin ultrices magna. Mauris eu fringilla massa. Phasellus facilisis augue in lectus luctus scelerisque. Proin quis facilisis lacus. Morbi tempor, mauris vitae posuere scelerisque, turpis massa pulvinar tortor, quis congue dolor eros iaculis elit. Quisque blandit blandit elit, sed suscipit justo scelerisque ut. Aenean sed diam at ligula bibendum rhoncus quis in nunc. Suspendisse semper auctor dui vitae gravida. Fusce et risus in velit ullamcorper placerat. Pellentesque sollicitudin commodo porta. Nam eu enim orci, at euismod ipsum.
 55 </p>
 56 <p>
 57 Integer facilisis, dolor quis porttitor auctor, nisi tellus aliquet urna, a dignissim orci nisl in nunc. Vivamus elit risus, sagittis et lacinia quis, blandit ac elit. Suspendisse non turpis vitae lorem molestie imperdiet sit amet in justo. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. In at quam sapien. Nam nunc eros, interdum ut commodo nec, sollicitudin ultrices magna. Mauris eu fringilla massa. Phasellus facilisis augue in lectus luctus scelerisque. Proin quis facilisis lacus. Morbi tempor, mauris vitae posuere scelerisque, turpis massa pulvinar tortor, quis congue dolor eros iaculis elit. Quisque blandit blandit elit, sed suscipit justo scelerisque ut. Aenean sed diam at ligula bibendum rhoncus quis in nunc. Suspendisse semper auctor dui vitae gravida. Fusce et risus in velit ullamcorper placerat. Pellentesque sollicitudin commodo porta. Nam eu enim orci, at euismod ipsum.
 58 </p>
 59 <p>
 60 facilisis, dolor quis porttitor auctor, nisi tellus aliquet urna, a dignissim orci nisl in nunc. Vivamus elit risus, sagittis et lacinia quis, blandit ac elit. Suspendisse non turpis vitae lorem molestie imperdiet sit amet in justo. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. In at quam sapien. Nam nunc eros, interdum ut commodo nec, sollicitudin ultrices magna. Mauris eu fringilla massa. Phasellus facilisis augue in lectus luctus scelerisque. Proin quis facilisis lacus. Morbi tempor, mauris vitae posuere scelerisque, turpis massa pulvinar tortor, quis congue dolor eros iaculis elit. Quisque blandit blandit elit, sed suscipit justo scelerisque ut. Aenean sed diam at ligula bibendum rhoncus quis in nunc. Suspendisse semper auctor dui vitae gravida. Fusce et risus in velit ullamcorper placerat. Pellentesque sollicitudin commodo porta. Nam eu enim orci, at euismod ipsum.
 61 </p>
 62 <p>
 63 dolor quis porttitor auctor, nisi tellus aliquet urna, a dignissim orci nisl in nunc. Vivamus elit risus, sagittis et lacinia quis, blandit ac elit. Suspendisse non turpis vitae lorem molestie imperdiet sit amet in justo. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. In at quam sapien. Nam nunc eros, interdum ut commodo nec, sollicitudin ultrices magna. Mauris eu fringilla massa. Phasellus facilisis augue in lectus luctus scelerisque. Proin quis facilisis lacus. Morbi tempor, mauris vitae posuere scelerisque, turpis massa pulvinar tortor, quis congue dolor eros iaculis elit. Quisque blandit blandit elit, sed suscipit justo scelerisque ut. Aenean sed diam at ligula bibendum rhoncus quis in nunc. Suspendisse semper auctor dui vitae gravida. Fusce et risus in velit ullamcorper placerat. Pellentesque sollicitudin commodo porta. Nam eu enim orci, at euismod ipsum.
 64 </p>
 65 <p>
 66 quis porttitor auctor, nisi tellus aliquet urna, a dignissim orci nisl in nunc. Vivamus elit risus, sagittis et lacinia quis, blandit ac elit. Suspendisse non turpis vitae lorem molestie imperdiet sit amet in justo. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. In at quam sapien. Nam nunc eros, interdum ut commodo nec, sollicitudin ultrices magna. Mauris eu fringilla massa. Phasellus facilisis augue in lectus luctus scelerisque. Proin quis facilisis lacus. Morbi tempor, mauris vitae posuere scelerisque, turpis massa pulvinar tortor, quis congue dolor eros iaculis elit. Quisque blandit blandit elit, sed suscipit justo scelerisque ut. Aenean sed diam at ligula bibendum rhoncus quis in nunc. Suspendisse semper auctor dui vitae gravida. Fusce et risus in velit ullamcorper placerat. Pellentesque sollicitudin commodo porta. Nam eu enim orci, at euismod ipsum.
 67 </p>
 68 <p>
 69 porttitor auctor, nisi tellus aliquet urna, a dignissim orci nisl in nunc. Vivamus elit risus, sagittis et lacinia quis, blandit ac elit. Suspendisse non turpis vitae lorem molestie imperdiet sit amet in justo. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. In at quam sapien. Nam nunc eros, interdum ut commodo nec, sollicitudin ultrices magna. Mauris eu fringilla massa. Phasellus facilisis augue in lectus luctus scelerisque. Proin quis facilisis lacus. Morbi tempor, mauris vitae posuere scelerisque, turpis massa pulvinar tortor, quis congue dolor eros iaculis elit. Quisque blandit blandit elit, sed suscipit justo scelerisque ut. Aenean sed diam at ligula bibendum rhoncus quis in nunc. Suspendisse semper auctor dui vitae gravida. Fusce et risus in velit ullamcorper placerat. Pellentesque sollicitudin commodo porta. Nam eu enim orci, at euismod ipsum.
 70 </p>
 71 <p>
 72 auctor, nisi tellus aliquet urna, a dignissim orci nisl in nunc. Vivamus elit risus, sagittis et lacinia quis, blandit ac elit. Suspendisse non turpis vitae lorem molestie imperdiet sit amet in justo. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. In at quam sapien. Nam nunc eros, interdum ut commodo nec, sollicitudin ultrices magna. Mauris eu fringilla massa. Phasellus facilisis augue in lectus luctus scelerisque. Proin quis facilisis lacus. Morbi tempor, mauris vitae posuere scelerisque, turpis massa pulvinar tortor, quis congue dolor eros iaculis elit. Quisque blandit blandit elit, sed suscipit justo scelerisque ut. Aenean sed diam at ligula bibendum rhoncus quis in nunc. Suspendisse semper auctor dui vitae gravida. Fusce et risus in velit ullamcorper placerat. Pellentesque sollicitudin commodo porta. Nam eu enim orci, at euismod ipsum.
 73 </p>
 74 </div>
 75 <script>
 76 var target = document.getElementById("target");
 77 var style = target.style;
 78
 79 function test() {
 80 style.display = "block";
 81 style.width = "280px";
 82 target.offsetLeft;
 83 style.width = "300px";
 84 target.offsetLeft;
 85 style.width = "290px";
 86 target.offsetLeft;
 87 style.display = "none";
 88 }
 89
 90 PerfTestRunner.runPerSecond({ run: test });
 91 </script>
 92</body>
 93</html>

PerformanceTests/Layout/line-layout-normal-en.html

 1<!DOCTYPE html>
 2<html>
 3<head>
 4 <title>Line breaking performance test - Line Break 'normal' - @lang 'en'</title>
 5 <script src="../resources/runner.js"></script>
 6</head>
 7<body>
 8 <pre id="log"></pre>
 9 <div id="target" style="width: 300px; display: none; -webkit-line-break: normal;" lang="en">
 10 <p>
 11 Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris ut elit lacus, non convallis odio. Integer facilisis, dolor quis porttitor auctor, nisi tellus aliquet urna, a dignissim orci nisl in nunc. Vivamus elit risus, sagittis et lacinia quis, blandit ac elit. Suspendisse non turpis vitae lorem molestie imperdiet sit amet in justo. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. In at quam sapien. Nam nunc eros, interdum ut commodo nec, sollicitudin ultrices magna. Mauris eu fringilla massa. Phasellus facilisis augue in lectus luctus scelerisque. Proin quis facilisis lacus. Morbi tempor, mauris vitae posuere scelerisque, turpis massa pulvinar tortor, quis congue dolor eros iaculis elit. Quisque blandit blandit elit, sed suscipit justo scelerisque ut. Aenean sed diam at ligula bibendum rhoncus quis in nunc. Suspendisse semper auctor dui vitae gravida. Fusce et risus in velit ullamcorper placerat. Pellentesque sollicitudin commodo porta. Nam eu enim orci, at euismod ipsum.
 12 </p>
 13 <p>
 14 ipsum dolor sit amet, consectetur adipiscing elit. Mauris ut elit lacus, non convallis odio. Integer facilisis, dolor quis porttitor auctor, nisi tellus aliquet urna, a dignissim orci nisl in nunc. Vivamus elit risus, sagittis et lacinia quis, blandit ac elit. Suspendisse non turpis vitae lorem molestie imperdiet sit amet in justo. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. In at quam sapien. Nam nunc eros, interdum ut commodo nec, sollicitudin ultrices magna. Mauris eu fringilla massa. Phasellus facilisis augue in lectus luctus scelerisque. Proin quis facilisis lacus. Morbi tempor, mauris vitae posuere scelerisque, turpis massa pulvinar tortor, quis congue dolor eros iaculis elit. Quisque blandit blandit elit, sed suscipit justo scelerisque ut. Aenean sed diam at ligula bibendum rhoncus quis in nunc. Suspendisse semper auctor dui vitae gravida. Fusce et risus in velit ullamcorper placerat. Pellentesque sollicitudin commodo porta. Nam eu enim orci, at euismod ipsum.
 15 </p>
 16 <p>
 17 dolor sit amet, consectetur adipiscing elit. Mauris ut elit lacus, non convallis odio. Integer facilisis, dolor quis porttitor auctor, nisi tellus aliquet urna, a dignissim orci nisl in nunc. Vivamus elit risus, sagittis et lacinia quis, blandit ac elit. Suspendisse non turpis vitae lorem molestie imperdiet sit amet in justo. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. In at quam sapien. Nam nunc eros, interdum ut commodo nec, sollicitudin ultrices magna. Mauris eu fringilla massa. Phasellus facilisis augue in lectus luctus scelerisque. Proin quis facilisis lacus. Morbi tempor, mauris vitae posuere scelerisque, turpis massa pulvinar tortor, quis congue dolor eros iaculis elit. Quisque blandit blandit elit, sed suscipit justo scelerisque ut. Aenean sed diam at ligula bibendum rhoncus quis in nunc. Suspendisse semper auctor dui vitae gravida. Fusce et risus in velit ullamcorper placerat. Pellentesque sollicitudin commodo porta. Nam eu enim orci, at euismod ipsum.
 18 </p>
 19 <p>
 20 sit amet, consectetur adipiscing elit. Mauris ut elit lacus, non convallis odio. Integer facilisis, dolor quis porttitor auctor, nisi tellus aliquet urna, a dignissim orci nisl in nunc. Vivamus elit risus, sagittis et lacinia quis, blandit ac elit. Suspendisse non turpis vitae lorem molestie imperdiet sit amet in justo. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. In at quam sapien. Nam nunc eros, interdum ut commodo nec, sollicitudin ultrices magna. Mauris eu fringilla massa. Phasellus facilisis augue in lectus luctus scelerisque. Proin quis facilisis lacus. Morbi tempor, mauris vitae posuere scelerisque, turpis massa pulvinar tortor, quis congue dolor eros iaculis elit. Quisque blandit blandit elit, sed suscipit justo scelerisque ut. Aenean sed diam at ligula bibendum rhoncus quis in nunc. Suspendisse semper auctor dui vitae gravida. Fusce et risus in velit ullamcorper placerat. Pellentesque sollicitudin commodo porta. Nam eu enim orci, at euismod ipsum.
 21 </p>
 22 <p>
 23 amet, consectetur adipiscing elit. Mauris ut elit lacus, non convallis odio. Integer facilisis, dolor quis porttitor auctor, nisi tellus aliquet urna, a dignissim orci nisl in nunc. Vivamus elit risus, sagittis et lacinia quis, blandit ac elit. Suspendisse non turpis vitae lorem molestie imperdiet sit amet in justo. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. In at quam sapien. Nam nunc eros, interdum ut commodo nec, sollicitudin ultrices magna. Mauris eu fringilla massa. Phasellus facilisis augue in lectus luctus scelerisque. Proin quis facilisis lacus. Morbi tempor, mauris vitae posuere scelerisque, turpis massa pulvinar tortor, quis congue dolor eros iaculis elit. Quisque blandit blandit elit, sed suscipit justo scelerisque ut. Aenean sed diam at ligula bibendum rhoncus quis in nunc. Suspendisse semper auctor dui vitae gravida. Fusce et risus in velit ullamcorper placerat. Pellentesque sollicitudin commodo porta. Nam eu enim orci, at euismod ipsum.
 24 </p>
 25 <p>
 26 consectetur adipiscing elit. Mauris ut elit lacus, non convallis odio. Integer facilisis, dolor quis porttitor auctor, nisi tellus aliquet urna, a dignissim orci nisl in nunc. Vivamus elit risus, sagittis et lacinia quis, blandit ac elit. Suspendisse non turpis vitae lorem molestie imperdiet sit amet in justo. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. In at quam sapien. Nam nunc eros, interdum ut commodo nec, sollicitudin ultrices magna. Mauris eu fringilla massa. Phasellus facilisis augue in lectus luctus scelerisque. Proin quis facilisis lacus. Morbi tempor, mauris vitae posuere scelerisque, turpis massa pulvinar tortor, quis congue dolor eros iaculis elit. Quisque blandit blandit elit, sed suscipit justo scelerisque ut. Aenean sed diam at ligula bibendum rhoncus quis in nunc. Suspendisse semper auctor dui vitae gravida. Fusce et risus in velit ullamcorper placerat. Pellentesque sollicitudin commodo porta. Nam eu enim orci, at euismod ipsum.
 27 </p>
 28 <p>
 29 adipiscing elit. Mauris ut elit lacus, non convallis odio. Integer facilisis, dolor quis porttitor auctor, nisi tellus aliquet urna, a dignissim orci nisl in nunc. Vivamus elit risus, sagittis et lacinia quis, blandit ac elit. Suspendisse non turpis vitae lorem molestie imperdiet sit amet in justo. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. In at quam sapien. Nam nunc eros, interdum ut commodo nec, sollicitudin ultrices magna. Mauris eu fringilla massa. Phasellus facilisis augue in lectus luctus scelerisque. Proin quis facilisis lacus. Morbi tempor, mauris vitae posuere scelerisque, turpis massa pulvinar tortor, quis congue dolor eros iaculis elit. Quisque blandit blandit elit, sed suscipit justo scelerisque ut. Aenean sed diam at ligula bibendum rhoncus quis in nunc. Suspendisse semper auctor dui vitae gravida. Fusce et risus in velit ullamcorper placerat. Pellentesque sollicitudin commodo porta. Nam eu enim orci, at euismod ipsum.
 30 </p>
 31 <p>
 32 elit. Mauris ut elit lacus, non convallis odio. Integer facilisis, dolor quis porttitor auctor, nisi tellus aliquet urna, a dignissim orci nisl in nunc. Vivamus elit risus, sagittis et lacinia quis, blandit ac elit. Suspendisse non turpis vitae lorem molestie imperdiet sit amet in justo. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. In at quam sapien. Nam nunc eros, interdum ut commodo nec, sollicitudin ultrices magna. Mauris eu fringilla massa. Phasellus facilisis augue in lectus luctus scelerisque. Proin quis facilisis lacus. Morbi tempor, mauris vitae posuere scelerisque, turpis massa pulvinar tortor, quis congue dolor eros iaculis elit. Quisque blandit blandit elit, sed suscipit justo scelerisque ut. Aenean sed diam at ligula bibendum rhoncus quis in nunc. Suspendisse semper auctor dui vitae gravida. Fusce et risus in velit ullamcorper placerat. Pellentesque sollicitudin commodo porta. Nam eu enim orci, at euismod ipsum.
 33 </p>
 34 <p>
 35 Mauris ut elit lacus, non convallis odio. Integer facilisis, dolor quis porttitor auctor, nisi tellus aliquet urna, a dignissim orci nisl in nunc. Vivamus elit risus, sagittis et lacinia quis, blandit ac elit. Suspendisse non turpis vitae lorem molestie imperdiet sit amet in justo. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. In at quam sapien. Nam nunc eros, interdum ut commodo nec, sollicitudin ultrices magna. Mauris eu fringilla massa. Phasellus facilisis augue in lectus luctus scelerisque. Proin quis facilisis lacus. Morbi tempor, mauris vitae posuere scelerisque, turpis massa pulvinar tortor, quis congue dolor eros iaculis elit. Quisque blandit blandit elit, sed suscipit justo scelerisque ut. Aenean sed diam at ligula bibendum rhoncus quis in nunc. Suspendisse semper auctor dui vitae gravida. Fusce et risus in velit ullamcorper placerat. Pellentesque sollicitudin commodo porta. Nam eu enim orci, at euismod ipsum.
 36 </p>
 37 <p>
 38 ut elit lacus, non convallis odio. Integer facilisis, dolor quis porttitor auctor, nisi tellus aliquet urna, a dignissim orci nisl in nunc. Vivamus elit risus, sagittis et lacinia quis, blandit ac elit. Suspendisse non turpis vitae lorem molestie imperdiet sit amet in justo. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. In at quam sapien. Nam nunc eros, interdum ut commodo nec, sollicitudin ultrices magna. Mauris eu fringilla massa. Phasellus facilisis augue in lectus luctus scelerisque. Proin quis facilisis lacus. Morbi tempor, mauris vitae posuere scelerisque, turpis massa pulvinar tortor, quis congue dolor eros iaculis elit. Quisque blandit blandit elit, sed suscipit justo scelerisque ut. Aenean sed diam at ligula bibendum rhoncus quis in nunc. Suspendisse semper auctor dui vitae gravida. Fusce et risus in velit ullamcorper placerat. Pellentesque sollicitudin commodo porta. Nam eu enim orci, at euismod ipsum.
 39 </p>
 40 <p>
 41 elit lacus, non convallis odio. Integer facilisis, dolor quis porttitor auctor, nisi tellus aliquet urna, a dignissim orci nisl in nunc. Vivamus elit risus, sagittis et lacinia quis, blandit ac elit. Suspendisse non turpis vitae lorem molestie imperdiet sit amet in justo. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. In at quam sapien. Nam nunc eros, interdum ut commodo nec, sollicitudin ultrices magna. Mauris eu fringilla massa. Phasellus facilisis augue in lectus luctus scelerisque. Proin quis facilisis lacus. Morbi tempor, mauris vitae posuere scelerisque, turpis massa pulvinar tortor, quis congue dolor eros iaculis elit. Quisque blandit blandit elit, sed suscipit justo scelerisque ut. Aenean sed diam at ligula bibendum rhoncus quis in nunc. Suspendisse semper auctor dui vitae gravida. Fusce et risus in velit ullamcorper placerat. Pellentesque sollicitudin commodo porta. Nam eu enim orci, at euismod ipsum.
 42 </p>
 43 <p>
 44 lacus, non convallis odio. Integer facilisis, dolor quis porttitor auctor, nisi tellus aliquet urna, a dignissim orci nisl in nunc. Vivamus elit risus, sagittis et lacinia quis, blandit ac elit. Suspendisse non turpis vitae lorem molestie imperdiet sit amet in justo. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. In at quam sapien. Nam nunc eros, interdum ut commodo nec, sollicitudin ultrices magna. Mauris eu fringilla massa. Phasellus facilisis augue in lectus luctus scelerisque. Proin quis facilisis lacus. Morbi tempor, mauris vitae posuere scelerisque, turpis massa pulvinar tortor, quis congue dolor eros iaculis elit. Quisque blandit blandit elit, sed suscipit justo scelerisque ut. Aenean sed diam at ligula bibendum rhoncus quis in nunc. Suspendisse semper auctor dui vitae gravida. Fusce et risus in velit ullamcorper placerat. Pellentesque sollicitudin commodo porta. Nam eu enim orci, at euismod ipsum.
 45 </p>
 46 <p>
 47 non convallis odio. Integer facilisis, dolor quis porttitor auctor, nisi tellus aliquet urna, a dignissim orci nisl in nunc. Vivamus elit risus, sagittis et lacinia quis, blandit ac elit. Suspendisse non turpis vitae lorem molestie imperdiet sit amet in justo. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. In at quam sapien. Nam nunc eros, interdum ut commodo nec, sollicitudin ultrices magna. Mauris eu fringilla massa. Phasellus facilisis augue in lectus luctus scelerisque. Proin quis facilisis lacus. Morbi tempor, mauris vitae posuere scelerisque, turpis massa pulvinar tortor, quis congue dolor eros iaculis elit. Quisque blandit blandit elit, sed suscipit justo scelerisque ut. Aenean sed diam at ligula bibendum rhoncus quis in nunc. Suspendisse semper auctor dui vitae gravida. Fusce et risus in velit ullamcorper placerat. Pellentesque sollicitudin commodo porta. Nam eu enim orci, at euismod ipsum.
 48 </p>
 49 <p>
 50 convallis odio. Integer facilisis, dolor quis porttitor auctor, nisi tellus aliquet urna, a dignissim orci nisl in nunc. Vivamus elit risus, sagittis et lacinia quis, blandit ac elit. Suspendisse non turpis vitae lorem molestie imperdiet sit amet in justo. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. In at quam sapien. Nam nunc eros, interdum ut commodo nec, sollicitudin ultrices magna. Mauris eu fringilla massa. Phasellus facilisis augue in lectus luctus scelerisque. Proin quis facilisis lacus. Morbi tempor, mauris vitae posuere scelerisque, turpis massa pulvinar tortor, quis congue dolor eros iaculis elit. Quisque blandit blandit elit, sed suscipit justo scelerisque ut. Aenean sed diam at ligula bibendum rhoncus quis in nunc. Suspendisse semper auctor dui vitae gravida. Fusce et risus in velit ullamcorper placerat. Pellentesque sollicitudin commodo porta. Nam eu enim orci, at euismod ipsum.
 51 </p>
 52 <p>
 53 odio. Integer facilisis, dolor quis porttitor auctor, nisi tellus aliquet urna, a dignissim orci nisl in nunc. Vivamus elit risus, sagittis et lacinia quis, blandit ac elit. Suspendisse non turpis vitae lorem molestie imperdiet sit amet in justo. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. In at quam sapien. Nam nunc eros, interdum ut commodo nec, sollicitudin ultrices magna. Mauris eu fringilla massa. Phasellus facilisis augue in lectus luctus scelerisque. Proin quis facilisis lacus. Morbi tempor, mauris vitae posuere scelerisque, turpis massa pulvinar tortor, quis congue dolor eros iaculis elit. Quisque blandit blandit elit, sed suscipit justo scelerisque ut. Aenean sed diam at ligula bibendum rhoncus quis in nunc. Suspendisse semper auctor dui vitae gravida. Fusce et risus in velit ullamcorper placerat. Pellentesque sollicitudin commodo porta. Nam eu enim orci, at euismod ipsum.
 54 </p>
 55 <p>
 56 Integer facilisis, dolor quis porttitor auctor, nisi tellus aliquet urna, a dignissim orci nisl in nunc. Vivamus elit risus, sagittis et lacinia quis, blandit ac elit. Suspendisse non turpis vitae lorem molestie imperdiet sit amet in justo. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. In at quam sapien. Nam nunc eros, interdum ut commodo nec, sollicitudin ultrices magna. Mauris eu fringilla massa. Phasellus facilisis augue in lectus luctus scelerisque. Proin quis facilisis lacus. Morbi tempor, mauris vitae posuere scelerisque, turpis massa pulvinar tortor, quis congue dolor eros iaculis elit. Quisque blandit blandit elit, sed suscipit justo scelerisque ut. Aenean sed diam at ligula bibendum rhoncus quis in nunc. Suspendisse semper auctor dui vitae gravida. Fusce et risus in velit ullamcorper placerat. Pellentesque sollicitudin commodo porta. Nam eu enim orci, at euismod ipsum.
 57 </p>
 58 <p>
 59 facilisis, dolor quis porttitor auctor, nisi tellus aliquet urna, a dignissim orci nisl in nunc. Vivamus elit risus, sagittis et lacinia quis, blandit ac elit. Suspendisse non turpis vitae lorem molestie imperdiet sit amet in justo. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. In at quam sapien. Nam nunc eros, interdum ut commodo nec, sollicitudin ultrices magna. Mauris eu fringilla massa. Phasellus facilisis augue in lectus luctus scelerisque. Proin quis facilisis lacus. Morbi tempor, mauris vitae posuere scelerisque, turpis massa pulvinar tortor, quis congue dolor eros iaculis elit. Quisque blandit blandit elit, sed suscipit justo scelerisque ut. Aenean sed diam at ligula bibendum rhoncus quis in nunc. Suspendisse semper auctor dui vitae gravida. Fusce et risus in velit ullamcorper placerat. Pellentesque sollicitudin commodo porta. Nam eu enim orci, at euismod ipsum.
 60 </p>
 61 <p>
 62 dolor quis porttitor auctor, nisi tellus aliquet urna, a dignissim orci nisl in nunc. Vivamus elit risus, sagittis et lacinia quis, blandit ac elit. Suspendisse non turpis vitae lorem molestie imperdiet sit amet in justo. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. In at quam sapien. Nam nunc eros, interdum ut commodo nec, sollicitudin ultrices magna. Mauris eu fringilla massa. Phasellus facilisis augue in lectus luctus scelerisque. Proin quis facilisis lacus. Morbi tempor, mauris vitae posuere scelerisque, turpis massa pulvinar tortor, quis congue dolor eros iaculis elit. Quisque blandit blandit elit, sed suscipit justo scelerisque ut. Aenean sed diam at ligula bibendum rhoncus quis in nunc. Suspendisse semper auctor dui vitae gravida. Fusce et risus in velit ullamcorper placerat. Pellentesque sollicitudin commodo porta. Nam eu enim orci, at euismod ipsum.
 63 </p>
 64 <p>
 65 quis porttitor auctor, nisi tellus aliquet urna, a dignissim orci nisl in nunc. Vivamus elit risus, sagittis et lacinia quis, blandit ac elit. Suspendisse non turpis vitae lorem molestie imperdiet sit amet in justo. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. In at quam sapien. Nam nunc eros, interdum ut commodo nec, sollicitudin ultrices magna. Mauris eu fringilla massa. Phasellus facilisis augue in lectus luctus scelerisque. Proin quis facilisis lacus. Morbi tempor, mauris vitae posuere scelerisque, turpis massa pulvinar tortor, quis congue dolor eros iaculis elit. Quisque blandit blandit elit, sed suscipit justo scelerisque ut. Aenean sed diam at ligula bibendum rhoncus quis in nunc. Suspendisse semper auctor dui vitae gravida. Fusce et risus in velit ullamcorper placerat. Pellentesque sollicitudin commodo porta. Nam eu enim orci, at euismod ipsum.
 66 </p>
 67 <p>
 68 porttitor auctor, nisi tellus aliquet urna, a dignissim orci nisl in nunc. Vivamus elit risus, sagittis et lacinia quis, blandit ac elit. Suspendisse non turpis vitae lorem molestie imperdiet sit amet in justo. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. In at quam sapien. Nam nunc eros, interdum ut commodo nec, sollicitudin ultrices magna. Mauris eu fringilla massa. Phasellus facilisis augue in lectus luctus scelerisque. Proin quis facilisis lacus. Morbi tempor, mauris vitae posuere scelerisque, turpis massa pulvinar tortor, quis congue dolor eros iaculis elit. Quisque blandit blandit elit, sed suscipit justo scelerisque ut. Aenean sed diam at ligula bibendum rhoncus quis in nunc. Suspendisse semper auctor dui vitae gravida. Fusce et risus in velit ullamcorper placerat. Pellentesque sollicitudin commodo porta. Nam eu enim orci, at euismod ipsum.
 69 </p>
 70 <p>
 71 auctor, nisi tellus aliquet urna, a dignissim orci nisl in nunc. Vivamus elit risus, sagittis et lacinia quis, blandit ac elit. Suspendisse non turpis vitae lorem molestie imperdiet sit amet in justo. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. In at quam sapien. Nam nunc eros, interdum ut commodo nec, sollicitudin ultrices magna. Mauris eu fringilla massa. Phasellus facilisis augue in lectus luctus scelerisque. Proin quis facilisis lacus. Morbi tempor, mauris vitae posuere scelerisque, turpis massa pulvinar tortor, quis congue dolor eros iaculis elit. Quisque blandit blandit elit, sed suscipit justo scelerisque ut. Aenean sed diam at ligula bibendum rhoncus quis in nunc. Suspendisse semper auctor dui vitae gravida. Fusce et risus in velit ullamcorper placerat. Pellentesque sollicitudin commodo porta. Nam eu enim orci, at euismod ipsum.
 72 </p>
 73 </div>
 74 <script>
 75 var target = document.getElementById("target");
 76 var style = target.style;
 77
 78 function test() {
 79 style.display = "block";
 80 style.width = "280px";
 81 target.offsetLeft;
 82 style.width = "300px";
 83 target.offsetLeft;
 84 style.width = "290px";
 85 target.offsetLeft;
 86 style.display = "none";
 87 }
 88
 89 PerfTestRunner.runPerSecond({ run: test });
 90 </script>
 91</body>
 92</html>

PerformanceTests/Layout/line-layout-normal-ja.html

 1<!DOCTYPE html>
 2<html>
 3<head>
 4 <title>Line breaking performance test - Line Break 'normal' - @lang 'ja'</title>
 5 <!-- This test intentionally uses ASCII only text. Do not change! -->
 6 <script src="../resources/runner.js"></script>
 7</head>
 8<body>
 9 <pre id="log"></pre>
 10 <div id="target" style="width: 300px; display: none; -webkit-line-break: normal;" lang="ja">
 11 <p>
 12 Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris ut elit lacus, non convallis odio. Integer facilisis, dolor quis porttitor auctor, nisi tellus aliquet urna, a dignissim orci nisl in nunc. Vivamus elit risus, sagittis et lacinia quis, blandit ac elit. Suspendisse non turpis vitae lorem molestie imperdiet sit amet in justo. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. In at quam sapien. Nam nunc eros, interdum ut commodo nec, sollicitudin ultrices magna. Mauris eu fringilla massa. Phasellus facilisis augue in lectus luctus scelerisque. Proin quis facilisis lacus. Morbi tempor, mauris vitae posuere scelerisque, turpis massa pulvinar tortor, quis congue dolor eros iaculis elit. Quisque blandit blandit elit, sed suscipit justo scelerisque ut. Aenean sed diam at ligula bibendum rhoncus quis in nunc. Suspendisse semper auctor dui vitae gravida. Fusce et risus in velit ullamcorper placerat. Pellentesque sollicitudin commodo porta. Nam eu enim orci, at euismod ipsum.
 13 </p>
 14 <p>
 15 ipsum dolor sit amet, consectetur adipiscing elit. Mauris ut elit lacus, non convallis odio. Integer facilisis, dolor quis porttitor auctor, nisi tellus aliquet urna, a dignissim orci nisl in nunc. Vivamus elit risus, sagittis et lacinia quis, blandit ac elit. Suspendisse non turpis vitae lorem molestie imperdiet sit amet in justo. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. In at quam sapien. Nam nunc eros, interdum ut commodo nec, sollicitudin ultrices magna. Mauris eu fringilla massa. Phasellus facilisis augue in lectus luctus scelerisque. Proin quis facilisis lacus. Morbi tempor, mauris vitae posuere scelerisque, turpis massa pulvinar tortor, quis congue dolor eros iaculis elit. Quisque blandit blandit elit, sed suscipit justo scelerisque ut. Aenean sed diam at ligula bibendum rhoncus quis in nunc. Suspendisse semper auctor dui vitae gravida. Fusce et risus in velit ullamcorper placerat. Pellentesque sollicitudin commodo porta. Nam eu enim orci, at euismod ipsum.
 16 </p>
 17 <p>
 18 dolor sit amet, consectetur adipiscing elit. Mauris ut elit lacus, non convallis odio. Integer facilisis, dolor quis porttitor auctor, nisi tellus aliquet urna, a dignissim orci nisl in nunc. Vivamus elit risus, sagittis et lacinia quis, blandit ac elit. Suspendisse non turpis vitae lorem molestie imperdiet sit amet in justo. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. In at quam sapien. Nam nunc eros, interdum ut commodo nec, sollicitudin ultrices magna. Mauris eu fringilla massa. Phasellus facilisis augue in lectus luctus scelerisque. Proin quis facilisis lacus. Morbi tempor, mauris vitae posuere scelerisque, turpis massa pulvinar tortor, quis congue dolor eros iaculis elit. Quisque blandit blandit elit, sed suscipit justo scelerisque ut. Aenean sed diam at ligula bibendum rhoncus quis in nunc. Suspendisse semper auctor dui vitae gravida. Fusce et risus in velit ullamcorper placerat. Pellentesque sollicitudin commodo porta. Nam eu enim orci, at euismod ipsum.
 19 </p>
 20 <p>
 21 sit amet, consectetur adipiscing elit. Mauris ut elit lacus, non convallis odio. Integer facilisis, dolor quis porttitor auctor, nisi tellus aliquet urna, a dignissim orci nisl in nunc. Vivamus elit risus, sagittis et lacinia quis, blandit ac elit. Suspendisse non turpis vitae lorem molestie imperdiet sit amet in justo. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. In at quam sapien. Nam nunc eros, interdum ut commodo nec, sollicitudin ultrices magna. Mauris eu fringilla massa. Phasellus facilisis augue in lectus luctus scelerisque. Proin quis facilisis lacus. Morbi tempor, mauris vitae posuere scelerisque, turpis massa pulvinar tortor, quis congue dolor eros iaculis elit. Quisque blandit blandit elit, sed suscipit justo scelerisque ut. Aenean sed diam at ligula bibendum rhoncus quis in nunc. Suspendisse semper auctor dui vitae gravida. Fusce et risus in velit ullamcorper placerat. Pellentesque sollicitudin commodo porta. Nam eu enim orci, at euismod ipsum.
 22 </p>
 23 <p>
 24 amet, consectetur adipiscing elit. Mauris ut elit lacus, non convallis odio. Integer facilisis, dolor quis porttitor auctor, nisi tellus aliquet urna, a dignissim orci nisl in nunc. Vivamus elit risus, sagittis et lacinia quis, blandit ac elit. Suspendisse non turpis vitae lorem molestie imperdiet sit amet in justo. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. In at quam sapien. Nam nunc eros, interdum ut commodo nec, sollicitudin ultrices magna. Mauris eu fringilla massa. Phasellus facilisis augue in lectus luctus scelerisque. Proin quis facilisis lacus. Morbi tempor, mauris vitae posuere scelerisque, turpis massa pulvinar tortor, quis congue dolor eros iaculis elit. Quisque blandit blandit elit, sed suscipit justo scelerisque ut. Aenean sed diam at ligula bibendum rhoncus quis in nunc. Suspendisse semper auctor dui vitae gravida. Fusce et risus in velit ullamcorper placerat. Pellentesque sollicitudin commodo porta. Nam eu enim orci, at euismod ipsum.
 25 </p>
 26 <p>
 27 consectetur adipiscing elit. Mauris ut elit lacus, non convallis odio. Integer facilisis, dolor quis porttitor auctor, nisi tellus aliquet urna, a dignissim orci nisl in nunc. Vivamus elit risus, sagittis et lacinia quis, blandit ac elit. Suspendisse non turpis vitae lorem molestie imperdiet sit amet in justo. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. In at quam sapien. Nam nunc eros, interdum ut commodo nec, sollicitudin ultrices magna. Mauris eu fringilla massa. Phasellus facilisis augue in lectus luctus scelerisque. Proin quis facilisis lacus. Morbi tempor, mauris vitae posuere scelerisque, turpis massa pulvinar tortor, quis congue dolor eros iaculis elit. Quisque blandit blandit elit, sed suscipit justo scelerisque ut. Aenean sed diam at ligula bibendum rhoncus quis in nunc. Suspendisse semper auctor dui vitae gravida. Fusce et risus in velit ullamcorper placerat. Pellentesque sollicitudin commodo porta. Nam eu enim orci, at euismod ipsum.
 28 </p>
 29 <p>
 30 adipiscing elit. Mauris ut elit lacus, non convallis odio. Integer facilisis, dolor quis porttitor auctor, nisi tellus aliquet urna, a dignissim orci nisl in nunc. Vivamus elit risus, sagittis et lacinia quis, blandit ac elit. Suspendisse non turpis vitae lorem molestie imperdiet sit amet in justo. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. In at quam sapien. Nam nunc eros, interdum ut commodo nec, sollicitudin ultrices magna. Mauris eu fringilla massa. Phasellus facilisis augue in lectus luctus scelerisque. Proin quis facilisis lacus. Morbi tempor, mauris vitae posuere scelerisque, turpis massa pulvinar tortor, quis congue dolor eros iaculis elit. Quisque blandit blandit elit, sed suscipit justo scelerisque ut. Aenean sed diam at ligula bibendum rhoncus quis in nunc. Suspendisse semper auctor dui vitae gravida. Fusce et risus in velit ullamcorper placerat. Pellentesque sollicitudin commodo porta. Nam eu enim orci, at euismod ipsum.
 31 </p>
 32 <p>
 33 elit. Mauris ut elit lacus, non convallis odio. Integer facilisis, dolor quis porttitor auctor, nisi tellus aliquet urna, a dignissim orci nisl in nunc. Vivamus elit risus, sagittis et lacinia quis, blandit ac elit. Suspendisse non turpis vitae lorem molestie imperdiet sit amet in justo. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. In at quam sapien. Nam nunc eros, interdum ut commodo nec, sollicitudin ultrices magna. Mauris eu fringilla massa. Phasellus facilisis augue in lectus luctus scelerisque. Proin quis facilisis lacus. Morbi tempor, mauris vitae posuere scelerisque, turpis massa pulvinar tortor, quis congue dolor eros iaculis elit. Quisque blandit blandit elit, sed suscipit justo scelerisque ut. Aenean sed diam at ligula bibendum rhoncus quis in nunc. Suspendisse semper auctor dui vitae gravida. Fusce et risus in velit ullamcorper placerat. Pellentesque sollicitudin commodo porta. Nam eu enim orci, at euismod ipsum.
 34 </p>
 35 <p>
 36 Mauris ut elit lacus, non convallis odio. Integer facilisis, dolor quis porttitor auctor, nisi tellus aliquet urna, a dignissim orci nisl in nunc. Vivamus elit risus, sagittis et lacinia quis, blandit ac elit. Suspendisse non turpis vitae lorem molestie imperdiet sit amet in justo. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. In at quam sapien. Nam nunc eros, interdum ut commodo nec, sollicitudin ultrices magna. Mauris eu fringilla massa. Phasellus facilisis augue in lectus luctus scelerisque. Proin quis facilisis lacus. Morbi tempor, mauris vitae posuere scelerisque, turpis massa pulvinar tortor, quis congue dolor eros iaculis elit. Quisque blandit blandit elit, sed suscipit justo scelerisque ut. Aenean sed diam at ligula bibendum rhoncus quis in nunc. Suspendisse semper auctor dui vitae gravida. Fusce et risus in velit ullamcorper placerat. Pellentesque sollicitudin commodo porta. Nam eu enim orci, at euismod ipsum.
 37 </p>
 38 <p>
 39 ut elit lacus, non convallis odio. Integer facilisis, dolor quis porttitor auctor, nisi tellus aliquet urna, a dignissim orci nisl in nunc. Vivamus elit risus, sagittis et lacinia quis, blandit ac elit. Suspendisse non turpis vitae lorem molestie imperdiet sit amet in justo. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. In at quam sapien. Nam nunc eros, interdum ut commodo nec, sollicitudin ultrices magna. Mauris eu fringilla massa. Phasellus facilisis augue in lectus luctus scelerisque. Proin quis facilisis lacus. Morbi tempor, mauris vitae posuere scelerisque, turpis massa pulvinar tortor, quis congue dolor eros iaculis elit. Quisque blandit blandit elit, sed suscipit justo scelerisque ut. Aenean sed diam at ligula bibendum rhoncus quis in nunc. Suspendisse semper auctor dui vitae gravida. Fusce et risus in velit ullamcorper placerat. Pellentesque sollicitudin commodo porta. Nam eu enim orci, at euismod ipsum.
 40 </p>
 41 <p>
 42 elit lacus, non convallis odio. Integer facilisis, dolor quis porttitor auctor, nisi tellus aliquet urna, a dignissim orci nisl in nunc. Vivamus elit risus, sagittis et lacinia quis, blandit ac elit. Suspendisse non turpis vitae lorem molestie imperdiet sit amet in justo. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. In at quam sapien. Nam nunc eros, interdum ut commodo nec, sollicitudin ultrices magna. Mauris eu fringilla massa. Phasellus facilisis augue in lectus luctus scelerisque. Proin quis facilisis lacus. Morbi tempor, mauris vitae posuere scelerisque, turpis massa pulvinar tortor, quis congue dolor eros iaculis elit. Quisque blandit blandit elit, sed suscipit justo scelerisque ut. Aenean sed diam at ligula bibendum rhoncus quis in nunc. Suspendisse semper auctor dui vitae gravida. Fusce et risus in velit ullamcorper placerat. Pellentesque sollicitudin commodo porta. Nam eu enim orci, at euismod ipsum.
 43 </p>
 44 <p>
 45 lacus, non convallis odio. Integer facilisis, dolor quis porttitor auctor, nisi tellus aliquet urna, a dignissim orci nisl in nunc. Vivamus elit risus, sagittis et lacinia quis, blandit ac elit. Suspendisse non turpis vitae lorem molestie imperdiet sit amet in justo. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. In at quam sapien. Nam nunc eros, interdum ut commodo nec, sollicitudin ultrices magna. Mauris eu fringilla massa. Phasellus facilisis augue in lectus luctus scelerisque. Proin quis facilisis lacus. Morbi tempor, mauris vitae posuere scelerisque, turpis massa pulvinar tortor, quis congue dolor eros iaculis elit. Quisque blandit blandit elit, sed suscipit justo scelerisque ut. Aenean sed diam at ligula bibendum rhoncus quis in nunc. Suspendisse semper auctor dui vitae gravida. Fusce et risus in velit ullamcorper placerat. Pellentesque sollicitudin commodo porta. Nam eu enim orci, at euismod ipsum.
 46 </p>
 47 <p>
 48 non convallis odio. Integer facilisis, dolor quis porttitor auctor, nisi tellus aliquet urna, a dignissim orci nisl in nunc. Vivamus elit risus, sagittis et lacinia quis, blandit ac elit. Suspendisse non turpis vitae lorem molestie imperdiet sit amet in justo. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. In at quam sapien. Nam nunc eros, interdum ut commodo nec, sollicitudin ultrices magna. Mauris eu fringilla massa. Phasellus facilisis augue in lectus luctus scelerisque. Proin quis facilisis lacus. Morbi tempor, mauris vitae posuere scelerisque, turpis massa pulvinar tortor, quis congue dolor eros iaculis elit. Quisque blandit blandit elit, sed suscipit justo scelerisque ut. Aenean sed diam at ligula bibendum rhoncus quis in nunc. Suspendisse semper auctor dui vitae gravida. Fusce et risus in velit ullamcorper placerat. Pellentesque sollicitudin commodo porta. Nam eu enim orci, at euismod ipsum.
 49 </p>
 50 <p>
 51 convallis odio. Integer facilisis, dolor quis porttitor auctor, nisi tellus aliquet urna, a dignissim orci nisl in nunc. Vivamus elit risus, sagittis et lacinia quis, blandit ac elit. Suspendisse non turpis vitae lorem molestie imperdiet sit amet in justo. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. In at quam sapien. Nam nunc eros, interdum ut commodo nec, sollicitudin ultrices magna. Mauris eu fringilla massa. Phasellus facilisis augue in lectus luctus scelerisque. Proin quis facilisis lacus. Morbi tempor, mauris vitae posuere scelerisque, turpis massa pulvinar tortor, quis congue dolor eros iaculis elit. Quisque blandit blandit elit, sed suscipit justo scelerisque ut. Aenean sed diam at ligula bibendum rhoncus quis in nunc. Suspendisse semper auctor dui vitae gravida. Fusce et risus in velit ullamcorper placerat. Pellentesque sollicitudin commodo porta. Nam eu enim orci, at euismod ipsum.
 52 </p>
 53 <p>
 54 odio. Integer facilisis, dolor quis porttitor auctor, nisi tellus aliquet urna, a dignissim orci nisl in nunc. Vivamus elit risus, sagittis et lacinia quis, blandit ac elit. Suspendisse non turpis vitae lorem molestie imperdiet sit amet in justo. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. In at quam sapien. Nam nunc eros, interdum ut commodo nec, sollicitudin ultrices magna. Mauris eu fringilla massa. Phasellus facilisis augue in lectus luctus scelerisque. Proin quis facilisis lacus. Morbi tempor, mauris vitae posuere scelerisque, turpis massa pulvinar tortor, quis congue dolor eros iaculis elit. Quisque blandit blandit elit, sed suscipit justo scelerisque ut. Aenean sed diam at ligula bibendum rhoncus quis in nunc. Suspendisse semper auctor dui vitae gravida. Fusce et risus in velit ullamcorper placerat. Pellentesque sollicitudin commodo porta. Nam eu enim orci, at euismod ipsum.
 55 </p>
 56 <p>
 57 Integer facilisis, dolor quis porttitor auctor, nisi tellus aliquet urna, a dignissim orci nisl in nunc. Vivamus elit risus, sagittis et lacinia quis, blandit ac elit. Suspendisse non turpis vitae lorem molestie imperdiet sit amet in justo. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. In at quam sapien. Nam nunc eros, interdum ut commodo nec, sollicitudin ultrices magna. Mauris eu fringilla massa. Phasellus facilisis augue in lectus luctus scelerisque. Proin quis facilisis lacus. Morbi tempor, mauris vitae posuere scelerisque, turpis massa pulvinar tortor, quis congue dolor eros iaculis elit. Quisque blandit blandit elit, sed suscipit justo scelerisque ut. Aenean sed diam at ligula bibendum rhoncus quis in nunc. Suspendisse semper auctor dui vitae gravida. Fusce et risus in velit ullamcorper placerat. Pellentesque sollicitudin commodo porta. Nam eu enim orci, at euismod ipsum.
 58 </p>
 59 <p>
 60 facilisis, dolor quis porttitor auctor, nisi tellus aliquet urna, a dignissim orci nisl in nunc. Vivamus elit risus, sagittis et lacinia quis, blandit ac elit. Suspendisse non turpis vitae lorem molestie imperdiet sit amet in justo. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. In at quam sapien. Nam nunc eros, interdum ut commodo nec, sollicitudin ultrices magna. Mauris eu fringilla massa. Phasellus facilisis augue in lectus luctus scelerisque. Proin quis facilisis lacus. Morbi tempor, mauris vitae posuere scelerisque, turpis massa pulvinar tortor, quis congue dolor eros iaculis elit. Quisque blandit blandit elit, sed suscipit justo scelerisque ut. Aenean sed diam at ligula bibendum rhoncus quis in nunc. Suspendisse semper auctor dui vitae gravida. Fusce et risus in velit ullamcorper placerat. Pellentesque sollicitudin commodo porta. Nam eu enim orci, at euismod ipsum.
 61 </p>
 62 <p>
 63 dolor quis porttitor auctor, nisi tellus aliquet urna, a dignissim orci nisl in nunc. Vivamus elit risus, sagittis et lacinia quis, blandit ac elit. Suspendisse non turpis vitae lorem molestie imperdiet sit amet in justo. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. In at quam sapien. Nam nunc eros, interdum ut commodo nec, sollicitudin ultrices magna. Mauris eu fringilla massa. Phasellus facilisis augue in lectus luctus scelerisque. Proin quis facilisis lacus. Morbi tempor, mauris vitae posuere scelerisque, turpis massa pulvinar tortor, quis congue dolor eros iaculis elit. Quisque blandit blandit elit, sed suscipit justo scelerisque ut. Aenean sed diam at ligula bibendum rhoncus quis in nunc. Suspendisse semper auctor dui vitae gravida. Fusce et risus in velit ullamcorper placerat. Pellentesque sollicitudin commodo porta. Nam eu enim orci, at euismod ipsum.
 64 </p>
 65 <p>
 66 quis porttitor auctor, nisi tellus aliquet urna, a dignissim orci nisl in nunc. Vivamus elit risus, sagittis et lacinia quis, blandit ac elit. Suspendisse non turpis vitae lorem molestie imperdiet sit amet in justo. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. In at quam sapien. Nam nunc eros, interdum ut commodo nec, sollicitudin ultrices magna. Mauris eu fringilla massa. Phasellus facilisis augue in lectus luctus scelerisque. Proin quis facilisis lacus. Morbi tempor, mauris vitae posuere scelerisque, turpis massa pulvinar tortor, quis congue dolor eros iaculis elit. Quisque blandit blandit elit, sed suscipit justo scelerisque ut. Aenean sed diam at ligula bibendum rhoncus quis in nunc. Suspendisse semper auctor dui vitae gravida. Fusce et risus in velit ullamcorper placerat. Pellentesque sollicitudin commodo porta. Nam eu enim orci, at euismod ipsum.
 67 </p>
 68 <p>
 69 porttitor auctor, nisi tellus aliquet urna, a dignissim orci nisl in nunc. Vivamus elit risus, sagittis et lacinia quis, blandit ac elit. Suspendisse non turpis vitae lorem molestie imperdiet sit amet in justo. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. In at quam sapien. Nam nunc eros, interdum ut commodo nec, sollicitudin ultrices magna. Mauris eu fringilla massa. Phasellus facilisis augue in lectus luctus scelerisque. Proin quis facilisis lacus. Morbi tempor, mauris vitae posuere scelerisque, turpis massa pulvinar tortor, quis congue dolor eros iaculis elit. Quisque blandit blandit elit, sed suscipit justo scelerisque ut. Aenean sed diam at ligula bibendum rhoncus quis in nunc. Suspendisse semper auctor dui vitae gravida. Fusce et risus in velit ullamcorper placerat. Pellentesque sollicitudin commodo porta. Nam eu enim orci, at euismod ipsum.
 70 </p>
 71 <p>
 72 auctor, nisi tellus aliquet urna, a dignissim orci nisl in nunc. Vivamus elit risus, sagittis et lacinia quis, blandit ac elit. Suspendisse non turpis vitae lorem molestie imperdiet sit amet in justo. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. In at quam sapien. Nam nunc eros, interdum ut commodo nec, sollicitudin ultrices magna. Mauris eu fringilla massa. Phasellus facilisis augue in lectus luctus scelerisque. Proin quis facilisis lacus. Morbi tempor, mauris vitae posuere scelerisque, turpis massa pulvinar tortor, quis congue dolor eros iaculis elit. Quisque blandit blandit elit, sed suscipit justo scelerisque ut. Aenean sed diam at ligula bibendum rhoncus quis in nunc. Suspendisse semper auctor dui vitae gravida. Fusce et risus in velit ullamcorper placerat. Pellentesque sollicitudin commodo porta. Nam eu enim orci, at euismod ipsum.
 73 </p>
 74 </div>
 75 <script>
 76 var target = document.getElementById("target");
 77 var style = target.style;
 78
 79 function test() {
 80 style.display = "block";
 81 style.width = "280px";
 82 target.offsetLeft;
 83 style.width = "300px";
 84 target.offsetLeft;
 85 style.width = "290px";
 86 target.offsetLeft;
 87 style.display = "none";
 88 }
 89
 90 PerfTestRunner.runPerSecond({ run: test });
 91 </script>
 92</body>
 93</html>

PerformanceTests/Layout/line-layout-strict-en.html

 1<!DOCTYPE html>
 2<html>
 3<head>
 4 <title>Line breaking performance test - Line Break 'strict' - @lang 'en'</title>
 5 <script src="../resources/runner.js"></script>
 6</head>
 7<body>
 8 <pre id="log"></pre>
 9 <div id="target" style="width: 300px; display: none; -webkit-line-break: strict;" lang="en">
 10 <p>
 11 Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris ut elit lacus, non convallis odio. Integer facilisis, dolor quis porttitor auctor, nisi tellus aliquet urna, a dignissim orci nisl in nunc. Vivamus elit risus, sagittis et lacinia quis, blandit ac elit. Suspendisse non turpis vitae lorem molestie imperdiet sit amet in justo. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. In at quam sapien. Nam nunc eros, interdum ut commodo nec, sollicitudin ultrices magna. Mauris eu fringilla massa. Phasellus facilisis augue in lectus luctus scelerisque. Proin quis facilisis lacus. Morbi tempor, mauris vitae posuere scelerisque, turpis massa pulvinar tortor, quis congue dolor eros iaculis elit. Quisque blandit blandit elit, sed suscipit justo scelerisque ut. Aenean sed diam at ligula bibendum rhoncus quis in nunc. Suspendisse semper auctor dui vitae gravida. Fusce et risus in velit ullamcorper placerat. Pellentesque sollicitudin commodo porta. Nam eu enim orci, at euismod ipsum.
 12 </p>
 13 <p>
 14 ipsum dolor sit amet, consectetur adipiscing elit. Mauris ut elit lacus, non convallis odio. Integer facilisis, dolor quis porttitor auctor, nisi tellus aliquet urna, a dignissim orci nisl in nunc. Vivamus elit risus, sagittis et lacinia quis, blandit ac elit. Suspendisse non turpis vitae lorem molestie imperdiet sit amet in justo. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. In at quam sapien. Nam nunc eros, interdum ut commodo nec, sollicitudin ultrices magna. Mauris eu fringilla massa. Phasellus facilisis augue in lectus luctus scelerisque. Proin quis facilisis lacus. Morbi tempor, mauris vitae posuere scelerisque, turpis massa pulvinar tortor, quis congue dolor eros iaculis elit. Quisque blandit blandit elit, sed suscipit justo scelerisque ut. Aenean sed diam at ligula bibendum rhoncus quis in nunc. Suspendisse semper auctor dui vitae gravida. Fusce et risus in velit ullamcorper placerat. Pellentesque sollicitudin commodo porta. Nam eu enim orci, at euismod ipsum.
 15 </p>
 16 <p>
 17 dolor sit amet, consectetur adipiscing elit. Mauris ut elit lacus, non convallis odio. Integer facilisis, dolor quis porttitor auctor, nisi tellus aliquet urna, a dignissim orci nisl in nunc. Vivamus elit risus, sagittis et lacinia quis, blandit ac elit. Suspendisse non turpis vitae lorem molestie imperdiet sit amet in justo. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. In at quam sapien. Nam nunc eros, interdum ut commodo nec, sollicitudin ultrices magna. Mauris eu fringilla massa. Phasellus facilisis augue in lectus luctus scelerisque. Proin quis facilisis lacus. Morbi tempor, mauris vitae posuere scelerisque, turpis massa pulvinar tortor, quis congue dolor eros iaculis elit. Quisque blandit blandit elit, sed suscipit justo scelerisque ut. Aenean sed diam at ligula bibendum rhoncus quis in nunc. Suspendisse semper auctor dui vitae gravida. Fusce et risus in velit ullamcorper placerat. Pellentesque sollicitudin commodo porta. Nam eu enim orci, at euismod ipsum.
 18 </p>
 19 <p>
 20 sit amet, consectetur adipiscing elit. Mauris ut elit lacus, non convallis odio. Integer facilisis, dolor quis porttitor auctor, nisi tellus aliquet urna, a dignissim orci nisl in nunc. Vivamus elit risus, sagittis et lacinia quis, blandit ac elit. Suspendisse non turpis vitae lorem molestie imperdiet sit amet in justo. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. In at quam sapien. Nam nunc eros, interdum ut commodo nec, sollicitudin ultrices magna. Mauris eu fringilla massa. Phasellus facilisis augue in lectus luctus scelerisque. Proin quis facilisis lacus. Morbi tempor, mauris vitae posuere scelerisque, turpis massa pulvinar tortor, quis congue dolor eros iaculis elit. Quisque blandit blandit elit, sed suscipit justo scelerisque ut. Aenean sed diam at ligula bibendum rhoncus quis in nunc. Suspendisse semper auctor dui vitae gravida. Fusce et risus in velit ullamcorper placerat. Pellentesque sollicitudin commodo porta. Nam eu enim orci, at euismod ipsum.
 21 </p>
 22 <p>
 23 amet, consectetur adipiscing elit. Mauris ut elit lacus, non convallis odio. Integer facilisis, dolor quis porttitor auctor, nisi tellus aliquet urna, a dignissim orci nisl in nunc. Vivamus elit risus, sagittis et lacinia quis, blandit ac elit. Suspendisse non turpis vitae lorem molestie imperdiet sit amet in justo. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. In at quam sapien. Nam nunc eros, interdum ut commodo nec, sollicitudin ultrices magna. Mauris eu fringilla massa. Phasellus facilisis augue in lectus luctus scelerisque. Proin quis facilisis lacus. Morbi tempor, mauris vitae posuere scelerisque, turpis massa pulvinar tortor, quis congue dolor eros iaculis elit. Quisque blandit blandit elit, sed suscipit justo scelerisque ut. Aenean sed diam at ligula bibendum rhoncus quis in nunc. Suspendisse semper auctor dui vitae gravida. Fusce et risus in velit ullamcorper placerat. Pellentesque sollicitudin commodo porta. Nam eu enim orci, at euismod ipsum.
 24 </p>
 25 <p>
 26 consectetur adipiscing elit. Mauris ut elit lacus, non convallis odio. Integer facilisis, dolor quis porttitor auctor, nisi tellus aliquet urna, a dignissim orci nisl in nunc. Vivamus elit risus, sagittis et lacinia quis, blandit ac elit. Suspendisse non turpis vitae lorem molestie imperdiet sit amet in justo. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. In at quam sapien. Nam nunc eros, interdum ut commodo nec, sollicitudin ultrices magna. Mauris eu fringilla massa. Phasellus facilisis augue in lectus luctus scelerisque. Proin quis facilisis lacus. Morbi tempor, mauris vitae posuere scelerisque, turpis massa pulvinar tortor, quis congue dolor eros iaculis elit. Quisque blandit blandit elit, sed suscipit justo scelerisque ut. Aenean sed diam at ligula bibendum rhoncus quis in nunc. Suspendisse semper auctor dui vitae gravida. Fusce et risus in velit ullamcorper placerat. Pellentesque sollicitudin commodo porta. Nam eu enim orci, at euismod ipsum.
 27 </p>
 28 <p>
 29 adipiscing elit. Mauris ut elit lacus, non convallis odio. Integer facilisis, dolor quis porttitor auctor, nisi tellus aliquet urna, a dignissim orci nisl in nunc. Vivamus elit risus, sagittis et lacinia quis, blandit ac elit. Suspendisse non turpis vitae lorem molestie imperdiet sit amet in justo. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. In at quam sapien. Nam nunc eros, interdum ut commodo nec, sollicitudin ultrices magna. Mauris eu fringilla massa. Phasellus facilisis augue in lectus luctus scelerisque. Proin quis facilisis lacus. Morbi tempor, mauris vitae posuere scelerisque, turpis massa pulvinar tortor, quis congue dolor eros iaculis elit. Quisque blandit blandit elit, sed suscipit justo scelerisque ut. Aenean sed diam at ligula bibendum rhoncus quis in nunc. Suspendisse semper auctor dui vitae gravida. Fusce et risus in velit ullamcorper placerat. Pellentesque sollicitudin commodo porta. Nam eu enim orci, at euismod ipsum.
 30 </p>
 31 <p>
 32 elit. Mauris ut elit lacus, non convallis odio. Integer facilisis, dolor quis porttitor auctor, nisi tellus aliquet urna, a dignissim orci nisl in nunc. Vivamus elit risus, sagittis et lacinia quis, blandit ac elit. Suspendisse non turpis vitae lorem molestie imperdiet sit amet in justo. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. In at quam sapien. Nam nunc eros, interdum ut commodo nec, sollicitudin ultrices magna. Mauris eu fringilla massa. Phasellus facilisis augue in lectus luctus scelerisque. Proin quis facilisis lacus. Morbi tempor, mauris vitae posuere scelerisque, turpis massa pulvinar tortor, quis congue dolor eros iaculis elit. Quisque blandit blandit elit, sed suscipit justo scelerisque ut. Aenean sed diam at ligula bibendum rhoncus quis in nunc. Suspendisse semper auctor dui vitae gravida. Fusce et risus in velit ullamcorper placerat. Pellentesque sollicitudin commodo porta. Nam eu enim orci, at euismod ipsum.
 33 </p>
 34 <p>
 35 Mauris ut elit lacus, non convallis odio. Integer facilisis, dolor quis porttitor auctor, nisi tellus aliquet urna, a dignissim orci nisl in nunc. Vivamus elit risus, sagittis et lacinia quis, blandit ac elit. Suspendisse non turpis vitae lorem molestie imperdiet sit amet in justo. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. In at quam sapien. Nam nunc eros, interdum ut commodo nec, sollicitudin ultrices magna. Mauris eu fringilla massa. Phasellus facilisis augue in lectus luctus scelerisque. Proin quis facilisis lacus. Morbi tempor, mauris vitae posuere scelerisque, turpis massa pulvinar tortor, quis congue dolor eros iaculis elit. Quisque blandit blandit elit, sed suscipit justo scelerisque ut. Aenean sed diam at ligula bibendum rhoncus quis in nunc. Suspendisse semper auctor dui vitae gravida. Fusce et risus in velit ullamcorper placerat. Pellentesque sollicitudin commodo porta. Nam eu enim orci, at euismod ipsum.
 36 </p>
 37 <p>
 38 ut elit lacus, non convallis odio. Integer facilisis, dolor quis porttitor auctor, nisi tellus aliquet urna, a dignissim orci nisl in nunc. Vivamus elit risus, sagittis et lacinia quis, blandit ac elit. Suspendisse non turpis vitae lorem molestie imperdiet sit amet in justo. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. In at quam sapien. Nam nunc eros, interdum ut commodo nec, sollicitudin ultrices magna. Mauris eu fringilla massa. Phasellus facilisis augue in lectus luctus scelerisque. Proin quis facilisis lacus. Morbi tempor, mauris vitae posuere scelerisque, turpis massa pulvinar tortor, quis congue dolor eros iaculis elit. Quisque blandit blandit elit, sed suscipit justo scelerisque ut. Aenean sed diam at ligula bibendum rhoncus quis in nunc. Suspendisse semper auctor dui vitae gravida. Fusce et risus in velit ullamcorper placerat. Pellentesque sollicitudin commodo porta. Nam eu enim orci, at euismod ipsum.
 39 </p>
 40 <p>
 41 elit lacus, non convallis odio. Integer facilisis, dolor quis porttitor auctor, nisi tellus aliquet urna, a dignissim orci nisl in nunc. Vivamus elit risus, sagittis et lacinia quis, blandit ac elit. Suspendisse non turpis vitae lorem molestie imperdiet sit amet in justo. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. In at quam sapien. Nam nunc eros, interdum ut commodo nec, sollicitudin ultrices magna. Mauris eu fringilla massa. Phasellus facilisis augue in lectus luctus scelerisque. Proin quis facilisis lacus. Morbi tempor, mauris vitae posuere scelerisque, turpis massa pulvinar tortor, quis congue dolor eros iaculis elit. Quisque blandit blandit elit, sed suscipit justo scelerisque ut. Aenean sed diam at ligula bibendum rhoncus quis in nunc. Suspendisse semper auctor dui vitae gravida. Fusce et risus in velit ullamcorper placerat. Pellentesque sollicitudin commodo porta. Nam eu enim orci, at euismod ipsum.
 42 </p>
 43 <p>
 44 lacus, non convallis odio. Integer facilisis, dolor quis porttitor auctor, nisi tellus aliquet urna, a dignissim orci nisl in nunc. Vivamus elit risus, sagittis et lacinia quis, blandit ac elit. Suspendisse non turpis vitae lorem molestie imperdiet sit amet in justo. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. In at quam sapien. Nam nunc eros, interdum ut commodo nec, sollicitudin ultrices magna. Mauris eu fringilla massa. Phasellus facilisis augue in lectus luctus scelerisque. Proin quis facilisis lacus. Morbi tempor, mauris vitae posuere scelerisque, turpis massa pulvinar tortor, quis congue dolor eros iaculis elit. Quisque blandit blandit elit, sed suscipit justo scelerisque ut. Aenean sed diam at ligula bibendum rhoncus quis in nunc. Suspendisse semper auctor dui vitae gravida. Fusce et risus in velit ullamcorper placerat. Pellentesque sollicitudin commodo porta. Nam eu enim orci, at euismod ipsum.
 45 </p>
 46 <p>
 47 non convallis odio. Integer facilisis, dolor quis porttitor auctor, nisi tellus aliquet urna, a dignissim orci nisl in nunc. Vivamus elit risus, sagittis et lacinia quis, blandit ac elit. Suspendisse non turpis vitae lorem molestie imperdiet sit amet in justo. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. In at quam sapien. Nam nunc eros, interdum ut commodo nec, sollicitudin ultrices magna. Mauris eu fringilla massa. Phasellus facilisis augue in lectus luctus scelerisque. Proin quis facilisis lacus. Morbi tempor, mauris vitae posuere scelerisque, turpis massa pulvinar tortor, quis congue dolor eros iaculis elit. Quisque blandit blandit elit, sed suscipit justo scelerisque ut. Aenean sed diam at ligula bibendum rhoncus quis in nunc. Suspendisse semper auctor dui vitae gravida. Fusce et risus in velit ullamcorper placerat. Pellentesque sollicitudin commodo porta. Nam eu enim orci, at euismod ipsum.
 48 </p>
 49 <p>
 50 convallis odio. Integer facilisis, dolor quis porttitor auctor, nisi tellus aliquet urna, a dignissim orci nisl in nunc. Vivamus elit risus, sagittis et lacinia quis, blandit ac elit. Suspendisse non turpis vitae lorem molestie imperdiet sit amet in justo. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. In at quam sapien. Nam nunc eros, interdum ut commodo nec, sollicitudin ultrices magna. Mauris eu fringilla massa. Phasellus facilisis augue in lectus luctus scelerisque. Proin quis facilisis lacus. Morbi tempor, mauris vitae posuere scelerisque, turpis massa pulvinar tortor, quis congue dolor eros iaculis elit. Quisque blandit blandit elit, sed suscipit justo scelerisque ut. Aenean sed diam at ligula bibendum rhoncus quis in nunc. Suspendisse semper auctor dui vitae gravida. Fusce et risus in velit ullamcorper placerat. Pellentesque sollicitudin commodo porta. Nam eu enim orci, at euismod ipsum.
 51 </p>
 52 <p>
 53 odio. Integer facilisis, dolor quis porttitor auctor, nisi tellus aliquet urna, a dignissim orci nisl in nunc. Vivamus elit risus, sagittis et lacinia quis, blandit ac elit. Suspendisse non turpis vitae lorem molestie imperdiet sit amet in justo. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. In at quam sapien. Nam nunc eros, interdum ut commodo nec, sollicitudin ultrices magna. Mauris eu fringilla massa. Phasellus facilisis augue in lectus luctus scelerisque. Proin quis facilisis lacus. Morbi tempor, mauris vitae posuere scelerisque, turpis massa pulvinar tortor, quis congue dolor eros iaculis elit. Quisque blandit blandit elit, sed suscipit justo scelerisque ut. Aenean sed diam at ligula bibendum rhoncus quis in nunc. Suspendisse semper auctor dui vitae gravida. Fusce et risus in velit ullamcorper placerat. Pellentesque sollicitudin commodo porta. Nam eu enim orci, at euismod ipsum.
 54 </p>
 55 <p>
 56 Integer facilisis, dolor quis porttitor auctor, nisi tellus aliquet urna, a dignissim orci nisl in nunc. Vivamus elit risus, sagittis et lacinia quis, blandit ac elit. Suspendisse non turpis vitae lorem molestie imperdiet sit amet in justo. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. In at quam sapien. Nam nunc eros, interdum ut commodo nec, sollicitudin ultrices magna. Mauris eu fringilla massa. Phasellus facilisis augue in lectus luctus scelerisque. Proin quis facilisis lacus. Morbi tempor, mauris vitae posuere scelerisque, turpis massa pulvinar tortor, quis congue dolor eros iaculis elit. Quisque blandit blandit elit, sed suscipit justo scelerisque ut. Aenean sed diam at ligula bibendum rhoncus quis in nunc. Suspendisse semper auctor dui vitae gravida. Fusce et risus in velit ullamcorper placerat. Pellentesque sollicitudin commodo porta. Nam eu enim orci, at euismod ipsum.
 57 </p>
 58 <p>
 59 facilisis, dolor quis porttitor auctor, nisi tellus aliquet urna, a dignissim orci nisl in nunc. Vivamus elit risus, sagittis et lacinia quis, blandit ac elit. Suspendisse non turpis vitae lorem molestie imperdiet sit amet in justo. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. In at quam sapien. Nam nunc eros, interdum ut commodo nec, sollicitudin ultrices magna. Mauris eu fringilla massa. Phasellus facilisis augue in lectus luctus scelerisque. Proin quis facilisis lacus. Morbi tempor, mauris vitae posuere scelerisque, turpis massa pulvinar tortor, quis congue dolor eros iaculis elit. Quisque blandit blandit elit, sed suscipit justo scelerisque ut. Aenean sed diam at ligula bibendum rhoncus quis in nunc. Suspendisse semper auctor dui vitae gravida. Fusce et risus in velit ullamcorper placerat. Pellentesque sollicitudin commodo porta. Nam eu enim orci, at euismod ipsum.
 60 </p>
 61 <p>
 62 dolor quis porttitor auctor, nisi tellus aliquet urna, a dignissim orci nisl in nunc. Vivamus elit risus, sagittis et lacinia quis, blandit ac elit. Suspendisse non turpis vitae lorem molestie imperdiet sit amet in justo. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. In at quam sapien. Nam nunc eros, interdum ut commodo nec, sollicitudin ultrices magna. Mauris eu fringilla massa. Phasellus facilisis augue in lectus luctus scelerisque. Proin quis facilisis lacus. Morbi tempor, mauris vitae posuere scelerisque, turpis massa pulvinar tortor, quis congue dolor eros iaculis elit. Quisque blandit blandit elit, sed suscipit justo scelerisque ut. Aenean sed diam at ligula bibendum rhoncus quis in nunc. Suspendisse semper auctor dui vitae gravida. Fusce et risus in velit ullamcorper placerat. Pellentesque sollicitudin commodo porta. Nam eu enim orci, at euismod ipsum.
 63 </p>
 64 <p>
 65 quis porttitor auctor, nisi tellus aliquet urna, a dignissim orci nisl in nunc. Vivamus elit risus, sagittis et lacinia quis, blandit ac elit. Suspendisse non turpis vitae lorem molestie imperdiet sit amet in justo. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. In at quam sapien. Nam nunc eros, interdum ut commodo nec, sollicitudin ultrices magna. Mauris eu fringilla massa. Phasellus facilisis augue in lectus luctus scelerisque. Proin quis facilisis lacus. Morbi tempor, mauris vitae posuere scelerisque, turpis massa pulvinar tortor, quis congue dolor eros iaculis elit. Quisque blandit blandit elit, sed suscipit justo scelerisque ut. Aenean sed diam at ligula bibendum rhoncus quis in nunc. Suspendisse semper auctor dui vitae gravida. Fusce et risus in velit ullamcorper placerat. Pellentesque sollicitudin commodo porta. Nam eu enim orci, at euismod ipsum.
 66 </p>
 67 <p>
 68 porttitor auctor, nisi tellus aliquet urna, a dignissim orci nisl in nunc. Vivamus elit risus, sagittis et lacinia quis, blandit ac elit. Suspendisse non turpis vitae lorem molestie imperdiet sit amet in justo. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. In at quam sapien. Nam nunc eros, interdum ut commodo nec, sollicitudin ultrices magna. Mauris eu fringilla massa. Phasellus facilisis augue in lectus luctus scelerisque. Proin quis facilisis lacus. Morbi tempor, mauris vitae posuere scelerisque, turpis massa pulvinar tortor, quis congue dolor eros iaculis elit. Quisque blandit blandit elit, sed suscipit justo scelerisque ut. Aenean sed diam at ligula bibendum rhoncus quis in nunc. Suspendisse semper auctor dui vitae gravida. Fusce et risus in velit ullamcorper placerat. Pellentesque sollicitudin commodo porta. Nam eu enim orci, at euismod ipsum.
 69 </p>
 70 <p>
 71 auctor, nisi tellus aliquet urna, a dignissim orci nisl in nunc. Vivamus elit risus, sagittis et lacinia quis, blandit ac elit. Suspendisse non turpis vitae lorem molestie imperdiet sit amet in justo. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. In at quam sapien. Nam nunc eros, interdum ut commodo nec, sollicitudin ultrices magna. Mauris eu fringilla massa. Phasellus facilisis augue in lectus luctus scelerisque. Proin quis facilisis lacus. Morbi tempor, mauris vitae posuere scelerisque, turpis massa pulvinar tortor, quis congue dolor eros iaculis elit. Quisque blandit blandit elit, sed suscipit justo scelerisque ut. Aenean sed diam at ligula bibendum rhoncus quis in nunc. Suspendisse semper auctor dui vitae gravida. Fusce et risus in velit ullamcorper placerat. Pellentesque sollicitudin commodo porta. Nam eu enim orci, at euismod ipsum.
 72 </p>
 73 </div>
 74 <script>
 75 var target = document.getElementById("target");
 76 var style = target.style;
 77
 78 function test() {
 79 style.display = "block";
 80 style.width = "280px";
 81 target.offsetLeft;
 82 style.width = "300px";
 83 target.offsetLeft;
 84 style.width = "290px";
 85 target.offsetLeft;
 86 style.display = "none";
 87 }
 88
 89 PerfTestRunner.runPerSecond({ run: test });
 90 </script>
 91</body>
 92</html>

PerformanceTests/Layout/line-layout-strict-ja.html

 1<!DOCTYPE html>
 2<html>
 3<head>
 4 <title>Line breaking performance test - Line Break 'strict' - @lang 'ja'</title>
 5 <!-- This test intentionally uses ASCII only text. Do not change! -->
 6 <script src="../resources/runner.js"></script>
 7</head>
 8<body>
 9 <pre id="log"></pre>
 10 <div id="target" style="width: 300px; display: none; -webkit-line-break: strict;" lang="ja">
 11 <p>
 12 Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris ut elit lacus, non convallis odio. Integer facilisis, dolor quis porttitor auctor, nisi tellus aliquet urna, a dignissim orci nisl in nunc. Vivamus elit risus, sagittis et lacinia quis, blandit ac elit. Suspendisse non turpis vitae lorem molestie imperdiet sit amet in justo. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. In at quam sapien. Nam nunc eros, interdum ut commodo nec, sollicitudin ultrices magna. Mauris eu fringilla massa. Phasellus facilisis augue in lectus luctus scelerisque. Proin quis facilisis lacus. Morbi tempor, mauris vitae posuere scelerisque, turpis massa pulvinar tortor, quis congue dolor eros iaculis elit. Quisque blandit blandit elit, sed suscipit justo scelerisque ut. Aenean sed diam at ligula bibendum rhoncus quis in nunc. Suspendisse semper auctor dui vitae gravida. Fusce et risus in velit ullamcorper placerat. Pellentesque sollicitudin commodo porta. Nam eu enim orci, at euismod ipsum.
 13 </p>
 14 <p>
 15 ipsum dolor sit amet, consectetur adipiscing elit. Mauris ut elit lacus, non convallis odio. Integer facilisis, dolor quis porttitor auctor, nisi tellus aliquet urna, a dignissim orci nisl in nunc. Vivamus elit risus, sagittis et lacinia quis, blandit ac elit. Suspendisse non turpis vitae lorem molestie imperdiet sit amet in justo. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. In at quam sapien. Nam nunc eros, interdum ut commodo nec, sollicitudin ultrices magna. Mauris eu fringilla massa. Phasellus facilisis augue in lectus luctus scelerisque. Proin quis facilisis lacus. Morbi tempor, mauris vitae posuere scelerisque, turpis massa pulvinar tortor, quis congue dolor eros iaculis elit. Quisque blandit blandit elit, sed suscipit justo scelerisque ut. Aenean sed diam at ligula bibendum rhoncus quis in nunc. Suspendisse semper auctor dui vitae gravida. Fusce et risus in velit ullamcorper placerat. Pellentesque sollicitudin commodo porta. Nam eu enim orci, at euismod ipsum.
 16 </p>
 17 <p>
 18 dolor sit amet, consectetur adipiscing elit. Mauris ut elit lacus, non convallis odio. Integer facilisis, dolor quis porttitor auctor, nisi tellus aliquet urna, a dignissim orci nisl in nunc. Vivamus elit risus, sagittis et lacinia quis, blandit ac elit. Suspendisse non turpis vitae lorem molestie imperdiet sit amet in justo. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. In at quam sapien. Nam nunc eros, interdum ut commodo nec, sollicitudin ultrices magna. Mauris eu fringilla massa. Phasellus facilisis augue in lectus luctus scelerisque. Proin quis facilisis lacus. Morbi tempor, mauris vitae posuere scelerisque, turpis massa pulvinar tortor, quis congue dolor eros iaculis elit. Quisque blandit blandit elit, sed suscipit justo scelerisque ut. Aenean sed diam at ligula bibendum rhoncus quis in nunc. Suspendisse semper auctor dui vitae gravida. Fusce et risus in velit ullamcorper placerat. Pellentesque sollicitudin commodo porta. Nam eu enim orci, at euismod ipsum.
 19 </p>
 20 <p>
 21 sit amet, consectetur adipiscing elit. Mauris ut elit lacus, non convallis odio. Integer facilisis, dolor quis porttitor auctor, nisi tellus aliquet urna, a dignissim orci nisl in nunc. Vivamus elit risus, sagittis et lacinia quis, blandit ac elit. Suspendisse non turpis vitae lorem molestie imperdiet sit amet in justo. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. In at quam sapien. Nam nunc eros, interdum ut commodo nec, sollicitudin ultrices magna. Mauris eu fringilla massa. Phasellus facilisis augue in lectus luctus scelerisque. Proin quis facilisis lacus. Morbi tempor, mauris vitae posuere scelerisque, turpis massa pulvinar tortor, quis congue dolor eros iaculis elit. Quisque blandit blandit elit, sed suscipit justo scelerisque ut. Aenean sed diam at ligula bibendum rhoncus quis in nunc. Suspendisse semper auctor dui vitae gravida. Fusce et risus in velit ullamcorper placerat. Pellentesque sollicitudin commodo porta. Nam eu enim orci, at euismod ipsum.
 22 </p>
 23 <p>
 24 amet, consectetur adipiscing elit. Mauris ut elit lacus, non convallis odio. Integer facilisis, dolor quis porttitor auctor, nisi tellus aliquet urna, a dignissim orci nisl in nunc. Vivamus elit risus, sagittis et lacinia quis, blandit ac elit. Suspendisse non turpis vitae lorem molestie imperdiet sit amet in justo. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. In at quam sapien. Nam nunc eros, interdum ut commodo nec, sollicitudin ultrices magna. Mauris eu fringilla massa. Phasellus facilisis augue in lectus luctus scelerisque. Proin quis facilisis lacus. Morbi tempor, mauris vitae posuere scelerisque, turpis massa pulvinar tortor, quis congue dolor eros iaculis elit. Quisque blandit blandit elit, sed suscipit justo scelerisque ut. Aenean sed diam at ligula bibendum rhoncus quis in nunc. Suspendisse semper auctor dui vitae gravida. Fusce et risus in velit ullamcorper placerat. Pellentesque sollicitudin commodo porta. Nam eu enim orci, at euismod ipsum.
 25 </p>
 26 <p>
 27 consectetur adipiscing elit. Mauris ut elit lacus, non convallis odio. Integer facilisis, dolor quis porttitor auctor, nisi tellus aliquet urna, a dignissim orci nisl in nunc. Vivamus elit risus, sagittis et lacinia quis, blandit ac elit. Suspendisse non turpis vitae lorem molestie imperdiet sit amet in justo. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. In at quam sapien. Nam nunc eros, interdum ut commodo nec, sollicitudin ultrices magna. Mauris eu fringilla massa. Phasellus facilisis augue in lectus luctus scelerisque. Proin quis facilisis lacus. Morbi tempor, mauris vitae posuere scelerisque, turpis massa pulvinar tortor, quis congue dolor eros iaculis elit. Quisque blandit blandit elit, sed suscipit justo scelerisque ut. Aenean sed diam at ligula bibendum rhoncus quis in nunc. Suspendisse semper auctor dui vitae gravida. Fusce et risus in velit ullamcorper placerat. Pellentesque sollicitudin commodo porta. Nam eu enim orci, at euismod ipsum.
 28 </p>
 29 <p>
 30 adipiscing elit. Mauris ut elit lacus, non convallis odio. Integer facilisis, dolor quis porttitor auctor, nisi tellus aliquet urna, a dignissim orci nisl in nunc. Vivamus elit risus, sagittis et lacinia quis, blandit ac elit. Suspendisse non turpis vitae lorem molestie imperdiet sit amet in justo. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. In at quam sapien. Nam nunc eros, interdum ut commodo nec, sollicitudin ultrices magna. Mauris eu fringilla massa. Phasellus facilisis augue in lectus luctus scelerisque. Proin quis facilisis lacus. Morbi tempor, mauris vitae posuere scelerisque, turpis massa pulvinar tortor, quis congue dolor eros iaculis elit. Quisque blandit blandit elit, sed suscipit justo scelerisque ut. Aenean sed diam at ligula bibendum rhoncus quis in nunc. Suspendisse semper auctor dui vitae gravida. Fusce et risus in velit ullamcorper placerat. Pellentesque sollicitudin commodo porta. Nam eu enim orci, at euismod ipsum.
 31 </p>
 32 <p>
 33 elit. Mauris ut elit lacus, non convallis odio. Integer facilisis, dolor quis porttitor auctor, nisi tellus aliquet urna, a dignissim orci nisl in nunc. Vivamus elit risus, sagittis et lacinia quis, blandit ac elit. Suspendisse non turpis vitae lorem molestie imperdiet sit amet in justo. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. In at quam sapien. Nam nunc eros, interdum ut commodo nec, sollicitudin ultrices magna. Mauris eu fringilla massa. Phasellus facilisis augue in lectus luctus scelerisque. Proin quis facilisis lacus. Morbi tempor, mauris vitae posuere scelerisque, turpis massa pulvinar tortor, quis congue dolor eros iaculis elit. Quisque blandit blandit elit, sed suscipit justo scelerisque ut. Aenean sed diam at ligula bibendum rhoncus quis in nunc. Suspendisse semper auctor dui vitae gravida. Fusce et risus in velit ullamcorper placerat. Pellentesque sollicitudin commodo porta. Nam eu enim orci, at euismod ipsum.
 34 </p>
 35 <p>
 36 Mauris ut elit lacus, non convallis odio. Integer facilisis, dolor quis porttitor auctor, nisi tellus aliquet urna, a dignissim orci nisl in nunc. Vivamus elit risus, sagittis et lacinia quis, blandit ac elit. Suspendisse non turpis vitae lorem molestie imperdiet sit amet in justo. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. In at quam sapien. Nam nunc eros, interdum ut commodo nec, sollicitudin ultrices magna. Mauris eu fringilla massa. Phasellus facilisis augue in lectus luctus scelerisque. Proin quis facilisis lacus. Morbi tempor, mauris vitae posuere scelerisque, turpis massa pulvinar tortor, quis congue dolor eros iaculis elit. Quisque blandit blandit elit, sed suscipit justo scelerisque ut. Aenean sed diam at ligula bibendum rhoncus quis in nunc. Suspendisse semper auctor dui vitae gravida. Fusce et risus in velit ullamcorper placerat. Pellentesque sollicitudin commodo porta. Nam eu enim orci, at euismod ipsum.
 37 </p>
 38 <p>
 39 ut elit lacus, non convallis odio. Integer facilisis, dolor quis porttitor auctor, nisi tellus aliquet urna, a dignissim orci nisl in nunc. Vivamus elit risus, sagittis et lacinia quis, blandit ac elit. Suspendisse non turpis vitae lorem molestie imperdiet sit amet in justo. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. In at quam sapien. Nam nunc eros, interdum ut commodo nec, sollicitudin ultrices magna. Mauris eu fringilla massa. Phasellus facilisis augue in lectus luctus scelerisque. Proin quis facilisis lacus. Morbi tempor, mauris vitae posuere scelerisque, turpis massa pulvinar tortor, quis congue dolor eros iaculis elit. Quisque blandit blandit elit, sed suscipit justo scelerisque ut. Aenean sed diam at ligula bibendum rhoncus quis in nunc. Suspendisse semper auctor dui vitae gravida. Fusce et risus in velit ullamcorper placerat. Pellentesque sollicitudin commodo porta. Nam eu enim orci, at euismod ipsum.
 40 </p>
 41 <p>
 42 elit lacus, non convallis odio. Integer facilisis, dolor quis porttitor auctor, nisi tellus aliquet urna, a dignissim orci nisl in nunc. Vivamus elit risus, sagittis et lacinia quis, blandit ac elit. Suspendisse non turpis vitae lorem molestie imperdiet sit amet in justo. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. In at quam sapien. Nam nunc eros, interdum ut commodo nec, sollicitudin ultrices magna. Mauris eu fringilla massa. Phasellus facilisis augue in lectus luctus scelerisque. Proin quis facilisis lacus. Morbi tempor, mauris vitae posuere scelerisque, turpis massa pulvinar tortor, quis congue dolor eros iaculis elit. Quisque blandit blandit elit, sed suscipit justo scelerisque ut. Aenean sed diam at ligula bibendum rhoncus quis in nunc. Suspendisse semper auctor dui vitae gravida. Fusce et risus in velit ullamcorper placerat. Pellentesque sollicitudin commodo porta. Nam eu enim orci, at euismod ipsum.
 43 </p>
 44 <p>
 45 lacus, non convallis odio. Integer facilisis, dolor quis porttitor auctor, nisi tellus aliquet urna, a dignissim orci nisl in nunc. Vivamus elit risus, sagittis et lacinia quis, blandit ac elit. Suspendisse non turpis vitae lorem molestie imperdiet sit amet in justo. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. In at quam sapien. Nam nunc eros, interdum ut commodo nec, sollicitudin ultrices magna. Mauris eu fringilla massa. Phasellus facilisis augue in lectus luctus scelerisque. Proin quis facilisis lacus. Morbi tempor, mauris vitae posuere scelerisque, turpis massa pulvinar tortor, quis congue dolor eros iaculis elit. Quisque blandit blandit elit, sed suscipit justo scelerisque ut. Aenean sed diam at ligula bibendum rhoncus quis in nunc. Suspendisse semper auctor dui vitae gravida. Fusce et risus in velit ullamcorper placerat. Pellentesque sollicitudin commodo porta. Nam eu enim orci, at euismod ipsum.
 46 </p>
 47 <p>
 48 non convallis odio. Integer facilisis, dolor quis porttitor auctor, nisi tellus aliquet urna, a dignissim orci nisl in nunc. Vivamus elit risus, sagittis et lacinia quis, blandit ac elit. Suspendisse non turpis vitae lorem molestie imperdiet sit amet in justo. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. In at quam sapien. Nam nunc eros, interdum ut commodo nec, sollicitudin ultrices magna. Mauris eu fringilla massa. Phasellus facilisis augue in lectus luctus scelerisque. Proin quis facilisis lacus. Morbi tempor, mauris vitae posuere scelerisque, turpis massa pulvinar tortor, quis congue dolor eros iaculis elit. Quisque blandit blandit elit, sed suscipit justo scelerisque ut. Aenean sed diam at ligula bibendum rhoncus quis in nunc. Suspendisse semper auctor dui vitae gravida. Fusce et risus in velit ullamcorper placerat. Pellentesque sollicitudin commodo porta. Nam eu enim orci, at euismod ipsum.
 49 </p>
 50 <p>
 51 convallis odio. Integer facilisis, dolor quis porttitor auctor, nisi tellus aliquet urna, a dignissim orci nisl in nunc. Vivamus elit risus, sagittis et lacinia quis, blandit ac elit. Suspendisse non turpis vitae lorem molestie imperdiet sit amet in justo. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. In at quam sapien. Nam nunc eros, interdum ut commodo nec, sollicitudin ultrices magna. Mauris eu fringilla massa. Phasellus facilisis augue in lectus luctus scelerisque. Proin quis facilisis lacus. Morbi tempor, mauris vitae posuere scelerisque, turpis massa pulvinar tortor, quis congue dolor eros iaculis elit. Quisque blandit blandit elit, sed suscipit justo scelerisque ut. Aenean sed diam at ligula bibendum rhoncus quis in nunc. Suspendisse semper auctor dui vitae gravida. Fusce et risus in velit ullamcorper placerat. Pellentesque sollicitudin commodo porta. Nam eu enim orci, at euismod ipsum.
 52 </p>
 53 <p>
 54 odio. Integer facilisis, dolor quis porttitor auctor, nisi tellus aliquet urna, a dignissim orci nisl in nunc. Vivamus elit risus, sagittis et lacinia quis, blandit ac elit. Suspendisse non turpis vitae lorem molestie imperdiet sit amet in justo. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. In at quam sapien. Nam nunc eros, interdum ut commodo nec, sollicitudin ultrices magna. Mauris eu fringilla massa. Phasellus facilisis augue in lectus luctus scelerisque. Proin quis facilisis lacus. Morbi tempor, mauris vitae posuere scelerisque, turpis massa pulvinar tortor, quis congue dolor eros iaculis elit. Quisque blandit blandit elit, sed suscipit justo scelerisque ut. Aenean sed diam at ligula bibendum rhoncus quis in nunc. Suspendisse semper auctor dui vitae gravida. Fusce et risus in velit ullamcorper placerat. Pellentesque sollicitudin commodo porta. Nam eu enim orci, at euismod ipsum.
 55 </p>
 56 <p>
 57 Integer facilisis, dolor quis porttitor auctor, nisi tellus aliquet urna, a dignissim orci nisl in nunc. Vivamus elit risus, sagittis et lacinia quis, blandit ac elit. Suspendisse non turpis vitae lorem molestie imperdiet sit amet in justo. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. In at quam sapien. Nam nunc eros, interdum ut commodo nec, sollicitudin ultrices magna. Mauris eu fringilla massa. Phasellus facilisis augue in lectus luctus scelerisque. Proin quis facilisis lacus. Morbi tempor, mauris vitae posuere scelerisque, turpis massa pulvinar tortor, quis congue dolor eros iaculis elit. Quisque blandit blandit elit, sed suscipit justo scelerisque ut. Aenean sed diam at ligula bibendum rhoncus quis in nunc. Suspendisse semper auctor dui vitae gravida. Fusce et risus in velit ullamcorper placerat. Pellentesque sollicitudin commodo porta. Nam eu enim orci, at euismod ipsum.
 58 </p>
 59 <p>
 60 facilisis, dolor quis porttitor auctor, nisi tellus aliquet urna, a dignissim orci nisl in nunc. Vivamus elit risus, sagittis et lacinia quis, blandit ac elit. Suspendisse non turpis vitae lorem molestie imperdiet sit amet in justo. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. In at quam sapien. Nam nunc eros, interdum ut commodo nec, sollicitudin ultrices magna. Mauris eu fringilla massa. Phasellus facilisis augue in lectus luctus scelerisque. Proin quis facilisis lacus. Morbi tempor, mauris vitae posuere scelerisque, turpis massa pulvinar tortor, quis congue dolor eros iaculis elit. Quisque blandit blandit elit, sed suscipit justo scelerisque ut. Aenean sed diam at ligula bibendum rhoncus quis in nunc. Suspendisse semper auctor dui vitae gravida. Fusce et risus in velit ullamcorper placerat. Pellentesque sollicitudin commodo porta. Nam eu enim orci, at euismod ipsum.
 61 </p>
 62 <p>
 63 dolor quis porttitor auctor, nisi tellus aliquet urna, a dignissim orci nisl in nunc. Vivamus elit risus, sagittis et lacinia quis, blandit ac elit. Suspendisse non turpis vitae lorem molestie imperdiet sit amet in justo. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. In at quam sapien. Nam nunc eros, interdum ut commodo nec, sollicitudin ultrices magna. Mauris eu fringilla massa. Phasellus facilisis augue in lectus luctus scelerisque. Proin quis facilisis lacus. Morbi tempor, mauris vitae posuere scelerisque, turpis massa pulvinar tortor, quis congue dolor eros iaculis elit. Quisque blandit blandit elit, sed suscipit justo scelerisque ut. Aenean sed diam at ligula bibendum rhoncus quis in nunc. Suspendisse semper auctor dui vitae gravida. Fusce et risus in velit ullamcorper placerat. Pellentesque sollicitudin commodo porta. Nam eu enim orci, at euismod ipsum.
 64 </p>
 65 <p>
 66 quis porttitor auctor, nisi tellus aliquet urna, a dignissim orci nisl in nunc. Vivamus elit risus, sagittis et lacinia quis, blandit ac elit. Suspendisse non turpis vitae lorem molestie imperdiet sit amet in justo. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. In at quam sapien. Nam nunc eros, interdum ut commodo nec, sollicitudin ultrices magna. Mauris eu fringilla massa. Phasellus facilisis augue in lectus luctus scelerisque. Proin quis facilisis lacus. Morbi tempor, mauris vitae posuere scelerisque, turpis massa pulvinar tortor, quis congue dolor eros iaculis elit. Quisque blandit blandit elit, sed suscipit justo scelerisque ut. Aenean sed diam at ligula bibendum rhoncus quis in nunc. Suspendisse semper auctor dui vitae gravida. Fusce et risus in velit ullamcorper placerat. Pellentesque sollicitudin commodo porta. Nam eu enim orci, at euismod ipsum.
 67 </p>
 68 <p>
 69 porttitor auctor, nisi tellus aliquet urna, a dignissim orci nisl in nunc. Vivamus elit risus, sagittis et lacinia quis, blandit ac elit. Suspendisse non turpis vitae lorem molestie imperdiet sit amet in justo. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. In at quam sapien. Nam nunc eros, interdum ut commodo nec, sollicitudin ultrices magna. Mauris eu fringilla massa. Phasellus facilisis augue in lectus luctus scelerisque. Proin quis facilisis lacus. Morbi tempor, mauris vitae posuere scelerisque, turpis massa pulvinar tortor, quis congue dolor eros iaculis elit. Quisque blandit blandit elit, sed suscipit justo scelerisque ut. Aenean sed diam at ligula bibendum rhoncus quis in nunc. Suspendisse semper auctor dui vitae gravida. Fusce et risus in velit ullamcorper placerat. Pellentesque sollicitudin commodo porta. Nam eu enim orci, at euismod ipsum.
 70 </p>
 71 <p>
 72 auctor, nisi tellus aliquet urna, a dignissim orci nisl in nunc. Vivamus elit risus, sagittis et lacinia quis, blandit ac elit. Suspendisse non turpis vitae lorem molestie imperdiet sit amet in justo. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. In at quam sapien. Nam nunc eros, interdum ut commodo nec, sollicitudin ultrices magna. Mauris eu fringilla massa. Phasellus facilisis augue in lectus luctus scelerisque. Proin quis facilisis lacus. Morbi tempor, mauris vitae posuere scelerisque, turpis massa pulvinar tortor, quis congue dolor eros iaculis elit. Quisque blandit blandit elit, sed suscipit justo scelerisque ut. Aenean sed diam at ligula bibendum rhoncus quis in nunc. Suspendisse semper auctor dui vitae gravida. Fusce et risus in velit ullamcorper placerat. Pellentesque sollicitudin commodo porta. Nam eu enim orci, at euismod ipsum.
 73 </p>
 74 </div>
 75 <script>
 76 var target = document.getElementById("target");
 77 var style = target.style;
 78
 79 function test() {
 80 style.display = "block";
 81 style.width = "280px";
 82 target.offsetLeft;
 83 style.width = "300px";
 84 target.offsetLeft;
 85 style.width = "290px";
 86 target.offsetLeft;
 87 style.display = "none";
 88 }
 89
 90 PerfTestRunner.runPerSecond({ run: test });
 91 </script>
 92</body>
 93</html>