Skip to content

Commit 007ec30

Browse files
committed
[LayoutTests] Convert http/tests/workers convert PHP to Python
https://bugs.webkit.org/show_bug.cgi?id=223522 <rdar://problem/75624689> Reviewed by Jonathan Bedard. * http/tests/workers/resources/worker-encoded.py: * http/tests/workers/resources/xhr-response.php: Removed. Canonical link: https://commits.webkit.org/236312@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@275676 268f45cc-cd09-0410-ab3c-d52691b4dbfc
1 parent 84cdfb6 commit 007ec30

3 files changed

Lines changed: 13 additions & 18 deletions

File tree

LayoutTests/ChangeLog

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
2021-04-08 Chris Gambrell <cgambrell@apple.com>
2+
3+
[LayoutTests] Convert http/tests/workers convert PHP to Python
4+
https://bugs.webkit.org/show_bug.cgi?id=223522
5+
<rdar://problem/75624689>
6+
7+
Reviewed by Jonathan Bedard.
8+
9+
* http/tests/workers/resources/worker-encoded.py:
10+
* http/tests/workers/resources/xhr-response.php: Removed.
11+
112
2021-04-08 Chris Dumez <cdumez@apple.com>
213

314
OfflineAudioContext objects are leaking

LayoutTests/http/tests/workers/resources/worker-encoded.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@
3737

3838
# Test how XHR decodes its response text. Should be UTF8 or a charset from http header.
3939
sys.stdout.write(
40-
'var xhr = new XMLHttpRequest(); xhr.open(\'GET\', \'xhr-response.php\', false);'
40+
'var xhr = new XMLHttpRequest(); xhr.open(\'GET\', \'xhr-response.py\', false);'
4141
'xhr.send(); postMessage(xhr.responseText);'
42-
'var xhr = new XMLHttpRequest(); xhr.open(\'GET\', \'xhr-response.php?charset=koi8-r\', false);'
42+
'var xhr = new XMLHttpRequest(); xhr.open(\'GET\', \'xhr-response.py?charset=koi8-r\', false);'
4343
'xhr.send(); postMessage(xhr.responseText);'
4444
)
4545

LayoutTests/http/tests/workers/resources/xhr-response.php

Lines changed: 0 additions & 16 deletions
This file was deleted.

0 commit comments

Comments
 (0)