Changeset 167619 in webkit


Ignore:
Timestamp:
Apr 21, 2014 1:39:33 PM (10 years ago)
Author:
hyatt@apple.com
Message:

[New Multicolumn] vertical-rl/unsplittable-inline-block misrenders the column rule.
https://bugs.webkit.org/show_bug.cgi?id=131818

Reviewed by Anders Carlsson.

Patch the test to be column-fill:auto, since the other versions
of the test all had that specified already.

  • fast/multicol/vertical-rl/unsplittable-inline-block.html:
Location:
trunk/LayoutTests
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r167617 r167619  
     12014-04-21  David Hyatt  <hyatt@apple.com>
     2
     3        [New Multicolumn] vertical-rl/unsplittable-inline-block misrenders the column rule.
     4        https://bugs.webkit.org/show_bug.cgi?id=131818
     5
     6        Reviewed by Anders Carlsson.
     7       
     8        Patch the test to be column-fill:auto, since the other versions
     9        of the test all had that specified already.
     10
     11        * fast/multicol/vertical-rl/unsplittable-inline-block.html:
     12
    1132014-04-21  David Hyatt  <hyatt@apple.com>
    214
  • trunk/LayoutTests/fast/multicol/vertical-rl/unsplittable-inline-block.html

    r157458 r167619  
    11<body style="-webkit-writing-mode:vertical-rl">
    2 <div style="height:750px; -webkit-column-count:2; -webkit-column-rule:2px solid grey; column-count:2; column-rule:2px solid grey; border:5px solid black; padding:5px;width:300px; ">
     2<div style="height:750px; -webkit-column-count:2; -webkit-column-fill:auto; -webkit-column-rule:2px solid grey; column-count:2; column-rule:2px solid grey; border:5px solid black; padding:5px;width:300px; ">
    33<div style="width:250px"></div>
    44<div style="display:inline-block; border:2px solid green">
Note: See TracChangeset for help on using the changeset viewer.