-
- Downloads
Bug 1914106 - Deal with insertRule edge-case. r=jwatt a=RyanVM
When there's trailing garbage after an @import rule we throw, but we still trigger the load (that's not great but not trivial to change). Deal with that case before calling ImportRuleLoaded(). Differential Revision: https://phabricator.services.mozilla.com/D219783
Showing
- dom/base/Document.cpp 1 addition, 1 deletiondom/base/Document.cpp
- dom/base/Document.h 1 addition, 1 deletiondom/base/Document.h
- dom/base/ShadowRoot.cpp 1 addition, 1 deletiondom/base/ShadowRoot.cpp
- dom/base/ShadowRoot.h 1 addition, 1 deletiondom/base/ShadowRoot.h
- layout/style/ServoStyleSet.cpp 1 addition, 1 deletionlayout/style/ServoStyleSet.cpp
- layout/style/ServoStyleSet.h 1 addition, 1 deletionlayout/style/ServoStyleSet.h
- layout/style/StyleSheet.cpp 10 additions, 6 deletionslayout/style/StyleSheet.cpp
- testing/web-platform/tests/css/cssom/insertRule-import-trailing-garbage-crash.html 6 additions, 0 deletions...s/css/cssom/insertRule-import-trailing-garbage-crash.html
Loading
Please sign in to comment