| Index: third_party/WebKit/LayoutTests/http/tests/inspector/network/x-frame-options-deny.html
 | 
| diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/network/x-frame-options-deny.html b/third_party/WebKit/LayoutTests/http/tests/inspector/network/x-frame-options-deny.html
 | 
| index 82a05e0c172c7b2a376df2eb847c8dd7973959e6..b226aa8df62d0eb1d6cb58dd2bfa8141bc2d660b 100644
 | 
| --- a/third_party/WebKit/LayoutTests/http/tests/inspector/network/x-frame-options-deny.html
 | 
| +++ b/third_party/WebKit/LayoutTests/http/tests/inspector/network/x-frame-options-deny.html
 | 
| @@ -36,8 +36,10 @@ function test()
 | 
|      function loadingFailed(requestId, time, localizedDescription, canceled)
 | 
|      {
 | 
|          var request = InspectorTest.networkLog.requestForId(requestId);
 | 
| -        if (/x-frame-options-deny\.cgi/.exec(request.url))
 | 
| +        if (/x-frame-options-deny\.cgi/.exec(request.url)) {
 | 
| +            InspectorTest.addResult("TODO(mkwst): This started failing when we moved XFO to the browser.");
 | 
|              InspectorTest.completeTest();
 | 
| +        }
 | 
|      }
 | 
|  }
 | 
|  </script>
 | 
| 
 |