Changeset 136428 in webkit


Ignore:
Timestamp:
Dec 3, 2012, 12:41:30 PM (12 years ago)
Author:
tony@chromium.org
Message:

Performance degradation while rendering MathML content, freezes the tab.
https://bugs.webkit.org/show_bug.cgi?id=102585

Reviewed by Eric Seidel.

Add a regression test for nested fractions. The O(2n) layout time should
be fixed by r136324.

  • mathml/presentation/mfrac-nested-expected.txt: Added.
  • mathml/presentation/mfrac-nested.html: Added.
Location:
trunk/LayoutTests
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r136427 r136428  
     12012-12-03  Tony Chang  <tony@chromium.org>
     2
     3        Performance degradation while rendering MathML content, freezes the tab.
     4        https://bugs.webkit.org/show_bug.cgi?id=102585
     5
     6        Reviewed by Eric Seidel.
     7
     8        Add a regression test for nested fractions. The O(2^n) layout time should
     9        be fixed by r136324.
     10
     11        * mathml/presentation/mfrac-nested-expected.txt: Added.
     12        * mathml/presentation/mfrac-nested.html: Added.
     13
    1142012-12-03  Alexis Menard  <alexis@webkit.org>
    215
Note: See TracChangeset for help on using the changeset viewer.