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

Unified Diff: LayoutTests/fast/speech/speech-style-on-non-speech-elements.html

Issue 264973003: Remove layout tests for the legacy x-webkit-speech API (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 8 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/fast/speech/speech-style-on-non-speech-elements.html
diff --git a/LayoutTests/fast/speech/speech-style-on-non-speech-elements.html b/LayoutTests/fast/speech/speech-style-on-non-speech-elements.html
deleted file mode 100644
index b0003655783413d6bfe109a97ec4a18b443213ab..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/speech/speech-style-on-non-speech-elements.html
+++ /dev/null
@@ -1,24 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
-<html>
-<head>
-<script src="../../resources/js-test.js"></script>
-<style>
-.speechButton {
- -webkit-appearance: -webkit-input-speech-button;
-}
-</style>
-</head>
-<body>
-
-<!-- Test a few HTML elements with the speech button style to check that they don't result in a crash. -->
-<div class='speechButton'>Test</div>
-<p class='speechButton'>Test</p>
-<span class='speechButton'>Test</span>
-<button class='speechButton'>Test</button>
-
-<script type="text/javascript">
-description('Test for speech button style applied on non-input elements.');
-</script>
-
-</body>
-</html>

Powered by Google App Engine
This is Rietveld 408576698