~ubuntu-branches/ubuntu/precise/kompozer/precise

« back to all changes in this revision

Viewing changes to mozilla/layout/html/tests/block/bugs/12760.html

  • Committer: Bazaar Package Importer
  • Author(s): Anthony Yarusso
  • Date: 2007-08-27 01:11:03 UTC
  • Revision ID: james.westby@ubuntu.com-20070827011103-2jgf4s6532gqu2ka
Tags: upstream-0.7.10
ImportĀ upstreamĀ versionĀ 0.7.10

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<HTML><HEAD>
 
2
<STYLE>
 
3
 
 
4
span{color:tomato} /* visual effect */
 
5
 
 
6
:first-letter { font-size: 200%;}
 
7
 
 
8
</STYLE>
 
9
</HEAD>
 
10
<BODY>
 
11
 
 
12
<!--<p>--> <!-- comment out the p, and the :first-letter will work correctly. -->
 
13
 
 
14
<span>My first letter</span> doesn't get the correct style propagated to it.
 
15
 
 
16
</BODY>
 
17
</HTML>
 
 
b'\\ No newline at end of file'