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
Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git]
/
third_party
/
WebKit
/
LayoutTests
/
fast
/
dom
/
Element
/
id-in-map.html
blob
379aa8486f7d9f76697d449c26f27bd025df46f6
1
<html>
2
<head>
3
<script
src
=
"../../../resources/js-test.js"
></script>
4
</head>
5
<body>
6
7
<map
title
=
"map"
id
=
"firstmap"
>
8
9
<script>
10
description
(
"Test using id in map element."
);
11
12
shouldBeNonNull
(
'document.getElementById("firstmap")'
);
13
</script>
14
</body>
15
</html>