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

Side by Side Diff: LayoutTests/fast/files/file-reader-abort-gc.html

Issue 389193002: Fix condition of FileReader::hasPendingActivity (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: add layout tests Created 6 years, 5 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | LayoutTests/fast/files/file-reader-abort-gc-expected.txt » ('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 <script src="../../resources/js-test.js"></script>
3 <script>
4 var reader = new FileReader();
5 gc();
6 reader.readAsText(new Blob());
7 reader.abort();
8 </script>
9 <p>TEST PASS if it didn't crash.</p>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/files/file-reader-abort-gc-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698