Changeset 113892 in webkit


Ignore:
Timestamp:
Apr 11, 2012 12:40:10 PM (12 years ago)
Author:
andersca@apple.com
Message:

Move fast/js/navigator-language.html to platform/qt
https://bugs.webkit.org/show_bug.cgi?id=83710

Reviewed by Ryosuke Niwa.

This test was for a Qt specific bug, and using setlocale on Mac will not update the preferred language correctly.

  • platform/qt/fast/js/navigator-language-expected.txt: Renamed from LayoutTests/fast/js/navigator-language-expected.txt.
  • platform/qt/fast/js/navigator-language.html: Renamed from LayoutTests/fast/js/navigator-language.html.
Location:
trunk/LayoutTests
Files:
1 edited
2 moved

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r113891 r113892  
     12012-04-11  Anders Carlsson  <andersca@apple.com>
     2
     3        Move fast/js/navigator-language.html to platform/qt
     4        https://bugs.webkit.org/show_bug.cgi?id=83710
     5
     6        Reviewed by Ryosuke Niwa.
     7
     8        This test was for a Qt specific bug, and using setlocale on Mac will not update the preferred language correctly.
     9
     10        * platform/qt/fast/js/navigator-language-expected.txt: Renamed from LayoutTests/fast/js/navigator-language-expected.txt.
     11        * platform/qt/fast/js/navigator-language.html: Renamed from LayoutTests/fast/js/navigator-language.html.
     12
    1132012-04-11  Stephen Chenney  <schenney@chromium.org>
    214
  • trunk/LayoutTests/platform/qt/fast/js/navigator-language.html

    r113891 r113892  
    22<html>
    33<head>
    4 <script src="resources/js-test-pre.js"></script>
     4<script src="../../../../fast/js/resources/js-test-pre.js"></script>
    55</head>
    66<body>
     
    2727shouldBe("navigator.language.toLowerCase()", "'en-us'");
    2828</script>
    29 <script src="resources/js-test-post.js"></script>
     29<script src="../../../../fast/js/resources/js-test-post.js"></script>
    3030</body>
    3131</html>
Note: See TracChangeset for help on using the changeset viewer.