Chromium Code Reviews| Index: LayoutTests/fast/css/tab-size-complex-path.html |
| diff --git a/LayoutTests/fast/css/tab-size.html b/LayoutTests/fast/css/tab-size-complex-path.html |
| similarity index 94% |
| copy from LayoutTests/fast/css/tab-size.html |
| copy to LayoutTests/fast/css/tab-size-complex-path.html |
| index 90aae07965295ccb51120e0a461512584fc33b5c..738e6eaed3d8207cef28f142bc1ca6be26d7b4b5 100644 |
| --- a/LayoutTests/fast/css/tab-size.html |
| +++ b/LayoutTests/fast/css/tab-size-complex-path.html |
| @@ -1,7 +1,10 @@ |
| <html> |
| <head> |
| <style> |
| -pre { margin: 0.1em; } |
| +pre { |
| + margin: 0.1em; |
| + text-rendering:optimizeLegibility; |
| +} |
| </style> |
| <script> |