[SCM] WebKit Debian packaging branch, debian/experimental, updated. upstream/1.3.3-9427-gc2be6fc

bulach at chromium.org bulach at chromium.org
Wed Dec 22 15:53:58 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit c7684bd00d20176a5cac08cdb4d88f73fe46fe08
Author: bulach at chromium.org <bulach at chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Nov 16 11:34:36 2010 +0000

    2010-11-16  Marcus Bulach  <bulach at chromium.org>
    
            Not reviewed, chromium test expectation update.
    
            Update chromium baselines following r72050
            https://bugs.webkit.org/show_bug.cgi?id=49590
    
            * platform/chromium-mac/fast/css/font-face-descriptor-multiple-values-parsing-expected.txt:
            * platform/chromium-mac/fast/js/exception-thrown-from-new-expected.txt:
            * platform/chromium-win/fast/css/font-face-descriptor-multiple-values-parsing-expected.txt:
            * platform/chromium-win/fast/js/exception-thrown-from-new-expected.txt:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@72075 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index 87c8b34..2409568 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -2,6 +2,18 @@
 
         Not reviewed, chromium test expectation update.
 
+        Update chromium baselines following r72050
+        https://bugs.webkit.org/show_bug.cgi?id=49590
+
+        * platform/chromium-mac/fast/css/font-face-descriptor-multiple-values-parsing-expected.txt:
+        * platform/chromium-mac/fast/js/exception-thrown-from-new-expected.txt:
+        * platform/chromium-win/fast/css/font-face-descriptor-multiple-values-parsing-expected.txt:
+        * platform/chromium-win/fast/js/exception-thrown-from-new-expected.txt:
+
+2010-11-16  Marcus Bulach  <bulach at chromium.org>
+
+        Not reviewed, chromium test expectation update.
+
         Update chromium baselines following r72052
         https://bugs.webkit.org/show_bug.cgi?id=49588
 
diff --git a/LayoutTests/platform/chromium-mac/fast/css/font-face-descriptor-multiple-values-parsing-expected.txt b/LayoutTests/platform/chromium-mac/fast/css/font-face-descriptor-multiple-values-parsing-expected.txt
index 0f77913..af0fe49 100644
--- a/LayoutTests/platform/chromium-mac/fast/css/font-face-descriptor-multiple-values-parsing-expected.txt
+++ b/LayoutTests/platform/chromium-mac/fast/css/font-face-descriptor-multiple-values-parsing-expected.txt
@@ -8,24 +8,23 @@ PASS test("font-weight", "all") is "all"
 PASS test("font-weight", "100, 200") is "100, 200"
 PASS test("font-weight", "bold, normal") is "bold, normal"
 PASS test("font-weight", "100, 200, 300, 400, 500, 600, 700, 100") is "100, 200, 300, 400, 500, 600, 700, 100"
-FAIL test("font-weight", "all, 100") should throw TypeError: Result of expression 'style.sheet.rules[0].style.getPropertyCSSValue(property)' [null] is not an object.. Threw exception TypeError: Cannot read property 'cssText' of null.
-FAIL test("font-weight", "bold, normal, all") should throw TypeError: Result of expression 'style.sheet.rules[0].style.getPropertyCSSValue(property)' [null] is not an object.. Threw exception TypeError: Cannot read property 'cssText' of null.
-FAIL test("font-weight", "") should throw TypeError: Result of expression 'style.sheet.rules[0].style.getPropertyCSSValue(property)' [null] is not an object.. Threw exception TypeError: Cannot read property 'cssText' of null.
+FAIL test("font-weight", "all, 100") should throw TypeError: 'null' is not an object (evaluating 'style.sheet.rules[0].style.getPropertyCSSValue(property).cssText'). Threw exception TypeError: Cannot read property 'cssText' of null.
+FAIL test("font-weight", "bold, normal, all") should throw TypeError: 'null' is not an object (evaluating 'style.sheet.rules[0].style.getPropertyCSSValue(property).cssText'). Threw exception TypeError: Cannot read property 'cssText' of null.
+FAIL test("font-weight", "") should throw TypeError: 'null' is not an object (evaluating 'style.sheet.rules[0].style.getPropertyCSSValue(property).cssText'). Threw exception TypeError: Cannot read property 'cssText' of null.
 PASS test("font-style", "normal") is "normal"
 PASS test("font-style", "italic") is "italic"
 PASS test("font-style", "normal, oblique") is "normal, oblique"
 PASS test("font-style", "all") is "all"
-FAIL test("font-style", "all, normal") should throw TypeError: Result of expression 'style.sheet.rules[0].style.getPropertyCSSValue(property)' [null] is not an object.. Threw exception TypeError: Cannot read property 'cssText' of null.
-FAIL test("font-style", "italic, all") should throw TypeError: Result of expression 'style.sheet.rules[0].style.getPropertyCSSValue(property)' [null] is not an object.. Threw exception TypeError: Cannot read property 'cssText' of null.
-FAIL test("font-style", "") should throw TypeError: Result of expression 'style.sheet.rules[0].style.getPropertyCSSValue(property)' [null] is not an object.. Threw exception TypeError: Cannot read property 'cssText' of null.
+FAIL test("font-style", "all, normal") should throw TypeError: 'null' is not an object (evaluating 'style.sheet.rules[0].style.getPropertyCSSValue(property).cssText'). Threw exception TypeError: Cannot read property 'cssText' of null.
+FAIL test("font-style", "italic, all") should throw TypeError: 'null' is not an object (evaluating 'style.sheet.rules[0].style.getPropertyCSSValue(property).cssText'). Threw exception TypeError: Cannot read property 'cssText' of null.
+FAIL test("font-style", "") should throw TypeError: 'null' is not an object (evaluating 'style.sheet.rules[0].style.getPropertyCSSValue(property).cssText'). Threw exception TypeError: Cannot read property 'cssText' of null.
 PASS test("font-variant", "normal") is "normal"
 PASS test("font-variant", "small-caps") is "small-caps"
 PASS test("font-variant", "normal, small-caps") is "normal, small-caps"
 PASS test("font-variant", "all") is "all"
-FAIL test("font-variant", "all, normal") should throw TypeError: Result of expression 'style.sheet.rules[0].style.getPropertyCSSValue(property)' [null] is not an object.. Threw exception TypeError: Cannot read property 'cssText' of null.
-FAIL test("font-variant", "small-caps, all") should throw TypeError: Result of expression 'style.sheet.rules[0].style.getPropertyCSSValue(property)' [null] is not an object.. Threw exception TypeError: Cannot read property 'cssText' of null.
-FAIL test("font-variant", "") should throw TypeError: Result of expression 'style.sheet.rules[0].style.getPropertyCSSValue(property)' [null] is not an object.. Threw exception TypeError: Cannot read property 'cssText' of null.
+FAIL test("font-variant", "all, normal") should throw TypeError: 'null' is not an object (evaluating 'style.sheet.rules[0].style.getPropertyCSSValue(property).cssText'). Threw exception TypeError: Cannot read property 'cssText' of null.
+FAIL test("font-variant", "small-caps, all") should throw TypeError: 'null' is not an object (evaluating 'style.sheet.rules[0].style.getPropertyCSSValue(property).cssText'). Threw exception TypeError: Cannot read property 'cssText' of null.
+FAIL test("font-variant", "") should throw TypeError: 'null' is not an object (evaluating 'style.sheet.rules[0].style.getPropertyCSSValue(property).cssText'). Threw exception TypeError: Cannot read property 'cssText' of null.
 PASS successfullyParsed is true
 
 TEST COMPLETE
-
diff --git a/LayoutTests/platform/chromium-mac/fast/js/exception-thrown-from-new-expected.txt b/LayoutTests/platform/chromium-mac/fast/js/exception-thrown-from-new-expected.txt
index c277e7f..12ebc7c 100644
--- a/LayoutTests/platform/chromium-mac/fast/js/exception-thrown-from-new-expected.txt
+++ b/LayoutTests/platform/chromium-mac/fast/js/exception-thrown-from-new-expected.txt
@@ -1,5 +1,4 @@
 This page tests exceptions thrown from 'new' expressions. If the test passes, you'll see a series of PASS messages below.
 
-FAIL: e1 should be 'TypeError: Result of expression 'f' [undefined] is not a constructor.' but instead is 'TypeError: undefined is not a function'.
-FAIL: e2 should be 'TypeError: Result of expression 'g' [undefined] is not a function.' but instead is 'TypeError: undefined is not a function'.
-
+FAIL: e1 should be 'TypeError: 'undefined' is not a constructor (evaluating 'new f')' but instead is 'TypeError: undefined is not a function'.
+FAIL: e2 should be 'TypeError: 'undefined' is not a function (evaluating 'g()')' but instead is 'TypeError: undefined is not a function'.
diff --git a/LayoutTests/platform/chromium-win/fast/css/font-face-descriptor-multiple-values-parsing-expected.txt b/LayoutTests/platform/chromium-win/fast/css/font-face-descriptor-multiple-values-parsing-expected.txt
index 0f77913..af0fe49 100644
--- a/LayoutTests/platform/chromium-win/fast/css/font-face-descriptor-multiple-values-parsing-expected.txt
+++ b/LayoutTests/platform/chromium-win/fast/css/font-face-descriptor-multiple-values-parsing-expected.txt
@@ -8,24 +8,23 @@ PASS test("font-weight", "all") is "all"
 PASS test("font-weight", "100, 200") is "100, 200"
 PASS test("font-weight", "bold, normal") is "bold, normal"
 PASS test("font-weight", "100, 200, 300, 400, 500, 600, 700, 100") is "100, 200, 300, 400, 500, 600, 700, 100"
-FAIL test("font-weight", "all, 100") should throw TypeError: Result of expression 'style.sheet.rules[0].style.getPropertyCSSValue(property)' [null] is not an object.. Threw exception TypeError: Cannot read property 'cssText' of null.
-FAIL test("font-weight", "bold, normal, all") should throw TypeError: Result of expression 'style.sheet.rules[0].style.getPropertyCSSValue(property)' [null] is not an object.. Threw exception TypeError: Cannot read property 'cssText' of null.
-FAIL test("font-weight", "") should throw TypeError: Result of expression 'style.sheet.rules[0].style.getPropertyCSSValue(property)' [null] is not an object.. Threw exception TypeError: Cannot read property 'cssText' of null.
+FAIL test("font-weight", "all, 100") should throw TypeError: 'null' is not an object (evaluating 'style.sheet.rules[0].style.getPropertyCSSValue(property).cssText'). Threw exception TypeError: Cannot read property 'cssText' of null.
+FAIL test("font-weight", "bold, normal, all") should throw TypeError: 'null' is not an object (evaluating 'style.sheet.rules[0].style.getPropertyCSSValue(property).cssText'). Threw exception TypeError: Cannot read property 'cssText' of null.
+FAIL test("font-weight", "") should throw TypeError: 'null' is not an object (evaluating 'style.sheet.rules[0].style.getPropertyCSSValue(property).cssText'). Threw exception TypeError: Cannot read property 'cssText' of null.
 PASS test("font-style", "normal") is "normal"
 PASS test("font-style", "italic") is "italic"
 PASS test("font-style", "normal, oblique") is "normal, oblique"
 PASS test("font-style", "all") is "all"
-FAIL test("font-style", "all, normal") should throw TypeError: Result of expression 'style.sheet.rules[0].style.getPropertyCSSValue(property)' [null] is not an object.. Threw exception TypeError: Cannot read property 'cssText' of null.
-FAIL test("font-style", "italic, all") should throw TypeError: Result of expression 'style.sheet.rules[0].style.getPropertyCSSValue(property)' [null] is not an object.. Threw exception TypeError: Cannot read property 'cssText' of null.
-FAIL test("font-style", "") should throw TypeError: Result of expression 'style.sheet.rules[0].style.getPropertyCSSValue(property)' [null] is not an object.. Threw exception TypeError: Cannot read property 'cssText' of null.
+FAIL test("font-style", "all, normal") should throw TypeError: 'null' is not an object (evaluating 'style.sheet.rules[0].style.getPropertyCSSValue(property).cssText'). Threw exception TypeError: Cannot read property 'cssText' of null.
+FAIL test("font-style", "italic, all") should throw TypeError: 'null' is not an object (evaluating 'style.sheet.rules[0].style.getPropertyCSSValue(property).cssText'). Threw exception TypeError: Cannot read property 'cssText' of null.
+FAIL test("font-style", "") should throw TypeError: 'null' is not an object (evaluating 'style.sheet.rules[0].style.getPropertyCSSValue(property).cssText'). Threw exception TypeError: Cannot read property 'cssText' of null.
 PASS test("font-variant", "normal") is "normal"
 PASS test("font-variant", "small-caps") is "small-caps"
 PASS test("font-variant", "normal, small-caps") is "normal, small-caps"
 PASS test("font-variant", "all") is "all"
-FAIL test("font-variant", "all, normal") should throw TypeError: Result of expression 'style.sheet.rules[0].style.getPropertyCSSValue(property)' [null] is not an object.. Threw exception TypeError: Cannot read property 'cssText' of null.
-FAIL test("font-variant", "small-caps, all") should throw TypeError: Result of expression 'style.sheet.rules[0].style.getPropertyCSSValue(property)' [null] is not an object.. Threw exception TypeError: Cannot read property 'cssText' of null.
-FAIL test("font-variant", "") should throw TypeError: Result of expression 'style.sheet.rules[0].style.getPropertyCSSValue(property)' [null] is not an object.. Threw exception TypeError: Cannot read property 'cssText' of null.
+FAIL test("font-variant", "all, normal") should throw TypeError: 'null' is not an object (evaluating 'style.sheet.rules[0].style.getPropertyCSSValue(property).cssText'). Threw exception TypeError: Cannot read property 'cssText' of null.
+FAIL test("font-variant", "small-caps, all") should throw TypeError: 'null' is not an object (evaluating 'style.sheet.rules[0].style.getPropertyCSSValue(property).cssText'). Threw exception TypeError: Cannot read property 'cssText' of null.
+FAIL test("font-variant", "") should throw TypeError: 'null' is not an object (evaluating 'style.sheet.rules[0].style.getPropertyCSSValue(property).cssText'). Threw exception TypeError: Cannot read property 'cssText' of null.
 PASS successfullyParsed is true
 
 TEST COMPLETE
-
diff --git a/LayoutTests/platform/chromium-win/fast/js/exception-thrown-from-new-expected.txt b/LayoutTests/platform/chromium-win/fast/js/exception-thrown-from-new-expected.txt
index c277e7f..12ebc7c 100644
--- a/LayoutTests/platform/chromium-win/fast/js/exception-thrown-from-new-expected.txt
+++ b/LayoutTests/platform/chromium-win/fast/js/exception-thrown-from-new-expected.txt
@@ -1,5 +1,4 @@
 This page tests exceptions thrown from 'new' expressions. If the test passes, you'll see a series of PASS messages below.
 
-FAIL: e1 should be 'TypeError: Result of expression 'f' [undefined] is not a constructor.' but instead is 'TypeError: undefined is not a function'.
-FAIL: e2 should be 'TypeError: Result of expression 'g' [undefined] is not a function.' but instead is 'TypeError: undefined is not a function'.
-
+FAIL: e1 should be 'TypeError: 'undefined' is not a constructor (evaluating 'new f')' but instead is 'TypeError: undefined is not a function'.
+FAIL: e2 should be 'TypeError: 'undefined' is not a function (evaluating 'g()')' but instead is 'TypeError: undefined is not a function'.

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list