Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(70)

Side by Side Diff: third_party/WebKit/LayoutTests/fast/css/access-namespace-rule-after-delete-rule-crash.html

Issue 2459843002: Copy m_namespaceRules when copying StyleSheetContents to avoid crashing. (Closed)
Patch Set: Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 <style>@namespace a "a"; div { }</style>
rune 2016/10/28 07:41:16 Missing <!DOCTYPE html> Also, don't you need an e
meade_UTC10 2016/10/31 01:32:53 Done.
2 <style>@namespace a "a"; div { }</style>
3 <script>
4 // This test passes if it doesn't crash.
5 document.styleSheets[0].deleteRule(1);
6 document.styleSheets[0].cssRules[0];
7 </script>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698