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

Unified Diff: third_party/WebKit/LayoutTests/fast/css/zoom-font-size.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-font-size.html
diff --git a/third_party/WebKit/LayoutTests/fast/css/zoom-font-size.html b/third_party/WebKit/LayoutTests/fast/css/zoom-font-size.html
index 4f925fbdd005a737f1c6d3253a3b70231e229891..e94bba408686779ae1abc3629fd06c2ca6212b94 100644
--- a/third_party/WebKit/LayoutTests/fast/css/zoom-font-size.html
+++ b/third_party/WebKit/LayoutTests/fast/css/zoom-font-size.html
@@ -3,7 +3,7 @@
All text below should be 32px tall.
<div style="zoom:200%">This text should be 32px tall.</div>
-<div style="font-size:32px; zoom:reset">This text should be 32px tall.</div>
+<div style="zoom:normal;font-size:32px">This text should be 32px tall.</div>
<div style="zoom:50%;font-size:64px">This text should be 32px tall.</div>
<div style="font-size:4px; zoom:400%; font-size:8px">This text should be 32px tall.</div>

Powered by Google App Engine
This is Rietveld 408576698