Changeset 18845 in webkit


Ignore:
Timestamp:
Jan 14, 2007 10:46:03 AM (17 years ago)
Author:
ap
Message:

Reviewed by Mitz.

  • fast/multicol/float-multicol.html: Fixed an URL not to point to a remote resource (we already have a local copy).
Location:
trunk/LayoutTests
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r18844 r18845  
     12007-01-14  Alexey Proskuryakov  <ap@webkit.org>
     2
     3        Reviewed by Mitz.
     4
     5        * fast/multicol/float-multicol.html: Fixed an URL not to point to a
     6        remote resource (we already have a local copy).
     7
    182007-01-14  Alexey Proskuryakov  <ap@webkit.org>
    29
  • trunk/LayoutTests/fast/multicol/float-multicol.html

    r18825 r18845  
    44    <div style="background:cyan;">
    55      <div style="float:left; width:50%; background:yellow; margin:0.3em;">
    6         <img src="http://mozillazine.org/image/default/blimp.png" style="float:left;">
     6        <img src="resources/blimp.png" style="float:left;">
    77        You've already downloaded a build. All you have to do is use it as your everyday browser and mail/news reader. If you downloaded a build with Talkback, please turn it on when it asks.
    88    <div style="float:right; background:red;">
Note: See TracChangeset for help on using the changeset viewer.