Changeset 141906 in webkit


Ignore:
Timestamp:
Feb 5, 2013 11:15:57 AM (11 years ago)
Author:
dominik.rottsches@intel.com
Message:

Add a performance test for arabic line breaking
https://bugs.webkit.org/show_bug.cgi?id=108948

Reviewed by Eric Seidel.

Adding a perfomance test based to exercise the complex
font path used in rendering arabic script.

  • Layout/ArabicLineLayout.html: Added.
  • Skipped: New test skipped by default as per Ryosuke's request.
Location:
trunk/PerformanceTests
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/PerformanceTests/ChangeLog

    r140534 r141906  
     12013-02-05  Dominik Röttsches  <dominik.rottsches@intel.com>
     2
     3        Add a performance test for arabic line breaking
     4        https://bugs.webkit.org/show_bug.cgi?id=108948
     5
     6        Reviewed by Eric Seidel.
     7
     8        Adding a perfomance test based to exercise the complex
     9        font path used in rendering arabic script.
     10
     11        * Layout/ArabicLineLayout.html: Added.
     12        * Skipped: New test skipped by default as per Ryosuke's request.
     13
    1142013-01-23  Yury Semikhatsky  <yurys@chromium.org>
    215
  • trunk/PerformanceTests/Skipped

    r140110 r141906  
    2828# https://bugs.webkit.org/show_bug.cgi?id=98708
    2929Layout/subtree-detaching.html
     30
     31# https://bugs.webkit.org/show_bug.cgi?id=108948#c7
     32Layout/ArabicLineLayout.html
    3033
    3134# We have pure JS tests separately outside Dromaeo.
Note: See TracChangeset for help on using the changeset viewer.