Changeset 158920 in webkit
- Timestamp:
- Nov 8, 2013, 6:57:51 AM (11 years ago)
- Location:
- trunk/PerformanceTests
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/PerformanceTests/ChangeLog
r157999 r158920 1 2013-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 1 22 2013-10-25 Sergio Villar Senin <svillar@igalia.com> 2 23
Note:
See TracChangeset
for help on using the changeset viewer.