Chromium Code Reviews

Side by Side Diff: LayoutTests/fast/forms/resources/popup-no-crash.html

Issue 920433002: Gracefully handle a disconnected popup menu client on disposing open popup. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: rework test, mac-friendly Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff |
« no previous file with comments | « no previous file | LayoutTests/fast/forms/select-popup-close-no-crash.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <html>
3 <script src="../../../resources/js-test.js"></script>
4 <script>
5 description("Check that first disconnecting then closing a page popup does not c rash.");
6 testPassed("no crash");
7
8 testRunner.notifyDone();
9 </script>
10 </html>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/forms/select-popup-close-no-crash.html » ('j') | no next file with comments »

Powered by Google App Engine