layout/reftests/bugs/306630-1-ref.html

Wed, 31 Dec 2014 07:16:47 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 07:16:47 +0100
branch
TOR_BUG_9701
changeset 3
141e0f1194b1
permissions
-rw-r--r--

Revert simplistic fix pending revisit of Mozilla integration attempt.

     1 <frameset rows="170,*">
     2   <!-- Have to specify charset=ISO-8859-1 because that's what javascript: will
     3        do and the fonts used depend on the charset. -->
     4 <frame src="data:text/html;charset=ISO-8859-1,frame1">
     5 <frame src="data:text/html;charset=ISO-8859-1,frame2">
     6 </frameset>

mercurial