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

Unified 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: merge 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/css/deprecated-zoom-properties.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/fast/css-generated-content/table-with-scrollbar-corner.html
diff --git a/third_party/WebKit/LayoutTests/fast/css-generated-content/table-with-scrollbar-corner.html b/third_party/WebKit/LayoutTests/fast/css-generated-content/table-with-scrollbar-corner.html
index 687f70f8a6e8c8f8fd5e95158bbbf2cc40dc3c21..89e48738f018aae25451b2cfd2c89de83b410112 100644
--- a/third_party/WebKit/LayoutTests/fast/css-generated-content/table-with-scrollbar-corner.html
+++ b/third_party/WebKit/LayoutTests/fast/css-generated-content/table-with-scrollbar-corner.html
@@ -1,6 +1,6 @@
<!DOCTYPE html>
<style>
-::-webkit-scrollbar-corner { zoom: reset; }
+::-webkit-scrollbar-corner { zoom: normal; }
* {overflow:hidden}
</style>
<table><tr>
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/css/deprecated-zoom-properties.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698