blob: e9e52d733a386dd7fa8a58190aa2e752c3bd08ba [file] [log] [blame]
<!--
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
distributed with this work for additional information
regarding copyright ownership. The ASF licenses this file
to you under the Apache License, Version 2.0 (the
"License"); you may not use this file except in compliance
with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing,
software distributed under the License is distributed on an
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
-->
<html>
<head>
</head>
</html>
<body>
<div itemscope itemtype ="http://schema.org/Movie">
<h1 itemprop="name">Avatar</h1>
<div itemprop="director" itemscope itemtype="http://schema.org/Person">
Director: <span itemprop="name" itemscope itemtype="text">James Cameron</span>
(born <span itemprop="birthDate" itemscope itemtype="text">August 16, 1954</span>)
<p>Also directed: <a rel="test" href="/test">test</a></p>
</div>
<span itemprop="genre" itemscope itemtype="text">Science fiction</span>
<span itemprop="rank" itemscope="true" itemtype="number">2</span>
</div>
<div>
<form data-rel="test" action="/testpost1" method="post">
<input type="text" name="f1" value="default1">
<textarea name="f2">val2</textarea>
</form>
<form data-rel="test" action="/testpost1" method="post" enctype="multipart/form-data">
<input type="text" name="f1" value="default1">
<textarea name="f2">val2</textarea>
</form>
</div>
</body>
</html>