Changeset 267512 in webkit
- Timestamp:
- Sep 23, 2020, 6:36:12 PM (6 years ago)
- Location:
- trunk/LayoutTests
- Files:
-
- 1 edited
- 3 moved
-
ChangeLog (modified) (1 diff)
-
js/dom/script-tests/transform-stream.js (moved) (moved from trunk/LayoutTests/js/script-tests/transform-stream.js )
-
js/dom/transform-stream-expected.txt (moved) (moved from trunk/LayoutTests/js/transform-stream-expected.txt )
-
js/dom/transform-stream.html (moved) (moved from trunk/LayoutTests/js/transform-stream.html ) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/LayoutTests/ChangeLog
r267507 r267512 1 2020-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 1 10 2020-09-23 Chris Dumez <cdumez@apple.com> 2 11 -
trunk/LayoutTests/js/dom/transform-stream.html
r267511 r267512 2 2 <html> 3 3 <head> 4 <script src="../ resources/js-test-pre.js"></script>4 <script src="../../resources/js-test-pre.js"></script> 5 5 </head> 6 6 <body> 7 7 <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> 9 9 </body> 10 10 </html>
Note:
See TracChangeset
for help on using the changeset viewer.