Index: LayoutTests/http/tests/w3c/webperf/submission/Google/resource-timing/html/test_resource_reparenting.html |
diff --git a/LayoutTests/http/tests/w3c/webperf/submission/Google/resource-timing/html/test_resource_reparenting.html b/LayoutTests/http/tests/w3c/webperf/submission/Google/resource-timing/html/test_resource_reparenting.html |
index 53251530243891089ee443aa1705c0c018da311c..2443716ce24462d9b38c31babbf7f51a83d0b2b9 100644 |
--- a/LayoutTests/http/tests/w3c/webperf/submission/Google/resource-timing/html/test_resource_reparenting.html |
+++ b/LayoutTests/http/tests/w3c/webperf/submission/Google/resource-timing/html/test_resource_reparenting.html |
@@ -35,7 +35,7 @@ function onload_test() { |
var entries = context.getEntriesByType('resource'); |
var expected_entries = { |
- '/w3c/webperf/resources/generate_resource.php?type=image&id=move_to_parent': 'img', |
+ '/w3c/webperf/resources/generate_resource.php?type=image&id=move_to_child': 'img', |
}; |
test_resource_entries(entries, expected_entries); |