summaryrefslogtreecommitdiffstats
path: root/components/test/data/dom_distiller/markup_article.html
blob: c1a671b361eccdf2915876c3d813744202094098 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
<html>
<head>
<title>Markup Test Page Title</title>

<!-- OpenGraphProtocol Markup Info -->
<meta property="og:title" content="Marked-up Markup Test Page Title">
<meta property="og:type" content="Article">
<meta property="og:url" content="http://test/markup.html">
<meta property="og:image" content="http://test/markup1.jpeg">
<meta property="og:image:url" content="http://test/markup1.jpeg">
<meta property="og:image:secure_url" content="https://test/markup1.jpeg">
<meta property="og:image:type" content="jpeg">
<meta property="og:image:width" content="600">
<meta property="og:image:height" content="400">
<meta property="og:image" content="http://test/markup2.gif">
<meta property="og:image:url" content="http://test/markup2.gif">
<meta property="og:image:secure_url" content="https://test/markup2.gif">
<meta property="og:image:type" content="gif">
<meta property="og:image:width" content="1000">
<meta property="og:image:height" content="600">

</head>

<body>

<!-- Schema.Org Markup Info -->
<div itemscope itemtype="http://schema.org/Article">
  <span itemprop="description">This page tests Markup Info.</span>
  <div itemscope itemtype="http://schema.org/Person" itemprop="author">Author:
    <span itemprop="name">Whoever Authored</span>
  </div>
  <div itemscope itemtype="http://schema.org/Organization" itemprop="publisher">Publisher:
    <span itemprop="name">Whoever Published</span>
  </div>
  <span itemprop="datePublished">July 23, 2014</span> +
  <time itemprop="dateModified" datetime="2014-07-23T23:59">July 23, 2014 11:59pm</time>
  <span itemprop="copyrightYear">2000-2014</span>
  <span itemprop="copyrightHolder">Whoever Copyrighted</span>
  <span itemprop="articleSection">Whatever Section</span>

  <div>
  <p>Lorem ipsum dolor sit amet, at alia aliquip vel. Quas inani labore an vel. Sed an nemore minimum accusata. Sint inermis tacimates est ex, ad movet iracundia mei, delicata iracundia laboramus ei eos. Illud principes complectitur te nec, ius alienum insolens ea, cu quo oratio omnesque.

  <p>Lorem ipsum dolor sit amet, at alia aliquip vel. Quas inani labore an vel. Sed an nemore minimum accusata. Sint inermis tacimates est ex, ad movet iracundia mei, delicata iracundia laboramus ei eos. Illud principes complectitur te nec, ius alienum insolens ea, cu quo oratio omnesque.
  </div>

</div>

</body>
</html>