| Index: LayoutTests/http/tests/security/upgrade-insecure-requests/https-header-nested.html
 | 
| ===================================================================
 | 
| --- LayoutTests/http/tests/security/upgrade-insecure-requests/https-header-nested.html	(revision 199024)
 | 
| +++ LayoutTests/http/tests/security/upgrade-insecure-requests/https-header-nested.html	(working copy)
 | 
| @@ -6,7 +6,7 @@
 | 
|    <script>
 | 
|      var t = async_test("Verify that nested documents receive an 'HTTPS' header.");
 | 
|      window.addEventListener("message", t.step_func(function (message) {
 | 
| -      assert_equals(message.data.https, "1");
 | 
| +      assert_equals(message.data.header, "1");
 | 
|        t.done();
 | 
|      }));
 | 
|    </script>
 | 
| 
 |