Changeset 199428 in webkit


Ignore:
Timestamp:
Apr 13, 2016, 1:37:54 AM (9 years ago)
Author:
Antti Koivisto
Message:

Crash at com.apple.JavaScriptCore: bool WTF::startsWith<WTF::StringImpl, WTF::StringImpl> + 8
https://bugs.webkit.org/show_bug.cgi?id=156512
rdar://problem/24220567

Reviewed by Benjamin Poulain.

Land a test that verifies that setting attr to null does not crash with attribute selectors.
This was fixed by http://trac.webkit.org/changeset/199392.

  • fast/css/attribute-selector-null-crash-expected.html: Added.
  • fast/css/attribute-selector-null-crash.html: Added.
Location:
trunk/LayoutTests
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/LayoutTests/ChangeLog

    r199400 r199428  
     12016-04-12  Antti Koivisto  <antti@apple.com>
     2
     3        Crash at com.apple.JavaScriptCore: bool WTF::startsWith<WTF::StringImpl, WTF::StringImpl> + 8
     4        https://bugs.webkit.org/show_bug.cgi?id=156512
     5        rdar://problem/24220567
     6
     7        Reviewed by Benjamin Poulain.
     8
     9        Land a test that verifies that setting attr to null does not crash with attribute selectors.
     10        This was fixed by http://trac.webkit.org/changeset/199392.
     11
     12        * fast/css/attribute-selector-null-crash-expected.html: Added.
     13        * fast/css/attribute-selector-null-crash.html: Added.
     14
    1152016-04-12  Mark Lam  <mark.lam@apple.com>
    216
Note: See TracChangeset for help on using the changeset viewer.