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

Unified Diff: LayoutTests/editing/spelling/spelling-hasspellingmarker.html

Issue 204383002: Use asynchronous spellchecking in spelling-hasspellingmarker.js (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 9 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: LayoutTests/editing/spelling/spelling-hasspellingmarker.html
diff --git a/LayoutTests/editing/spelling/spelling-hasspellingmarker.html b/LayoutTests/editing/spelling/spelling-hasspellingmarker.html
index 87aad5c7fc63a9febd8a51309d7055204a4e6366..d93be51a04bfe17f772a49de686a478b02dcf59a 100644
--- a/LayoutTests/editing/spelling/spelling-hasspellingmarker.html
+++ b/LayoutTests/editing/spelling/spelling-hasspellingmarker.html
@@ -2,10 +2,9 @@
<html>
<head>
<script src="../../resources/js-test.js"></script>
+<script src="../editing.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/spelling-hasspellingmarker.js"></script>
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698