Skip to content
This repository was archived by the owner on Mar 19, 2021. It is now read-only.

Commit 466c1de

Browse files
tkent-googlefoolip
authored andcommitted
html: Move autofocus tests to html/interaction/focus/the-autofocus-attribute/
Change-Id: I6cfddfb6be9a4b23c767b50e920b9b3a758c8130 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1826749 Commit-Queue: Kent Tamura <[email protected]> Auto-Submit: Kent Tamura <[email protected]> Reviewed-by: Domenic Denicola <[email protected]> Cr-Commit-Position: refs/heads/master@{#700584}
1 parent 643548a commit 466c1de

27 files changed

+4
-4
lines changed

html/semantics/forms/autofocus/no-cross-origin-autofocus.html renamed to html/interaction/focus/the-autofocus-attribute/no-cross-origin-autofocus.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ <h1>Autofocus shouldn't work in cross-origin iframe.</h1>
3737
}
3838
}));
3939
document.getElementById("child").src =
40-
get_host_info().HTTP_REMOTE_ORIGIN + "/html/semantics/forms/autofocus/resources/child-autofocus.html";
40+
get_host_info().HTTP_REMOTE_ORIGIN + "/html/interaction/focus/the-autofocus-attribute/resources/child-autofocus.html";
4141
}, "Autofocus shouldn't work in cross-origin iframe");
4242
</script>
4343
</body>

0 commit comments

Comments
 (0)