Changeset 151650 in webkit


Ignore:
Timestamp:
Jun 17, 2013 11:53:56 AM (11 years ago)
Author:
betravis@adobe.com
Message:

[CSS Exclusions] Implement text alignment for shape-inside
https://bugs.webkit.org/show_bug.cgi?id=101086

Reviewed by Alexandru Chiculita.

Adding tests to make sure that shape-inside layout correctly supports
the different values of text-align.

  • fast/exclusions/resources/multi-segment-polygon.js:

(createOrInsert):

  • fast/exclusions/shape-inside/shape-inside-text-align-expected.html: Added.
  • fast/exclusions/shape-inside/shape-inside-text-align.html: Added.
Location:
trunk/LayoutTests
Files:
2 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r151647 r151650  
     12013-06-17  Bear Travis  <betravis@adobe.com>
     2
     3        [CSS Exclusions] Implement text alignment for shape-inside
     4        https://bugs.webkit.org/show_bug.cgi?id=101086
     5
     6        Reviewed by Alexandru Chiculita.
     7
     8        Adding tests to make sure that shape-inside layout correctly supports
     9        the different values of text-align.
     10
     11        * fast/exclusions/resources/multi-segment-polygon.js:
     12        (createOrInsert):
     13        * fast/exclusions/shape-inside/shape-inside-text-align-expected.html: Added.
     14        * fast/exclusions/shape-inside/shape-inside-text-align.html: Added.
     15
    1162013-06-17  Igor Oliveira  <igor.o@sisa.samsung.com>
    217
  • trunk/LayoutTests/fast/exclusions/resources/multi-segment-polygon.js

    r151247 r151650  
    3535    var div = document.createElement('div');
    3636    if (document.body.childNodes.length)
    37         docuemnt.body.insertBefore(div, document.body.childNodes[0]);
     37        document.body.insertBefore(div, document.body.childNodes[0]);
    3838    else
    3939        document.body.appendChild(div);
Note: See TracChangeset for help on using the changeset viewer.