Title: [126014] trunk/LayoutTests
Revision
126014
Author
[email protected]
Date
2012-08-20 02:33:48 -0700 (Mon, 20 Aug 2012)

Log Message

Unreviewed GTK gardening.

Moving a couple of WONTFIX accessibility tests into the appropriate
section.

Removing crash expectations for a few accessibility tests that were fixed
in r125920.

Adding a flaky crash expectation for a XFrameOptions http test.

Adding platform-specific baselines for a few css3 compositing tests that fail
differently because of using _javascript_Core instead of V8.

* platform/gtk/TestExpectations:
* platform/gtk/css3/compositing: Added.
* platform/gtk/css3/compositing/blend-mode-property-expected.txt: Added.
* platform/gtk/css3/compositing/blend-mode-property-parsing-expected.txt: Added.

Modified Paths

Added Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (126013 => 126014)


--- trunk/LayoutTests/ChangeLog	2012-08-20 09:29:16 UTC (rev 126013)
+++ trunk/LayoutTests/ChangeLog	2012-08-20 09:33:48 UTC (rev 126014)
@@ -1,3 +1,23 @@
+2012-08-20  Zan Dobersek  <[email protected]>
+
+        Unreviewed GTK gardening.
+
+        Moving a couple of WONTFIX accessibility tests into the appropriate
+        section.
+
+        Removing crash expectations for a few accessibility tests that were fixed
+        in r125920.
+
+        Adding a flaky crash expectation for a XFrameOptions http test.
+
+        Adding platform-specific baselines for a few css3 compositing tests that fail
+        differently because of using _javascript_Core instead of V8.
+
+        * platform/gtk/TestExpectations:
+        * platform/gtk/css3/compositing: Added.
+        * platform/gtk/css3/compositing/blend-mode-property-expected.txt: Added.
+        * platform/gtk/css3/compositing/blend-mode-property-parsing-expected.txt: Added.
+
 2012-08-20  Pavel Feldman  <[email protected]>
 
         Web Inspector: load scripts panel lazily

Modified: trunk/LayoutTests/platform/gtk/TestExpectations (126013 => 126014)


--- trunk/LayoutTests/platform/gtk/TestExpectations	2012-08-20 09:29:16 UTC (rev 126013)
+++ trunk/LayoutTests/platform/gtk/TestExpectations	2012-08-20 09:33:48 UTC (rev 126014)
@@ -79,6 +79,21 @@
 WONTFIX SKIP : fast/dom/Window/slow-unload-handler.html = TEXT
 WONTFIX SKIP : fast/dom/Window/slow-unload-handler-only-frame-is-stopped.html = TEXT
 
+// Accessibility tests that should never be run for GTK due to be
+// written in a platform-specific way. They should either be moved to
+// the right platform or re-written in a more platform-agnostic way.
+WONTFIX SKIP : accessibility/aria-list-and-listitem.html = TEXT
+WONTFIX SKIP : accessibility/aria-option-role.html = TEXT
+WONTFIX SKIP : accessibility/internal-link-anchors2.html = TEXT
+WONTFIX SKIP : accessibility/radio-button-group-members.html = TEXT
+WONTFIX SKIP : accessibility/table-attributes.html = TEXT
+WONTFIX SKIP : accessibility/table-detection.html = TEXT
+WONTFIX SKIP : accessibility/table-one-cell.html = TEXT
+WONTFIX SKIP : accessibility/table-sections.html = TEXT
+WONTFIX SKIP : accessibility/table-with-aria-role.html = TEXT
+WONTFIX SKIP : accessibility/table-with-rules.html = TEXT
+WONTFIX SKIP : accessibility/plugin.html = TEXT
+
 // Feature disabled, see: https://bugs.webkit.org/show_bug.cgi?id=85425
 BUGWKGTK SKIP : fast/viewport/viewport-legacy-handheldfriendly.html = TEXT
 BUGWKGTK SKIP : fast/viewport/viewport-legacy-mobileoptimized-2.html = TEXT
@@ -433,9 +448,7 @@
 
 BUGWK90957 DEBUG : fast/js/random-array-gc-stress.html = CRASH PASS
 
-BUGWK94200 DEBUG : accessibility/accessibility-node-memory-management.html = CRASH TEXT
-BUGWK94200 DEBUG : accessibility/canvas-fallback-content.html = CRASH
-BUGWK94200 DEBUG : fast/canvas/fallback-content.html = CRASH PASS
+BUGWK94458 DEBUG : http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-in-body.html = CRASH PASS
 
 //////////////////////////////////////////////////////////////////////////////////////////
 // End of Crashing tests
@@ -698,7 +711,7 @@
 BUGWKGTK : http/tests/security/mixedContent/insecure-iframe-in-main-frame.html = TEXT
 BUGWKGTK : http/tests/security/mixedContent/redirect-http-to-https-iframe-in-main-frame.html = TEXT
 BUGWKGTK : http/tests/security/mixedContent/redirect-https-to-http-iframe-in-main-frame.html = TEXT
-BUGWKGTK : http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-in-body.html = TEXT
+BUGWKGTK RELEASE : http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-in-body.html = TEXT
 BUGWKGTK : http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-parent-same-origin-allow.html = TEXT
 BUGWKGTK : http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-parent-same-origin-deny.html = TEXT
 BUGWKGTK : http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag.html = TEXT
@@ -1080,21 +1093,6 @@
 // Properly expose <legend> elements to ATs
 BUGWK84137 SKIP : accessibility/legend.html = TEXT
 
-// Accessibility tests that should never be run for GTK due to be
-// written in a platform-specific way. They should either be moved to
-// the right platform or re-written in a more platform-agnostic way.
-BUGWKGTK SKIP WONTFIX : accessibility/aria-list-and-listitem.html = TEXT
-BUGWKGTK SKIP WONTFIX : accessibility/aria-option-role.html = TEXT
-BUGWKGTK SKIP WONTFIX : accessibility/internal-link-anchors2.html = TEXT
-BUGWKGTK SKIP WONTFIX : accessibility/radio-button-group-members.html = TEXT
-BUGWKGTK SKIP WONTFIX : accessibility/table-attributes.html = TEXT
-BUGWKGTK SKIP WONTFIX : accessibility/table-detection.html = TEXT
-BUGWKGTK SKIP WONTFIX : accessibility/table-one-cell.html = TEXT
-BUGWKGTK SKIP WONTFIX : accessibility/table-sections.html = TEXT
-BUGWKGTK SKIP WONTFIX : accessibility/table-with-aria-role.html = TEXT
-BUGWKGTK SKIP WONTFIX : accessibility/table-with-rules.html = TEXT
-BUGWKGTK SKIP WONTFIX : accessibility/plugin.html = TEXT
-
 // [DRT] didDetectXSS is not implemented
 BUGWK71465 : http/tests/security/xssAuditor/script-tag-with-callbacks.html = TEXT
 
@@ -1306,9 +1304,6 @@
 
 BUGWK94186 SKIP : fast/forms/time-multiple-fields = PASS
 
-BUGWK94200 : accessibility/accessibility-node-reparent.html = TEXT
-BUGWK94200 RELEASE : accessibility/accessibility-node-memory-management.html = TEXT
-
 BUGWK70485 : fast/events/drag-selects-image.html = TEXT
 
 BUGWK77631 : fast/multicol/span/span-as-immediate-child-property-removal.html = TEXT

Added: trunk/LayoutTests/platform/gtk/css3/compositing/blend-mode-property-expected.txt (0 => 126014)


--- trunk/LayoutTests/platform/gtk/css3/compositing/blend-mode-property-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/gtk/css3/compositing/blend-mode-property-expected.txt	2012-08-20 09:33:48 UTC (rev 126014)
@@ -0,0 +1,57 @@
+Test the parsing of the -webkit-blend-mode property.
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+FAIL cssRule.type should be 1. Threw exception ReferenceError: Can't find variable: cssRule
+FAIL declaration.length should be 1. Threw exception ReferenceError: Can't find variable: declaration
+FAIL declaration.getPropertyValue('-webkit-blend-mode') should be normal. Threw exception ReferenceError: Can't find variable: declaration
+FAIL cssRule.type should be 1. Threw exception ReferenceError: Can't find variable: cssRule
+FAIL declaration.length should be 1. Threw exception ReferenceError: Can't find variable: declaration
+FAIL declaration.getPropertyValue('-webkit-blend-mode') should be multiply. Threw exception ReferenceError: Can't find variable: declaration
+FAIL cssRule.type should be 1. Threw exception ReferenceError: Can't find variable: cssRule
+FAIL declaration.length should be 1. Threw exception ReferenceError: Can't find variable: declaration
+FAIL declaration.getPropertyValue('-webkit-blend-mode') should be screen. Threw exception ReferenceError: Can't find variable: declaration
+FAIL cssRule.type should be 1. Threw exception ReferenceError: Can't find variable: cssRule
+FAIL declaration.length should be 1. Threw exception ReferenceError: Can't find variable: declaration
+FAIL declaration.getPropertyValue('-webkit-blend-mode') should be overlay. Threw exception ReferenceError: Can't find variable: declaration
+FAIL cssRule.type should be 1. Threw exception ReferenceError: Can't find variable: cssRule
+FAIL declaration.length should be 1. Threw exception ReferenceError: Can't find variable: declaration
+FAIL declaration.getPropertyValue('-webkit-blend-mode') should be darken. Threw exception ReferenceError: Can't find variable: declaration
+FAIL cssRule.type should be 1. Threw exception ReferenceError: Can't find variable: cssRule
+FAIL declaration.length should be 1. Threw exception ReferenceError: Can't find variable: declaration
+FAIL declaration.getPropertyValue('-webkit-blend-mode') should be lighten. Threw exception ReferenceError: Can't find variable: declaration
+FAIL cssRule.type should be 1. Threw exception ReferenceError: Can't find variable: cssRule
+FAIL declaration.length should be 1. Threw exception ReferenceError: Can't find variable: declaration
+FAIL declaration.getPropertyValue('-webkit-blend-mode') should be color-dodge. Threw exception ReferenceError: Can't find variable: declaration
+FAIL cssRule.type should be 1. Threw exception ReferenceError: Can't find variable: cssRule
+FAIL declaration.length should be 1. Threw exception ReferenceError: Can't find variable: declaration
+FAIL declaration.getPropertyValue('-webkit-blend-mode') should be color-burn. Threw exception ReferenceError: Can't find variable: declaration
+FAIL cssRule.type should be 1. Threw exception ReferenceError: Can't find variable: cssRule
+FAIL declaration.length should be 1. Threw exception ReferenceError: Can't find variable: declaration
+FAIL declaration.getPropertyValue('-webkit-blend-mode') should be hard-light. Threw exception ReferenceError: Can't find variable: declaration
+FAIL cssRule.type should be 1. Threw exception ReferenceError: Can't find variable: cssRule
+FAIL declaration.length should be 1. Threw exception ReferenceError: Can't find variable: declaration
+FAIL declaration.getPropertyValue('-webkit-blend-mode') should be soft-light. Threw exception ReferenceError: Can't find variable: declaration
+FAIL cssRule.type should be 1. Threw exception ReferenceError: Can't find variable: cssRule
+FAIL declaration.length should be 1. Threw exception ReferenceError: Can't find variable: declaration
+FAIL declaration.getPropertyValue('-webkit-blend-mode') should be difference. Threw exception ReferenceError: Can't find variable: declaration
+FAIL cssRule.type should be 1. Threw exception ReferenceError: Can't find variable: cssRule
+FAIL declaration.length should be 1. Threw exception ReferenceError: Can't find variable: declaration
+FAIL declaration.getPropertyValue('-webkit-blend-mode') should be exclusion. Threw exception ReferenceError: Can't find variable: declaration
+FAIL cssRule.type should be 1. Threw exception ReferenceError: Can't find variable: cssRule
+FAIL declaration.length should be 1. Threw exception ReferenceError: Can't find variable: declaration
+FAIL declaration.getPropertyValue('-webkit-blend-mode') should be hue. Threw exception ReferenceError: Can't find variable: declaration
+FAIL cssRule.type should be 1. Threw exception ReferenceError: Can't find variable: cssRule
+FAIL declaration.length should be 1. Threw exception ReferenceError: Can't find variable: declaration
+FAIL declaration.getPropertyValue('-webkit-blend-mode') should be saturation. Threw exception ReferenceError: Can't find variable: declaration
+FAIL cssRule.type should be 1. Threw exception ReferenceError: Can't find variable: cssRule
+FAIL declaration.length should be 1. Threw exception ReferenceError: Can't find variable: declaration
+FAIL declaration.getPropertyValue('-webkit-blend-mode') should be color. Threw exception ReferenceError: Can't find variable: declaration
+FAIL cssRule.type should be 1. Threw exception ReferenceError: Can't find variable: cssRule
+FAIL declaration.length should be 1. Threw exception ReferenceError: Can't find variable: declaration
+FAIL declaration.getPropertyValue('-webkit-blend-mode') should be luminosity. Threw exception ReferenceError: Can't find variable: declaration
+PASS successfullyParsed is true
+
+TEST COMPLETE
+

Added: trunk/LayoutTests/platform/gtk/css3/compositing/blend-mode-property-parsing-expected.txt (0 => 126014)


--- trunk/LayoutTests/platform/gtk/css3/compositing/blend-mode-property-parsing-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/gtk/css3/compositing/blend-mode-property-parsing-expected.txt	2012-08-20 09:33:48 UTC (rev 126014)
@@ -0,0 +1,137 @@
+Test the parsing of the -webkit-blend-mode property.
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+
+Basic reference : normal
+PASS cssRule.type is 1
+FAIL declaration.length should be 1. Was 0.
+FAIL declaration.getPropertyValue('-webkit-blend-mode') should be normal (of type string). Was null (of type object).
+FAIL jsWrapperClass(blendModeRule) should be CSSPrimitiveValue. Was [null].
+FAIL jsWrapperClass(blendModeRule.__proto__) should be CSSPrimitiveValuePrototype. Threw exception TypeError: 'null' is not an object (evaluating 'blendModeRule.__proto__')
+FAIL jsWrapperClass(blendModeRule.constructor) should be CSSPrimitiveValueConstructor. Threw exception TypeError: 'null' is not an object (evaluating 'blendModeRule.constructor')
+
+Basic reference : multiply
+PASS cssRule.type is 1
+FAIL declaration.length should be 1. Was 0.
+FAIL declaration.getPropertyValue('-webkit-blend-mode') should be multiply (of type string). Was null (of type object).
+FAIL jsWrapperClass(blendModeRule) should be CSSPrimitiveValue. Was [null].
+FAIL jsWrapperClass(blendModeRule.__proto__) should be CSSPrimitiveValuePrototype. Threw exception TypeError: 'null' is not an object (evaluating 'blendModeRule.__proto__')
+FAIL jsWrapperClass(blendModeRule.constructor) should be CSSPrimitiveValueConstructor. Threw exception TypeError: 'null' is not an object (evaluating 'blendModeRule.constructor')
+
+Basic reference : screen
+PASS cssRule.type is 1
+FAIL declaration.length should be 1. Was 0.
+FAIL declaration.getPropertyValue('-webkit-blend-mode') should be screen (of type string). Was null (of type object).
+FAIL jsWrapperClass(blendModeRule) should be CSSPrimitiveValue. Was [null].
+FAIL jsWrapperClass(blendModeRule.__proto__) should be CSSPrimitiveValuePrototype. Threw exception TypeError: 'null' is not an object (evaluating 'blendModeRule.__proto__')
+FAIL jsWrapperClass(blendModeRule.constructor) should be CSSPrimitiveValueConstructor. Threw exception TypeError: 'null' is not an object (evaluating 'blendModeRule.constructor')
+
+Basic reference : overlay
+PASS cssRule.type is 1
+FAIL declaration.length should be 1. Was 0.
+FAIL declaration.getPropertyValue('-webkit-blend-mode') should be overlay (of type string). Was null (of type object).
+FAIL jsWrapperClass(blendModeRule) should be CSSPrimitiveValue. Was [null].
+FAIL jsWrapperClass(blendModeRule.__proto__) should be CSSPrimitiveValuePrototype. Threw exception TypeError: 'null' is not an object (evaluating 'blendModeRule.__proto__')
+FAIL jsWrapperClass(blendModeRule.constructor) should be CSSPrimitiveValueConstructor. Threw exception TypeError: 'null' is not an object (evaluating 'blendModeRule.constructor')
+
+Basic reference : darken
+PASS cssRule.type is 1
+FAIL declaration.length should be 1. Was 0.
+FAIL declaration.getPropertyValue('-webkit-blend-mode') should be darken (of type string). Was null (of type object).
+FAIL jsWrapperClass(blendModeRule) should be CSSPrimitiveValue. Was [null].
+FAIL jsWrapperClass(blendModeRule.__proto__) should be CSSPrimitiveValuePrototype. Threw exception TypeError: 'null' is not an object (evaluating 'blendModeRule.__proto__')
+FAIL jsWrapperClass(blendModeRule.constructor) should be CSSPrimitiveValueConstructor. Threw exception TypeError: 'null' is not an object (evaluating 'blendModeRule.constructor')
+
+Basic reference : lighten
+PASS cssRule.type is 1
+FAIL declaration.length should be 1. Was 0.
+FAIL declaration.getPropertyValue('-webkit-blend-mode') should be lighten (of type string). Was null (of type object).
+FAIL jsWrapperClass(blendModeRule) should be CSSPrimitiveValue. Was [null].
+FAIL jsWrapperClass(blendModeRule.__proto__) should be CSSPrimitiveValuePrototype. Threw exception TypeError: 'null' is not an object (evaluating 'blendModeRule.__proto__')
+FAIL jsWrapperClass(blendModeRule.constructor) should be CSSPrimitiveValueConstructor. Threw exception TypeError: 'null' is not an object (evaluating 'blendModeRule.constructor')
+
+Basic reference : color-dodge
+PASS cssRule.type is 1
+FAIL declaration.length should be 1. Was 0.
+FAIL declaration.getPropertyValue('-webkit-blend-mode') should be color-dodge (of type string). Was null (of type object).
+FAIL jsWrapperClass(blendModeRule) should be CSSPrimitiveValue. Was [null].
+FAIL jsWrapperClass(blendModeRule.__proto__) should be CSSPrimitiveValuePrototype. Threw exception TypeError: 'null' is not an object (evaluating 'blendModeRule.__proto__')
+FAIL jsWrapperClass(blendModeRule.constructor) should be CSSPrimitiveValueConstructor. Threw exception TypeError: 'null' is not an object (evaluating 'blendModeRule.constructor')
+
+Basic reference : color-burn
+PASS cssRule.type is 1
+FAIL declaration.length should be 1. Was 0.
+FAIL declaration.getPropertyValue('-webkit-blend-mode') should be color-burn (of type string). Was null (of type object).
+FAIL jsWrapperClass(blendModeRule) should be CSSPrimitiveValue. Was [null].
+FAIL jsWrapperClass(blendModeRule.__proto__) should be CSSPrimitiveValuePrototype. Threw exception TypeError: 'null' is not an object (evaluating 'blendModeRule.__proto__')
+FAIL jsWrapperClass(blendModeRule.constructor) should be CSSPrimitiveValueConstructor. Threw exception TypeError: 'null' is not an object (evaluating 'blendModeRule.constructor')
+
+Basic reference : hard-light
+PASS cssRule.type is 1
+FAIL declaration.length should be 1. Was 0.
+FAIL declaration.getPropertyValue('-webkit-blend-mode') should be hard-light (of type string). Was null (of type object).
+FAIL jsWrapperClass(blendModeRule) should be CSSPrimitiveValue. Was [null].
+FAIL jsWrapperClass(blendModeRule.__proto__) should be CSSPrimitiveValuePrototype. Threw exception TypeError: 'null' is not an object (evaluating 'blendModeRule.__proto__')
+FAIL jsWrapperClass(blendModeRule.constructor) should be CSSPrimitiveValueConstructor. Threw exception TypeError: 'null' is not an object (evaluating 'blendModeRule.constructor')
+
+Basic reference : soft-light
+PASS cssRule.type is 1
+FAIL declaration.length should be 1. Was 0.
+FAIL declaration.getPropertyValue('-webkit-blend-mode') should be soft-light (of type string). Was null (of type object).
+FAIL jsWrapperClass(blendModeRule) should be CSSPrimitiveValue. Was [null].
+FAIL jsWrapperClass(blendModeRule.__proto__) should be CSSPrimitiveValuePrototype. Threw exception TypeError: 'null' is not an object (evaluating 'blendModeRule.__proto__')
+FAIL jsWrapperClass(blendModeRule.constructor) should be CSSPrimitiveValueConstructor. Threw exception TypeError: 'null' is not an object (evaluating 'blendModeRule.constructor')
+
+Basic reference : difference
+PASS cssRule.type is 1
+FAIL declaration.length should be 1. Was 0.
+FAIL declaration.getPropertyValue('-webkit-blend-mode') should be difference (of type string). Was null (of type object).
+FAIL jsWrapperClass(blendModeRule) should be CSSPrimitiveValue. Was [null].
+FAIL jsWrapperClass(blendModeRule.__proto__) should be CSSPrimitiveValuePrototype. Threw exception TypeError: 'null' is not an object (evaluating 'blendModeRule.__proto__')
+FAIL jsWrapperClass(blendModeRule.constructor) should be CSSPrimitiveValueConstructor. Threw exception TypeError: 'null' is not an object (evaluating 'blendModeRule.constructor')
+
+Basic reference : exclusion
+PASS cssRule.type is 1
+FAIL declaration.length should be 1. Was 0.
+FAIL declaration.getPropertyValue('-webkit-blend-mode') should be exclusion (of type string). Was null (of type object).
+FAIL jsWrapperClass(blendModeRule) should be CSSPrimitiveValue. Was [null].
+FAIL jsWrapperClass(blendModeRule.__proto__) should be CSSPrimitiveValuePrototype. Threw exception TypeError: 'null' is not an object (evaluating 'blendModeRule.__proto__')
+FAIL jsWrapperClass(blendModeRule.constructor) should be CSSPrimitiveValueConstructor. Threw exception TypeError: 'null' is not an object (evaluating 'blendModeRule.constructor')
+
+Basic reference : hue
+PASS cssRule.type is 1
+FAIL declaration.length should be 1. Was 0.
+FAIL declaration.getPropertyValue('-webkit-blend-mode') should be hue (of type string). Was null (of type object).
+FAIL jsWrapperClass(blendModeRule) should be CSSPrimitiveValue. Was [null].
+FAIL jsWrapperClass(blendModeRule.__proto__) should be CSSPrimitiveValuePrototype. Threw exception TypeError: 'null' is not an object (evaluating 'blendModeRule.__proto__')
+FAIL jsWrapperClass(blendModeRule.constructor) should be CSSPrimitiveValueConstructor. Threw exception TypeError: 'null' is not an object (evaluating 'blendModeRule.constructor')
+
+Basic reference : saturation
+PASS cssRule.type is 1
+FAIL declaration.length should be 1. Was 0.
+FAIL declaration.getPropertyValue('-webkit-blend-mode') should be saturation (of type string). Was null (of type object).
+FAIL jsWrapperClass(blendModeRule) should be CSSPrimitiveValue. Was [null].
+FAIL jsWrapperClass(blendModeRule.__proto__) should be CSSPrimitiveValuePrototype. Threw exception TypeError: 'null' is not an object (evaluating 'blendModeRule.__proto__')
+FAIL jsWrapperClass(blendModeRule.constructor) should be CSSPrimitiveValueConstructor. Threw exception TypeError: 'null' is not an object (evaluating 'blendModeRule.constructor')
+
+Basic reference : color
+PASS cssRule.type is 1
+FAIL declaration.length should be 1. Was 0.
+FAIL declaration.getPropertyValue('-webkit-blend-mode') should be color (of type string). Was null (of type object).
+FAIL jsWrapperClass(blendModeRule) should be CSSPrimitiveValue. Was [null].
+FAIL jsWrapperClass(blendModeRule.__proto__) should be CSSPrimitiveValuePrototype. Threw exception TypeError: 'null' is not an object (evaluating 'blendModeRule.__proto__')
+FAIL jsWrapperClass(blendModeRule.constructor) should be CSSPrimitiveValueConstructor. Threw exception TypeError: 'null' is not an object (evaluating 'blendModeRule.constructor')
+
+Basic reference : luminosity
+PASS cssRule.type is 1
+FAIL declaration.length should be 1. Was 0.
+FAIL declaration.getPropertyValue('-webkit-blend-mode') should be luminosity (of type string). Was null (of type object).
+FAIL jsWrapperClass(blendModeRule) should be CSSPrimitiveValue. Was [null].
+FAIL jsWrapperClass(blendModeRule.__proto__) should be CSSPrimitiveValuePrototype. Threw exception TypeError: 'null' is not an object (evaluating 'blendModeRule.__proto__')
+FAIL jsWrapperClass(blendModeRule.constructor) should be CSSPrimitiveValueConstructor. Threw exception TypeError: 'null' is not an object (evaluating 'blendModeRule.constructor')
+PASS successfullyParsed is true
+
+TEST COMPLETE
+
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to