Log Message
Unreviewed test fix. r94362 erroneously changed the description wording generated by the js-test-pre.
* fast/js/resources/js-test-pre.js: (description): add the word 'see' * platform/chromium/fast/dom/prototype-inheritance-expected.txt:
Modified Paths
Diff
Modified: trunk/LayoutTests/ChangeLog (94384 => 94385)
--- trunk/LayoutTests/ChangeLog 2011-09-02 03:59:11 UTC (rev 94384)
+++ trunk/LayoutTests/ChangeLog 2011-09-02 04:03:22 UTC (rev 94385)
@@ -1,3 +1,14 @@
+2011-09-01 Dominic Cooney <[email protected]>
+
+ Unreviewed test fix.
+
+ r94362 erroneously changed the description wording generated by
+ the js-test-pre.
+
+ * fast/js/resources/js-test-pre.js:
+ (description): add the word 'see'
+ * platform/chromium/fast/dom/prototype-inheritance-expected.txt:
+
2011-09-01 James Robinson <[email protected]>
[chromium] Add chromium-mac-leopard pixel baselines for new/modified tests with text
Modified: trunk/LayoutTests/fast/js/resources/js-test-pre.js (94384 => 94385)
--- trunk/LayoutTests/fast/js/resources/js-test-pre.js 2011-09-02 03:59:11 UTC (rev 94384)
+++ trunk/LayoutTests/fast/js/resources/js-test-pre.js 2011-09-02 04:03:22 UTC (rev 94385)
@@ -7,7 +7,7 @@
// For MSIE 6 compatibility
var span = document.createElement("span");
if (quiet)
- span.innerHTML = '<p>' + msg + '</p><p>On success, you will no "<span class="fail">FAIL</span>" messages, followed by "<span class="pass">TEST COMPLETE</span>".</p>';
+ span.innerHTML = '<p>' + msg + '</p><p>On success, you will see no "<span class="fail">FAIL</span>" messages, followed by "<span class="pass">TEST COMPLETE</span>".</p>';
else
span.innerHTML = '<p>' + msg + '</p><p>On success, you will see a series of "<span class="pass">PASS</span>" messages, followed by "<span class="pass">TEST COMPLETE</span>".</p>';
Modified: trunk/LayoutTests/platform/chromium/fast/dom/prototype-inheritance-expected.txt (94384 => 94385)
--- trunk/LayoutTests/platform/chromium/fast/dom/prototype-inheritance-expected.txt 2011-09-02 03:59:11 UTC (rev 94384)
+++ trunk/LayoutTests/platform/chromium/fast/dom/prototype-inheritance-expected.txt 2011-09-02 04:03:22 UTC (rev 94385)
@@ -1,6 +1,6 @@
Make sure prototypes are set up using the window a property came from, instead of the lexical global object.
-On success, you will no "FAIL" messages, followed by "TEST COMPLETE".
+On success, you will see no "FAIL" messages, followed by "TEST COMPLETE".
FAIL inner.applicationCache.isInner should be true. Was false.
_______________________________________________ webkit-changes mailing list [email protected] http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes
