Make layout tests not access apache on localhost:80
authorcommit-queue@webkit.org <commit-queue@webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Fri, 13 Apr 2012 01:11:16 +0000 (01:11 +0000)
committercommit-queue@webkit.org <commit-queue@webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Fri, 13 Apr 2012 01:11:16 +0000 (01:11 +0000)
commit1fe516add8e1730a581a9864b91768e5881abbe3
tree42c9e71bab3f3f78a8b7852139f22d1e6706d2ca
parent3f62ea1177677fd315ad3f9c29ab8c7cd72a03e3
Make layout tests not access apache on localhost:80
https://bugs.webkit.org/show_bug.cgi?id=82197

Patch by Pablo Flouret <pablof@motorola.com> on 2012-04-12
Reviewed by Ryosuke Niwa.

It pollutes the logs of people running a local webserver, and has the
potential for changing the results of tests run locally.

* fast/dom/onerror-img.html:
* fast/js/custom-constructors-expected.txt:
* fast/js/script-tests/custom-constructors.js:
* fast/notifications/notifications-double-show.html:
* fast/notifications/notifications-with-permission.html:
* fast/notifications/notifications-without-permission.html:

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@114064 268f45cc-cd09-0410-ab3c-d52691b4dbfc
LayoutTests/ChangeLog
LayoutTests/fast/dom/onerror-img.html
LayoutTests/fast/js/custom-constructors-expected.txt
LayoutTests/fast/js/script-tests/custom-constructors.js
LayoutTests/fast/notifications/notifications-double-show-expected.txt
LayoutTests/fast/notifications/notifications-double-show.html
LayoutTests/fast/notifications/notifications-with-permission-expected.txt
LayoutTests/fast/notifications/notifications-with-permission.html
LayoutTests/fast/notifications/notifications-without-permission.html