Changeset 234591 in webkit


Ignore:
Timestamp:
Aug 6, 2018 1:25:29 AM (6 years ago)
Author:
commit-queue@webkit.org
Message:

ASSERTION !data.customElementReactionQueue() when creating custom element inside an SVG document
https://bugs.webkit.org/show_bug.cgi?id=187802

The assertion has been removed in bug 188327. This patch updates the test expectations and
add some non-regression test to verify different cases of XML custom element construction.

Patch by Frederic Wang <fwang@igalia.com> on 2018-08-06
Reviewed by Ryosuke Niwa.

  • TestExpectations: This test no longer crashes but times out because of bug 187800.
  • fast/custom-elements/xml-parsing-create-and-element-for-a-token-expected.txt: Added.
  • fast/custom-elements/xml-parsing-create-and-element-for-a-token.svg: Added.
Location:
trunk/LayoutTests
Files:
2 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r234588 r234591  
     12018-08-06  Frederic Wang  <fwang@igalia.com>
     2
     3        ASSERTION !data.customElementReactionQueue() when creating custom element inside an SVG document
     4        https://bugs.webkit.org/show_bug.cgi?id=187802
     5
     6        The assertion has been removed in bug 188327. This patch updates the test expectations and
     7        add some non-regression test to verify different cases of XML custom element construction.
     8
     9        Reviewed by Ryosuke Niwa.
     10
     11        * TestExpectations: This test no longer crashes but times out because of bug 187800.
     12        * fast/custom-elements/xml-parsing-create-and-element-for-a-token-expected.txt: Added.
     13        * fast/custom-elements/xml-parsing-create-and-element-for-a-token.svg: Added.
     14
    1152018-08-05  Yusuke Suzuki  <utatane.tea@gmail.com>
    216
  • trunk/LayoutTests/TestExpectations

    r234566 r234591  
    571571# WPT tests for custom elements
    572572webkit.org/b/187800 imported/w3c/web-platform-tests/custom-elements/Document-createElement-svg.svg [ Skip ]
    573 webkit.org/b/187802 imported/w3c/web-platform-tests/custom-elements/parser/parser-uses-create-an-element-for-a-token-svg.svg [ Skip ]
     573webkit.org/b/187800 imported/w3c/web-platform-tests/custom-elements/parser/parser-uses-create-an-element-for-a-token-svg.svg [ Skip ]
    574574
    575575# selectors
Note: See TracChangeset for help on using the changeset viewer.