Changeset 88678 in webkit


Ignore:
Timestamp:
Jun 13, 2011 1:16:20 PM (13 years ago)
Author:
jchaffraix@webkit.org
Message:

2011-06-13 Julien Chaffraix <jchaffraix@webkit.org>

Reviewed by Alexey Proskuryakov.

chrome.dll!WebCore::Node::createRendererIfNeeded ReadAV@NULL (7079875ef32458c5c891a311715b683f)
https://bugs.webkit.org/show_bug.cgi?id=49316

The bug got fixed, thus just landing the test case. Including another test case from
http://code.google.com/p/chromium/issues/detail?id=61562
which should have the same root cause.

  • fast/html/crash-style-first-letter-expected.txt: Added.
  • fast/html/crash-style-first-letter.html: Added.
  • svg/custom/svg-use-style-float-crash-expected.txt: Added.
  • svg/custom/svg-use-style-float-crash.svg: Added.
Location:
trunk/LayoutTests
Files:
4 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r88676 r88678  
     12011-06-13  Julien Chaffraix  <jchaffraix@webkit.org>
     2
     3        Reviewed by Alexey Proskuryakov.
     4
     5        chrome.dll!WebCore::Node::createRendererIfNeeded ReadAV@NULL (7079875ef32458c5c891a311715b683f)
     6        https://bugs.webkit.org/show_bug.cgi?id=49316
     7
     8        The bug got fixed, thus just landing the test case. Including another test case from
     9        http://code.google.com/p/chromium/issues/detail?id=61562
     10        which should have the same root cause.
     11
     12        * fast/html/crash-style-first-letter-expected.txt: Added.
     13        * fast/html/crash-style-first-letter.html: Added.
     14        * svg/custom/svg-use-style-float-crash-expected.txt: Added.
     15        * svg/custom/svg-use-style-float-crash.svg: Added.
     16
    1172011-06-13  James Robinson  <jamesr@chromium.org>
    218
Note: See TracChangeset for help on using the changeset viewer.