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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/gradients/crash-on-degenerate-gradient.html

Issue 2746583003: Send deprecation messages for prefixed gradients now that it's possible. (Closed)
Patch Set: recommit Created 3 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 unified diff | Download patch
OLDNEW
1 <head> 1 <head>
2 <script> 2 <script>
3 if (window.testRunner) 3 if (window.testRunner)
4 window.testRunner.dumpAsText(); 4 window.testRunner.dumpAsText();
5 </script> 5 </script>
6 </head> 6 </head>
7 <body> 7 <body>
8 <h1>Degenerate Linear gradient. Should not crash</h1> 8 <h1>Degenerate Linear gradient. Should not crash</h1>
9 <button style="background-image: -webkit-radial-gradient(1 1, Scrollbar -1, red -1)"> 9 <button style="background-image: -webkit-radial-gradient(1 1, Scrollbar -1, red -1)">
10 <button style="background-image: radial-gradient(1 1, Scrollbar -1, red -1)">
10 </body> 11 </body>
11 12
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698