diff options
Diffstat (limited to 'testing/web-platform/tests/css/css-ruby/reference/ruby-annotation-pairing-001-ref.html')
-rw-r--r-- | testing/web-platform/tests/css/css-ruby/reference/ruby-annotation-pairing-001-ref.html | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/testing/web-platform/tests/css/css-ruby/reference/ruby-annotation-pairing-001-ref.html b/testing/web-platform/tests/css/css-ruby/reference/ruby-annotation-pairing-001-ref.html new file mode 100644 index 0000000000..2a8f9a836f --- /dev/null +++ b/testing/web-platform/tests/css/css-ruby/reference/ruby-annotation-pairing-001-ref.html @@ -0,0 +1,36 @@ +<!DOCTYPE html> + + <meta charset="UTF-8"> + + <title>CSS Reference File</title> + + <link rel="author" title="GĂ©rard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/"> + <link rel="stylesheet" href="/fonts/ahem.css"> + + <style> + div + { + font-family: Ahem; + font-size: 60px; + line-height: 1; + } + + div.annotation + { + font-size: 30px; + margin-top: 60px; + text-indent: 15px; + } + </style> + + <div class="annotation">A</div> + + <div>W Z</div> + + <div class="annotation">A</div> + + <div>W Z</div> + + <div class="annotation">A</div> + + <div>W Z</div> |