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

Side by Side Diff: third_party/WebKit/LayoutTests/editing/execCommand/remove-format-textdecoration-in-iframe-expected.txt

Issue 1475863005: [Async][WIP] Call FrameLoader::checkCompleted() asynchronously to avoid sync body.onload() Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 4 years, 10 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
1 This testcase is to test crash scenario when designMode is set on document and R emoveFormat is called. Expected result is that crash should not happen and under line should be removed from all the selected text 1 This testcase is to test crash scenario when designMode is set on document and R emoveFormat is called. Expected result is that crash should not happen and under line should be removed from all the selected text
2 | "<#selection-anchor>This Test should not crash. 2 | "This Test should not crash.
3 " 3 "
4 | <iframe> 4 | <iframe>
5 | onload="selectAndRemoveFormat()" 5 | onload="selectAndRemoveFormat()"
6 | " 6 | "
7 " 7 "
8 | <p> 8 | <p>
9 | "PASS" 9 | "PASS"
10 | " 10 | "
11 " 11 "
12 12
13 FRAME 0: 13 FRAME 0:
14 | <head> 14 | <head>
15 | <body> 15 | <body>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698