| Index: LayoutTests/fast/viewport/viewport-135.html | 
| diff --git a/LayoutTests/fast/viewport/viewport-132.html b/LayoutTests/fast/viewport/viewport-135.html | 
| similarity index 74% | 
| copy from LayoutTests/fast/viewport/viewport-132.html | 
| copy to LayoutTests/fast/viewport/viewport-135.html | 
| index 52468dc5c599d6147bfb00ca778a85b2ed03cdf8..e78077be19b6f93945254d5ff37859e108ac5023 100644 | 
| --- a/LayoutTests/fast/viewport/viewport-132.html | 
| +++ b/LayoutTests/fast/viewport/viewport-135.html | 
| @@ -1,6 +1,7 @@ | 
| <head> | 
| -    <title>Check that no user-scalable value is the default -1.0.</title> | 
| +    <title>Viewport META multiple; last with empty content ("").</title> | 
| <meta name="viewport" content="width=device-width"> | 
| +    <meta name="viewport" content=""> | 
| <script> | 
| function test() { | 
| if (window.testRunner) { | 
|  |