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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/backgrounds/webkit-background-composite-deprecated.html

Issue 1648593002: Revert of Add deprecation message for -webkit-background-composite (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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
3 <style>
4 div {
5 -webkit-background-composite: border;
6 color: red;
7 }
8 </style>
9
10 <script>
11 if (window.testRunner)
12 testRunner.dumpAsText();
13 </script>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698