repo.or.cz
/
chromium-blink-merge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge Chromium + Blink git repositories
[chromium-blink-merge.git]
/
third_party
/
WebKit
/
LayoutTests
/
svg
/
custom
/
html-document-set-title.html
blob
6a0beef7ed0f652728379ec6cb4e0ac5919d815f
1
<html>
2
<head>
3
<script
src
=
"../../resources/js-test.js"
></script>
4
<script>
5
function
runTest
()
6
{
7
shouldBe
(
'document.title'
,
'""'
);
8
}
9
</script>
10
</head>
11
<body
onload
=
"runTest()"
>
12
<svg>
13
<title>
Should not be set on HTML Document
</title>
14
</svg>
15
</body>
16
</html>