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
/
title-assertion.html
blob
f4968c981f20e91811d5d8cc2b3cda6867923d5d
1
<!DOCTYPE
html
>
2
<html>
3
<script
src
=
"../../resources/js-test.js"
></script>
4
<svg>
5
<title>
title
</title>
6
</svg>
7
<script>
8
document
.
title
=
'New title'
;
9
description
(
'We had a bug that updating document.title caused an assertion failure.'
);
10
testPassed
(
'if any assertion does not fail.'
);
11
</script>
12
</html>