Changeset 94025 in webkit
- Timestamp:
- Aug 29, 2011, 3:53:05 PM (15 years ago)
- Location:
- trunk/LayoutTests
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
fast/events/constructors/event-constructors.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/LayoutTests/ChangeLog
r94023 r94025 1 2011-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 1 9 2011-08-29 Sam Weinig <sam@webkit.org> 2 10 -
trunk/LayoutTests/fast/events/constructors/event-constructors.html
r93970 r94025 2 2 <html> 3 3 <head> 4 <link rel="stylesheet" href="../ js/resources/js-test-style.css">4 <link rel="stylesheet" href="../../js/resources/js-test-style.css"> 5 5 <script src="../../js/resources/js-test-pre.js"></script> 6 6 </head>
Note:
See TracChangeset
for help on using the changeset viewer.