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

Side by Side 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 unified diff | Download patch
OLDNEW
1 <body style="font-size:16px"> 1 <body style="font-size:16px">
2 2
3 All text below should be 32px tall. 3 All text below should be 32px tall.
4 4
5 <div style="zoom:200%">This text should be 32px tall.</div> 5 <div style="zoom:200%">This text should be 32px tall.</div>
6 <div style="font-size:32px; zoom:reset">This text should be 32px tall.</div> 6 <div style="zoom:normal;font-size:32px">This text should be 32px tall.</div>
7 <div style="zoom:50%;font-size:64px">This text should be 32px tall.</div> 7 <div style="zoom:50%;font-size:64px">This text should be 32px tall.</div>
8 <div style="font-size:4px; zoom:400%; font-size:8px">This text should be 32px ta ll.</div> 8 <div style="font-size:4px; zoom:400%; font-size:8px">This text should be 32px ta ll.</div>
9 9
10 </body> 10 </body>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698