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

Unified Diff: third_party/WebKit/LayoutTests/paint/theme/search-field-results-decoration-crash.html

Issue 2005093002: Remove non-standard 'results' attribute of INPUT element. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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/paint/theme/search-field-results-decoration-crash.html
diff --git a/third_party/WebKit/LayoutTests/paint/theme/search-field-results-decoration-crash.html b/third_party/WebKit/LayoutTests/paint/theme/search-field-results-decoration-crash.html
deleted file mode 100644
index e91d611a90d1129d9f2a0f19453e9b38189086be..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/paint/theme/search-field-results-decoration-crash.html
+++ /dev/null
@@ -1,15 +0,0 @@
-<!DOCTYPE html>
-<style>
-span { -webkit-appearance:searchfield-results-decoration; }
-</style>
-Test passes if it does not CRASH.
-<span></span>
-<script>
-if (window.testRunner) {
- window.testRunner.dumpAsText();
- window.testRunner.waitUntilDone();
-}
-window.requestAnimationFrame(function() {
- window.testRunner.notifyDone();
-});
-</script>

Powered by Google App Engine
This is Rietveld 408576698