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

Side by Side Diff: LayoutTests/fast/text/caret-crash.html

Issue 800553002: Disable drawing recorder cache for carets (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Cleanup Created 6 years 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
OLDNEW
(Empty)
1 <!DOCTYPE HTML>
2 <body>
3 This test passes if it does not crash.
4 <script>
5 testRunner.waitUntilDone();
Xianzhu 2014/12/11 23:26:19 if (window.testRunner)...
6 testRunner.dumpAsText();
7
8 internals.settings.setCaretBrowsingEnabled(false);
9 testRunner.displayAsyncThen(function() {
10 internals.settings.setCaretBrowsingEnabled(true);
11 document.body.innerHTML += "PASS";
12 testRunner.displayAsyncThen(function() {
13 testRunner.notifyDone();
14 });
15 });
16 </script>
17 </body>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/text/caret-crash-expected.txt » ('j') | Source/core/paint/BlockPainter.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698