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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/css-generated-content/table-with-scrollbar-corner.html

Issue 2689063002: Deprecate CSS values zoom:reset and zoom:document. (Closed)
Patch Set: add test for deprecated properties Created 3 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
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <style> 2 <style>
3 ::-webkit-scrollbar-corner { zoom: reset; } 3 ::-webkit-scrollbar-corner { zoom: normal; }
4 * {overflow:hidden} 4 * {overflow:hidden}
5 </style> 5 </style>
6 <table><tr> 6 <table><tr>
7 <script> 7 <script>
8 if (window.testRunner) 8 if (window.testRunner)
9 testRunner.dumpAsText(); 9 testRunner.dumpAsText();
10 document.body.innerHTML = "PASS, no crash"; 10 document.body.innerHTML = "PASS, no crash";
11 </script> 11 </script>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698