⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 94025 in webkit


Ignore:
Timestamp:
Aug 29, 2011, 3:53:05 PM (15 years ago)
Author:
weinig@apple.com
Message:

Fix path to style sheet in fast/events/constructors/event-constructors.html.

Reviewed by Gavin Barraclough.

  • fast/events/constructors/event-constructors.html:
Location:
trunk/LayoutTests
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r94023 r94025  
     12011-08-29  Sam Weinig  <sam@webkit.org>
     2
     3        Fix path to style sheet in fast/events/constructors/event-constructors.html.
     4
     5        Reviewed by Gavin Barraclough.
     6
     7        * fast/events/constructors/event-constructors.html:
     8
    192011-08-29  Sam Weinig  <sam@webkit.org>
    210
  • trunk/LayoutTests/fast/events/constructors/event-constructors.html

    r93970 r94025  
    22<html>
    33<head>
    4 <link rel="stylesheet" href="../js/resources/js-test-style.css">
     4<link rel="stylesheet" href="../../js/resources/js-test-style.css">
    55<script src="../../js/resources/js-test-pre.js"></script>
    66</head>
Note: See TracChangeset for help on using the changeset viewer.