~ubuntu-branches/ubuntu/gutsy/firefox/gutsy

« back to all changes in this revision

Viewing changes to toolkit/components/feeds/test/xml/rss2/feed_single_quote_stylesheet_pi.xml

  • Committer: Bazaar Package Importer
  • Author(s): Ian Jackson
  • Date: 2006-10-10 18:49:32 UTC
  • mfrom: (1.1.8 upstream)
  • Revision ID: james.westby@ubuntu.com-20061010184932-da75izt7y0e59afq
Tags: 1.99+2.0rc2+dfsg-0ubuntu1
* New upstream version 2.0rc2.
* Fix/workaround for epiphany GtkSocket lifetype crash:
  apply patch id=241087 from Mozilla Bugzilla #241535 to fix LP #63814.
* Change application name to `Firefox', as requested by mdz.
  Files changed:
    - browser/locales/en-US/chrome/branding/brand.dtd
    - browser/locales/en-US/chrome/branding/brand.properties;
  New values:
    - brandShortName and brandFullName: `Bon Echo' => `Firefox'
    - vendorShortName: `Mozilla' => `Ubuntu'
* Make preferences dialogue fit again (bah!).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0"?>
 
2
<!--
 
3
 
 
4
Description: stylesheets with single quoted attributes work. Bug 352549.
 
5
Base: http://www.penny-arcade.com/rss.xml
 
6
Expect: result.stylesheet.spec == "http://www.penny-arcade.com/stylesheets/rss-display.xsl"
 
7
 
 
8
-->
 
9
<?xml-stylesheet type='text/xsl' href='/stylesheets/rss-display.xsl' version='1.0'?>
 
10
<rss version="2.0">
 
11
<channel>
 
12
<title>Penny-Arcade</title>
 
13
<link>http://www.penny-arcade.com/</link>
 
14
<language>en-us</language>
 
15
 
 
16
<copyright>Copyright 1999 - 2006 Penny Arcade, Inc.</copyright>
 
17
<image>
 
18
<url>http://www.penny-arcade.com/images/rss-logo.png</url>
 
19
<title>Penny-Arcade Logo</title>
 
20
<link>http://www.penny-arcade.com/</link>
 
21
<width>144</width>
 
22
 
 
23
<height>82</height>
 
24
</image>
 
25
</channel>
 
26
</rss>
 
 
b'\\ No newline at end of file'