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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/dom/script-module-with-export-leak.html

Issue 2903813002: [ES6 modules] Fix context leak. ModuleScript should use TraceWrapperV8Reference to hold onto v8::Mo… (Closed)
Patch Set: expected.txt Created 3 years, 7 months 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 <!doctype HTML>
2 <script type="module">
3 export var foo = 42;
4 </script>
5 <script>
6 if (window.testRunner)
7 testRunner.dumpAsText();
8 </script>
9 <p>This test shouldn't leak any document when run w/ --enable-leak-detection</p>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698