summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-pseudo/grammar-error-001-ref.html
blob: ecdb308f2f426af4f2763fabb30f7244f42fcf62 (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
<!DOCTYPE html>

 <html lang="en">

  <meta charset="UTF-8">

  <title>CSS Reftest Reference</title>

  <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/">

  <style>
  div
    {
      font-size: 300%;
    }

  span
    {
      color: maroon;
      text-decoration: underline dotted fuchsia;
    }
  </style>

  <p>PREREQUISITE: User agent needs to have an enabled and capable grammar error module. If it does not, then this test does not apply to such user agent.

  <p>Test passes if each glyph of "thing" is maroon and if "thing" is underlined with a fuchsia dotted line.

  <div contenteditable="true">Many <span>thing</span> can happen.</div>