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

Side by Side 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, 6 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 unified diff | Download patch
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <style>
3 span { -webkit-appearance:searchfield-results-decoration; }
4 </style>
5 Test passes if it does not CRASH.
6 <span></span>
7 <script>
8 if (window.testRunner) {
9 window.testRunner.dumpAsText();
10 window.testRunner.waitUntilDone();
11 }
12 window.requestAnimationFrame(function() {
13 window.testRunner.notifyDone();
14 });
15 </script>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698