Changeset 143378 in webkit


Ignore:
Timestamp:
Feb 19, 2013 1:46:06 PM (11 years ago)
Author:
glenn@skynav.com
Message:

CSS3: add line-break tests, initially skipping on all platforms
https://bugs.webkit.org/show_bug.cgi?id=109954

Reviewed by Dirk Pranke.

See also wiki documentation at:
[1] http://trac.webkit.org/wiki/LineBreaking
[2] http://trac.webkit.org/wiki/LineBreakingCSS3Mapping

See also:
https://bugs.webkit.org/show_bug.cgi?id=89235

  • TestExpectations:
  • css3/line-break/line-break-auto-centered-expected.html: Added.
  • css3/line-break/line-break-auto-centered.html: Added.
  • css3/line-break/line-break-auto-half-kana-expected.html: Added.
  • css3/line-break/line-break-auto-half-kana.html: Added.
  • css3/line-break/line-break-auto-hyphens-expected.html: Added.
  • css3/line-break/line-break-auto-hyphens.html: Added.
  • css3/line-break/line-break-auto-inseparables-expected.html: Added.
  • css3/line-break/line-break-auto-inseparables.html: Added.
  • css3/line-break/line-break-auto-iteration-marks-expected.html: Added.
  • css3/line-break/line-break-auto-iteration-marks.html: Added.
  • css3/line-break/line-break-auto-postfixes-expected.html: Added.
  • css3/line-break/line-break-auto-postfixes.html: Added.
  • css3/line-break/line-break-auto-prefixes-expected.html: Added.
  • css3/line-break/line-break-auto-prefixes.html: Added.
  • css3/line-break/line-break-auto-sound-marks-expected.html: Added.
  • css3/line-break/line-break-auto-sound-marks.html: Added.
  • css3/line-break/line-break-loose-centered-expected.html: Added.
  • css3/line-break/line-break-loose-centered.html: Added.
  • css3/line-break/line-break-loose-half-kana-expected.html: Added.
  • css3/line-break/line-break-loose-half-kana.html: Added.
  • css3/line-break/line-break-loose-hyphens-expected.html: Added.
  • css3/line-break/line-break-loose-hyphens.html: Added.
  • css3/line-break/line-break-loose-inseparables-expected.html: Added.
  • css3/line-break/line-break-loose-inseparables.html: Added.
  • css3/line-break/line-break-loose-iteration-marks-expected.html: Added.
  • css3/line-break/line-break-loose-iteration-marks.html: Added.
  • css3/line-break/line-break-loose-postfixes-expected.html: Added.
  • css3/line-break/line-break-loose-postfixes.html: Added.
  • css3/line-break/line-break-loose-prefixes-expected.html: Added.
  • css3/line-break/line-break-loose-prefixes.html: Added.
  • css3/line-break/line-break-loose-sound-marks-expected.html: Added.
  • css3/line-break/line-break-loose-sound-marks.html: Added.
  • css3/line-break/line-break-normal-centered-expected.html: Added.
  • css3/line-break/line-break-normal-centered.html: Added.
  • css3/line-break/line-break-normal-half-kana-expected.html: Added.
  • css3/line-break/line-break-normal-half-kana.html: Added.
  • css3/line-break/line-break-normal-hyphens-expected.html: Added.
  • css3/line-break/line-break-normal-hyphens.html: Added.
  • css3/line-break/line-break-normal-inseparables-expected.html: Added.
  • css3/line-break/line-break-normal-inseparables.html: Added.
  • css3/line-break/line-break-normal-iteration-marks-expected.html: Added.
  • css3/line-break/line-break-normal-iteration-marks.html: Added.
  • css3/line-break/line-break-normal-postfixes-expected.html: Added.
  • css3/line-break/line-break-normal-postfixes.html: Added.
  • css3/line-break/line-break-normal-prefixes-expected.html: Added.
  • css3/line-break/line-break-normal-prefixes.html: Added.
  • css3/line-break/line-break-normal-sound-marks-expected.html: Added.
  • css3/line-break/line-break-normal-sound-marks.html: Added.
  • css3/line-break/line-break-strict-centered-expected.html: Added.
  • css3/line-break/line-break-strict-centered.html: Added.
  • css3/line-break/line-break-strict-half-kana-expected.html: Added.
  • css3/line-break/line-break-strict-half-kana.html: Added.
  • css3/line-break/line-break-strict-hyphens-expected.html: Added.
  • css3/line-break/line-break-strict-hyphens.html: Added.
  • css3/line-break/line-break-strict-inseparables-expected.html: Added.
  • css3/line-break/line-break-strict-inseparables.html: Added.
  • css3/line-break/line-break-strict-iteration-marks-expected.html: Added.
  • css3/line-break/line-break-strict-iteration-marks.html: Added.
  • css3/line-break/line-break-strict-postfixes-expected.html: Added.
  • css3/line-break/line-break-strict-postfixes.html: Added.
  • css3/line-break/line-break-strict-prefixes-expected.html: Added.
  • css3/line-break/line-break-strict-prefixes.html: Added.
  • css3/line-break/line-break-strict-sound-marks-expected.html: Added.
  • css3/line-break/line-break-strict-sound-marks.html: Added.
Location:
trunk/LayoutTests
Files:
64 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r143377 r143378  
     12013-02-19  Glenn Adams  <glenn@skynav.com>
     2
     3        CSS3: add line-break tests, initially skipping on all platforms
     4        https://bugs.webkit.org/show_bug.cgi?id=109954
     5
     6        Reviewed by Dirk Pranke.
     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        See also:
     13        https://bugs.webkit.org/show_bug.cgi?id=89235
     14
     15        * TestExpectations:
     16        * css3/line-break/line-break-auto-centered-expected.html: Added.
     17        * css3/line-break/line-break-auto-centered.html: Added.
     18        * css3/line-break/line-break-auto-half-kana-expected.html: Added.
     19        * css3/line-break/line-break-auto-half-kana.html: Added.
     20        * css3/line-break/line-break-auto-hyphens-expected.html: Added.
     21        * css3/line-break/line-break-auto-hyphens.html: Added.
     22        * css3/line-break/line-break-auto-inseparables-expected.html: Added.
     23        * css3/line-break/line-break-auto-inseparables.html: Added.
     24        * css3/line-break/line-break-auto-iteration-marks-expected.html: Added.
     25        * css3/line-break/line-break-auto-iteration-marks.html: Added.
     26        * css3/line-break/line-break-auto-postfixes-expected.html: Added.
     27        * css3/line-break/line-break-auto-postfixes.html: Added.
     28        * css3/line-break/line-break-auto-prefixes-expected.html: Added.
     29        * css3/line-break/line-break-auto-prefixes.html: Added.
     30        * css3/line-break/line-break-auto-sound-marks-expected.html: Added.
     31        * css3/line-break/line-break-auto-sound-marks.html: Added.
     32        * css3/line-break/line-break-loose-centered-expected.html: Added.
     33        * css3/line-break/line-break-loose-centered.html: Added.
     34        * css3/line-break/line-break-loose-half-kana-expected.html: Added.
     35        * css3/line-break/line-break-loose-half-kana.html: Added.
     36        * css3/line-break/line-break-loose-hyphens-expected.html: Added.
     37        * css3/line-break/line-break-loose-hyphens.html: Added.
     38        * css3/line-break/line-break-loose-inseparables-expected.html: Added.
     39        * css3/line-break/line-break-loose-inseparables.html: Added.
     40        * css3/line-break/line-break-loose-iteration-marks-expected.html: Added.
     41        * css3/line-break/line-break-loose-iteration-marks.html: Added.
     42        * css3/line-break/line-break-loose-postfixes-expected.html: Added.
     43        * css3/line-break/line-break-loose-postfixes.html: Added.
     44        * css3/line-break/line-break-loose-prefixes-expected.html: Added.
     45        * css3/line-break/line-break-loose-prefixes.html: Added.
     46        * css3/line-break/line-break-loose-sound-marks-expected.html: Added.
     47        * css3/line-break/line-break-loose-sound-marks.html: Added.
     48        * css3/line-break/line-break-normal-centered-expected.html: Added.
     49        * css3/line-break/line-break-normal-centered.html: Added.
     50        * css3/line-break/line-break-normal-half-kana-expected.html: Added.
     51        * css3/line-break/line-break-normal-half-kana.html: Added.
     52        * css3/line-break/line-break-normal-hyphens-expected.html: Added.
     53        * css3/line-break/line-break-normal-hyphens.html: Added.
     54        * css3/line-break/line-break-normal-inseparables-expected.html: Added.
     55        * css3/line-break/line-break-normal-inseparables.html: Added.
     56        * css3/line-break/line-break-normal-iteration-marks-expected.html: Added.
     57        * css3/line-break/line-break-normal-iteration-marks.html: Added.
     58        * css3/line-break/line-break-normal-postfixes-expected.html: Added.
     59        * css3/line-break/line-break-normal-postfixes.html: Added.
     60        * css3/line-break/line-break-normal-prefixes-expected.html: Added.
     61        * css3/line-break/line-break-normal-prefixes.html: Added.
     62        * css3/line-break/line-break-normal-sound-marks-expected.html: Added.
     63        * css3/line-break/line-break-normal-sound-marks.html: Added.
     64        * css3/line-break/line-break-strict-centered-expected.html: Added.
     65        * css3/line-break/line-break-strict-centered.html: Added.
     66        * css3/line-break/line-break-strict-half-kana-expected.html: Added.
     67        * css3/line-break/line-break-strict-half-kana.html: Added.
     68        * css3/line-break/line-break-strict-hyphens-expected.html: Added.
     69        * css3/line-break/line-break-strict-hyphens.html: Added.
     70        * css3/line-break/line-break-strict-inseparables-expected.html: Added.
     71        * css3/line-break/line-break-strict-inseparables.html: Added.
     72        * css3/line-break/line-break-strict-iteration-marks-expected.html: Added.
     73        * css3/line-break/line-break-strict-iteration-marks.html: Added.
     74        * css3/line-break/line-break-strict-postfixes-expected.html: Added.
     75        * css3/line-break/line-break-strict-postfixes.html: Added.
     76        * css3/line-break/line-break-strict-prefixes-expected.html: Added.
     77        * css3/line-break/line-break-strict-prefixes.html: Added.
     78        * css3/line-break/line-break-strict-sound-marks-expected.html: Added.
     79        * css3/line-break/line-break-strict-sound-marks.html: Added.
     80
    1812013-02-19  Tony Chang  <tony@chromium.org>
    282
  • trunk/LayoutTests/TestExpectations

    r142941 r143378  
    22#
    33# See http://trac.webkit.org/wiki/TestExpectations for more information on this file.
     4
     5# pending functional patch and per-port verification
     6webkit.org/b/109954 css3/line-break [ Skip ]
Note: See TracChangeset for help on using the changeset viewer.