diff options
Diffstat (limited to 'third_party/WebKit/LayoutTests/inspector-protocol/nmi-webaudio-leak-test-expected.txt')
-rw-r--r-- | third_party/WebKit/LayoutTests/inspector-protocol/nmi-webaudio-leak-test-expected.txt | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/third_party/WebKit/LayoutTests/inspector-protocol/nmi-webaudio-leak-test-expected.txt b/third_party/WebKit/LayoutTests/inspector-protocol/nmi-webaudio-leak-test-expected.txt deleted file mode 100644 index 7af9721..0000000 --- a/third_party/WebKit/LayoutTests/inspector-protocol/nmi-webaudio-leak-test-expected.txt +++ /dev/null @@ -1,9 +0,0 @@ -This test is checking that AudioContext is deleting after navigation. It is not possible to count AudioContext objects directly. But we could use Native Memory Snapshot which has information about Page.Audio.SharedData. All the shared data are retained by HRTFDatabaseLoader refcounted singleton and Native Memory Instrumentation is visiting it via public getter. - -Action: Wait for Audio data -PASS: Memory size for Page.Audio more than 15000000 -Action: Navigate IFrame to resources/blank.html -PASS: IFrame was navigated to resources/blank.html -Action: Run GC and check Page.Audio data size -PASS: No Page.Audio data found - |