Chromium Code Reviews| 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..8e54e334595839f1fe3af436b2840eb126503d0c |
| --- /dev/null |
| +++ b/third_party/WebKit/LayoutTests/fast/css/deprecated-zoom-properties.html |
| @@ -0,0 +1,4 @@ |
| +<body> |
|
Timothy Loh
2017/02/15 03:09:18
<!doctype html> is standard for layout tests unles
Bret
2017/02/15 20:55:59
Done.
|
| +<div style="zoom:reset"></div> |
| +<div style="zoom:document"></div> |
| +</body> |
|
Timothy Loh
2017/02/15 03:09:18
Better to add this so you don't need an expected.p
Bret
2017/02/15 20:55:59
Done.
|