Changeset 158920 in webkit


Ignore:
Timestamp:
Nov 8, 2013 6:57:51 AM (10 years ago)
Author:
Antti Koivisto
Message:

Add line layout performance test that exercises more cases
https://bugs.webkit.org/show_bug.cgi?id=124041

Reviewed by Anders Carlsson.

The existing line-layout.html covers the most basic left-aligned case only.
Add a test with more coverage for things that are mostly not yet supported by the simple
line layout path:

  • centered text
  • right aligned text
  • justified text
  • pre
  • white-space:pre-wrap
  • text with simple inlines
  • text with br
  • Layout/line-layout-simple.html: Added.
Location:
trunk/PerformanceTests
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/PerformanceTests/ChangeLog

    r157999 r158920  
     12013-11-08  Antti Koivisto  <antti@apple.com>
     2
     3        Add line layout performance test that exercises more cases
     4        https://bugs.webkit.org/show_bug.cgi?id=124041
     5       
     6        Reviewed by Anders Carlsson.
     7
     8        The existing line-layout.html covers the most basic left-aligned case only.
     9        Add a test with more coverage for things that are mostly not yet supported by the simple
     10        line layout path:
     11       
     12        - centered text
     13        - right aligned text
     14        - justified text
     15        - pre
     16        - white-space:pre-wrap
     17        - text with simple inlines
     18        - text with br
     19
     20        * Layout/line-layout-simple.html: Added.
     21
    1222013-10-25  Sergio Villar Senin  <svillar@igalia.com>
    223
Note: See TracChangeset for help on using the changeset viewer.