Sign in
webkit
/
WebKit
/
bd9ea4a5474a3d7a80a4f79c542279d7b8a087a0
/
.
/
LayoutTests
/
http
/
tests
/
security
/
resources
/
log-window-name.html
blob: 3aac596f4f2b1d08b032bcf7fd796e6f76f51d18 [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<html>
<script>
console
.
log
(
"window.name equals \""
+
window
.
name
+
"\"."
);
testRunner
.
notifyDone
();
</script>
</html>