| Index: third_party/WebKit/LayoutTests/http/tests/w3c/webperf/approved/navigation-timing/html/nav2_test_attributes_values.html
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/w3c/webperf/approved/navigation-timing/html/nav2_test_attributes_values.html b/third_party/WebKit/LayoutTests/http/tests/w3c/webperf/approved/navigation-timing/html/nav2_test_attributes_values.html
|
| index 22e8e264056c7dc6b42c9b237d803cee075628e9..6b1407d113341e90382cd99dd2716d1274c99ace 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/w3c/webperf/approved/navigation-timing/html/nav2_test_attributes_values.html
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/w3c/webperf/approved/navigation-timing/html/nav2_test_attributes_values.html
|
| @@ -63,8 +63,7 @@
|
| var entries = entryList.getEntries();
|
| assert_equals(entries[0].entryType, "navigation",
|
| "Expected entryType to be: navigation.");
|
| - assert_equals(entries[0].name, "document",
|
| - "Expected name to be: document.");
|
| + assert_equals(entries[0].name, "http://127.0.0.1:8000/w3c/webperf/approved/navigation-timing/html/nav2_test_attributes_values.html");
|
| assert_equals(entries[0].startTime, 0,
|
| "Expected startTime to be: 0.");
|
| assert_equals(entries[0].duration, entries[0].loadEventEnd,
|
| @@ -75,8 +74,8 @@
|
| // running this test.
|
| assert_true(entries[0].transferSize > entries[0].encodedBodySize,
|
| "Expected transferSize to be greater than encodedBodySize in uncached navigation.");
|
| - assert_equals(entries[0].encodedBodySize, 4148);
|
| - assert_equals(entries[0].decodedBodySize, 4148);
|
| + assert_equals(entries[0].encodedBodySize, 4180);
|
| + assert_equals(entries[0].decodedBodySize, 4180);
|
| verifyTimingEventOrder(entries[0], navTiming2EventOrder1);
|
| // When unloadEvent happens
|
| if (entries[0]["unloadEventStart"] != 0) {
|
|
|