| 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>
|
|
|
|
|