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