Sign in
webkit
/
WebKit
/
cd096af6c6240b3ceab5d977df03c24b8d5fa8d7
/
.
/
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>