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

Unified Diff: third_party/WebKit/LayoutTests/fast/css/deprecated-zoom-properties.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
Index: third_party/WebKit/LayoutTests/fast/css/deprecated-zoom-properties.html
diff --git a/third_party/WebKit/LayoutTests/fast/css/deprecated-zoom-properties.html b/third_party/WebKit/LayoutTests/fast/css/deprecated-zoom-properties.html
new file mode 100644
index 0000000000000000000000000000000000000000..9f52d01aace4cfb7297532003f40b40d7deb7735
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/fast/css/deprecated-zoom-properties.html
@@ -0,0 +1,11 @@
+<!DOCTYPE html>
+<head>
+<script>
+if (window.testRunner)
+ testRunner.dumpAsText();
+</script>
+</head>
+<body>
+<div style="zoom:reset"></div>
+<div style="zoom:document"></div>
+</body>

Powered by Google App Engine
This is Rietveld 408576698