Chromium Code Reviews| Index: third_party/WebKit/LayoutTests/external/wpt/navigation-timing/nav2_test_attributes_values.html |
| diff --git a/third_party/WebKit/LayoutTests/external/wpt/navigation-timing/nav2_test_attributes_values.html b/third_party/WebKit/LayoutTests/external/wpt/navigation-timing/nav2_test_attributes_values.html |
| index 1ca4a1be2a6daf3d102b4f5f9e78e81a398dce52..cd81cce207b2c9542b9a50ab535ef710aa8bdb13 100644 |
| --- a/third_party/WebKit/LayoutTests/external/wpt/navigation-timing/nav2_test_attributes_values.html |
| +++ b/third_party/WebKit/LayoutTests/external/wpt/navigation-timing/nav2_test_attributes_values.html |
| @@ -70,6 +70,7 @@ |
| "Expected duration to be equal to loadEventEnd."); |
| assert_equals(entries[0].initiatorType, "navigation", |
| "Expected initiatorType to be: navigation."); |
| + assert_equals(entries[0].nextHopProtocol, "foo"); |
|
Yoav Weiss
2017/06/10 05:31:33
Why is it "foo"?
shaseley
2017/06/13 23:14:17
Done.
|
| // This test may fail when response is from cach. Disable or clean cach before |
| // running this test. |
| assert_true(entries[0].transferSize > entries[0].encodedBodySize, |