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

Unified Diff: third_party/WebKit/LayoutTests/fast/speechsynthesis/speech-synthesis-mock-no-crash.html

Issue 2618613006: Remove ContextClient from DOMWindowSpeechSynthesis (Closed)
Patch Set: temp Created 3 years, 11 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/fast/speechsynthesis/speech-synthesis-mock-no-crash.html
diff --git a/third_party/WebKit/LayoutTests/fast/speechsynthesis/speech-synthesis-mock-no-crash.html b/third_party/WebKit/LayoutTests/fast/speechsynthesis/speech-synthesis-mock-no-crash.html
index 4d80fc84459bfa1be734a247ac067c24ec26fae3..a5d93b70d1fceeb9cabf2f9fa08ab91bb6d076fb 100644
--- a/third_party/WebKit/LayoutTests/fast/speechsynthesis/speech-synthesis-mock-no-crash.html
+++ b/third_party/WebKit/LayoutTests/fast/speechsynthesis/speech-synthesis-mock-no-crash.html
@@ -7,7 +7,7 @@
description("This tests that the mock speech synthesizer is well behaved when attempting to pause/resume without first speaking.");
if (window.internals)
- window.internals.enableMockSpeechSynthesizer(document);
+ window.internals.enableMockSpeechSynthesizer(window);
shouldBeUndefined("speechSynthesis.pause()");
shouldBeUndefined("speechSynthesis.resume()");

Powered by Google App Engine
This is Rietveld 408576698