Changeset 208327 in webkit


Ignore:
Timestamp:
Nov 3, 2016 8:51:52 AM (8 years ago)
Author:
Antti Koivisto
Message:

imported/mozilla/svg/paint-order-01.svg and imported/mozilla/svg/paint-order-02.svg are flaky failures
https://bugs.webkit.org/show_bug.cgi?id=164355

Reviewed by Ryosuke Niwa.

Revert one change from https://trac.webkit.org/changeset/207669 to see if it is causing flakiness in
some XML based tests.

  • xml/parser/XMLDocumentParser.cpp:

(WebCore::XMLDocumentParser::end):

Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r208323 r208327  
     12016-11-03  Antti Koivisto  <antti@apple.com>
     2
     3        imported/mozilla/svg/paint-order-01.svg and imported/mozilla/svg/paint-order-02.svg are flaky failures
     4        https://bugs.webkit.org/show_bug.cgi?id=164355
     5
     6        Reviewed by Ryosuke Niwa.
     7
     8        Revert one change from https://trac.webkit.org/changeset/207669 to see if it is causing flakiness in
     9        some XML based tests.
     10
     11        * xml/parser/XMLDocumentParser.cpp:
     12        (WebCore::XMLDocumentParser::end):
     13
    1142016-11-02  Yusuke Suzuki  <utatane.tea@gmail.com>
    215
  • trunk/Source/WebCore/xml/parser/XMLDocumentParser.cpp

    r208112 r208327  
    200200    else {
    201201        updateLeafTextNode();
    202         document()->styleScope().didChangeActiveStyleSheetCandidates();
     202        document()->styleScope().didChangeStyleSheetEnvironment();
    203203    }
    204204
Note: See TracChangeset for help on using the changeset viewer.