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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/editing/execCommand/remove-format-textdecoration-in-iframe-expected.txt
diff --git a/third_party/WebKit/LayoutTests/editing/execCommand/remove-format-textdecoration-in-iframe-expected.txt b/third_party/WebKit/LayoutTests/editing/execCommand/remove-format-textdecoration-in-iframe-expected.txt
index 7d06eee67ae069512eab517c26c5705c6f408549..1d100dc8fd4eb7948000b16e2de981b5ee65c280 100644
--- a/third_party/WebKit/LayoutTests/editing/execCommand/remove-format-textdecoration-in-iframe-expected.txt
+++ b/third_party/WebKit/LayoutTests/editing/execCommand/remove-format-textdecoration-in-iframe-expected.txt
@@ -1,5 +1,5 @@
This testcase is to test crash scenario when designMode is set on document and RemoveFormat is called. Expected result is that crash should not happen and underline should be removed from all the selected text
-| "<#selection-anchor>This Test should not crash.
+| "This Test should not crash.
"
| <iframe>
| onload="selectAndRemoveFormat()"

Powered by Google App Engine
This is Rietveld 408576698