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

Unified Diff: third_party/WebKit/LayoutTests/fast/css/zoom-on-unattached.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/zoom-on-unattached.html
diff --git a/third_party/WebKit/LayoutTests/fast/css/zoom-on-unattached.html b/third_party/WebKit/LayoutTests/fast/css/zoom-on-unattached.html
index 58feb864ff865aaca6385c20a31895a32628c1b9..936527610095b33af0b0191db34a83ca0d07e363 100644
--- a/third_party/WebKit/LayoutTests/fast/css/zoom-on-unattached.html
+++ b/third_party/WebKit/LayoutTests/fast/css/zoom-on-unattached.html
@@ -7,7 +7,7 @@ d = document.implementation.createDocument(null, "");
d.adoptNode(root);
node = document.createElement("title");
root.appendChild(node);
-node.setAttribute("style", "zoom:document;")
+node.setAttribute("style", "zoom:normal;")
node.appendChild(node.cloneNode());
</script>
<body>

Powered by Google App Engine
This is Rietveld 408576698