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

Changeset 267512 in webkit


Ignore:
Timestamp:
Sep 23, 2020, 6:36:12 PM (6 years ago)
Author:
ysuzuki@apple.com
Message:

Unreviewed, we should put it under js/dom since it is not usable in JSC shell
https://bugs.webkit.org/show_bug.cgi?id=216851

  • js/dom/script-tests/transform-stream.js: Renamed from LayoutTests/js/script-tests/transform-stream.js.
  • js/dom/transform-stream-expected.txt: Renamed from LayoutTests/js/transform-stream-expected.txt.
  • js/dom/transform-stream.html: Renamed from LayoutTests/js/transform-stream.html.
Location:
trunk/LayoutTests
Files:
1 edited
3 moved

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r267507 r267512  
     12020-09-23  Yusuke Suzuki  <ysuzuki@apple.com>
     2
     3        Unreviewed, we should put it under js/dom since it is not usable in JSC shell
     4        https://bugs.webkit.org/show_bug.cgi?id=216851
     5
     6        * js/dom/script-tests/transform-stream.js: Renamed from LayoutTests/js/script-tests/transform-stream.js.
     7        * js/dom/transform-stream-expected.txt: Renamed from LayoutTests/js/transform-stream-expected.txt.
     8        * js/dom/transform-stream.html: Renamed from LayoutTests/js/transform-stream.html.
     9
    1102020-09-23  Chris Dumez  <cdumez@apple.com>
    211
  • trunk/LayoutTests/js/dom/transform-stream.html

    r267511 r267512  
    22<html>
    33<head>
    4 <script src="../resources/js-test-pre.js"></script>
     4<script src="../../resources/js-test-pre.js"></script>
    55</head>
    66<body>
    77<script src="script-tests/transform-stream.js"></script>
    8 <script src="../resources/js-test-post.js"></script>
     8<script src="../../resources/js-test-post.js"></script>
    99</body>
    1010</html>
Note: See TracChangeset for help on using the changeset viewer.