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

Unified Diff: LayoutTests/fast/speech/intrinsic-input-width-with-speech-border-padding.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/intrinsic-input-width-with-speech-border-padding.html
diff --git a/LayoutTests/fast/speech/intrinsic-input-width-with-speech-border-padding.html b/LayoutTests/fast/speech/intrinsic-input-width-with-speech-border-padding.html
deleted file mode 100644
index 328722a697be388e872544c31ff4afd0f7060bdd..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/speech/intrinsic-input-width-with-speech-border-padding.html
+++ /dev/null
@@ -1,17 +0,0 @@
-<!DOCTYPE html>
-<style>
-input::-webkit-input-speech-button {
- border: 10px solid lime;
- padding: 10px;
-}
-</style>
-<body>
-<script src="../../resources/js-test.js"></script>
-
-<input id="input1">
-<input x-webkit-speech id="speechInput1">
-<script>
-shouldBe('document.getElementById("speechInput1").offsetWidth', 'document.getElementById("input1").offsetWidth');
-</script>
-
-</body>

Powered by Google App Engine
This is Rietveld 408576698