Title: [97230] trunk/LayoutTests
Revision
97230
Author
[email protected]
Date
2011-10-11 22:14:11 -0700 (Tue, 11 Oct 2011)

Log Message

       Add some tests to the WK2 skipped list which require layoutTestController or
       textInputController methods not implemented yet, and remove a WK2-specific
       result that is not longer correct.

* platform/mac-wk2/fast/css/pseudo-any-expected.txt: Removed.
* platform/wk2/Skipped:

Modified Paths

Removed Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (97229 => 97230)


--- trunk/LayoutTests/ChangeLog	2011-10-12 04:45:47 UTC (rev 97229)
+++ trunk/LayoutTests/ChangeLog	2011-10-12 05:14:11 UTC (rev 97230)
@@ -1,3 +1,12 @@
+2011-10-11  Simon Fraser  <[email protected]>
+
+       Add some tests to the WK2 skipped list which require layoutTestController or
+       textInputController methods not implemented yet, and remove a WK2-specific
+       result that is not longer correct.
+
+        * platform/mac-wk2/fast/css/pseudo-any-expected.txt: Removed.
+        * platform/wk2/Skipped:
+
 2011-10-11  Ryosuke Niwa  <[email protected]>
 
         Check in failing test expectation after r95897. The failure is tracked by the bug 69069.

Deleted: trunk/LayoutTests/platform/mac-wk2/fast/css/pseudo-any-expected.txt (97229 => 97230)


--- trunk/LayoutTests/platform/mac-wk2/fast/css/pseudo-any-expected.txt	2011-10-12 04:45:47 UTC (rev 97229)
+++ trunk/LayoutTests/platform/mac-wk2/fast/css/pseudo-any-expected.txt	2011-10-12 05:14:11 UTC (rev 97230)
@@ -1,97 +0,0 @@
-This page tests :-webkit-any. This window needs to be focused for the :focus tests to pass.
-h1
-
-h1
-
-div
-foo
-b i
-p
-
-a span
-li
-u s
-
-div span
-div~q q+q q>span
-first
-
-last
-
-
-h1
-PASS document.defaultView.getComputedStyle(element, null).getPropertyValue('background-color') is 'rgb(0, 0, 255)'
-
-#div1
-PASS document.defaultView.getComputedStyle(element, null).getPropertyValue('background-color') is 'rgb(0, 0, 255)'
-
-Element: DIV
-PASS document.defaultView.getComputedStyle(element, null).getPropertyValue('background-color') is 'rgba(0, 0, 0, 0)'
-
-b
-PASS document.defaultView.getComputedStyle(element, null).getPropertyValue('background-color') is 'rgb(0, 0, 255)'
-
-i
-PASS document.defaultView.getComputedStyle(element, null).getPropertyValue('background-color') is 'rgb(0, 0, 255)'
-
-p
-PASS document.defaultView.getComputedStyle(element, null).getPropertyValue('background-color') is 'rgb(0, 0, 255)'
-
-#span1
-PASS document.defaultView.getComputedStyle(element, null).getPropertyValue('background-color') is 'rgba(0, 0, 0, 0)'
-
-span:focus
-FAIL document.defaultView.getComputedStyle(element, null).getPropertyValue('background-color') should be rgb(0, 0, 255). Threw exception TypeError: 'null' is not an object (evaluating 'document.defaultView.getComputedStyle(element, null).getPropertyValue')
-
-a
-PASS document.defaultView.getComputedStyle(element, null).getPropertyValue('background-color') is 'rgb(0, 0, 255)'
-
-a:focus
-FAIL document.defaultView.getComputedStyle(element, null).getPropertyValue('background-color') should be rgb(0, 128, 0). Threw exception TypeError: 'null' is not an object (evaluating 'document.defaultView.getComputedStyle(element, null).getPropertyValue')
-
-.foo
-PASS document.defaultView.getComputedStyle(element, null).getPropertyValue('background-color') is 'rgb(0, 0, 255)'
-
-#bar
-PASS document.defaultView.getComputedStyle(element, null).getPropertyValue('background-color') is 'rgb(0, 0, 255)'
-
-h1.h1class
-PASS document.defaultView.getComputedStyle(element, null).getPropertyValue('background-color') is 'rgb(0, 128, 0)'
-
-PASS document.querySelectorAll('#container-div :-webkit-any([href],input[type],input[name])').length is 2
-PASS document.querySelectorAll('#container-div :-webkit-any(div,a):-webkit-any([type],[href],[name])').length is 2
-PASS document.querySelectorAll('#container-div :-webkit-any(:link, :not(a))').length is 3
-
-#container-div input
-PASS document.defaultView.getComputedStyle(element, null).getPropertyValue('background-color') is 'rgb(0, 128, 0)'
-
-#container-div a[href]
-PASS document.defaultView.getComputedStyle(element, null).getPropertyValue('background-color') is 'rgb(0, 128, 0)'
-
-#container-div div
-PASS document.defaultView.getComputedStyle(element, null).getPropertyValue('background-color') is 'rgb(0, 128, 0)'
-
-#container-div a[name]
-PASS document.defaultView.getComputedStyle(element, null).getPropertyValue('background-color') is 'rgba(0, 0, 0, 0)'
-
-s
-PASS document.defaultView.getComputedStyle(element, null).getPropertyValue('background-color') is 'rgba(0, 0, 0, 0)'
-
-div span
-PASS document.defaultView.getComputedStyle(element, null).getPropertyValue('background-color') is 'rgb(0, 0, 255)'
-
-div ~ q
-PASS document.defaultView.getComputedStyle(element, null).getPropertyValue('background-color') is 'rgb(0, 0, 255)'
-
-q+q
-PASS document.defaultView.getComputedStyle(element, null).getPropertyValue('background-color') is 'rgb(0, 0, 255)'
-
-q>span
-PASS document.defaultView.getComputedStyle(element, null).getPropertyValue('background-color') is 'rgb(0, 0, 255)'
-
-#test-last-child :first-child
-PASS document.defaultView.getComputedStyle(element, null).getPropertyValue('background-color') is 'rgb(0, 0, 255)'
-
-#test-last-child :last-child
-PASS document.defaultView.getComputedStyle(element, null).getPropertyValue('background-color') is 'rgb(0, 128, 0)'
-

Modified: trunk/LayoutTests/platform/wk2/Skipped (97229 => 97230)


--- trunk/LayoutTests/platform/wk2/Skipped	2011-10-12 04:45:47 UTC (rev 97229)
+++ trunk/LayoutTests/platform/wk2/Skipped	2011-10-12 05:14:11 UTC (rev 97230)
@@ -190,6 +190,10 @@
 fast/events/pagehide-timeout.html
 fast/canvas/webgl/gl-getshadersource.html
 fast/canvas/webgl/tex-sub-image-2d-bad-args.html
+fast/canvas/webgl/WebGLContextEvent.html
+fast/canvas/webgl/renderer-and-vendor-strings.html
+fast/canvas/webgl/shader-deleted-by-accessor.html
+fast/canvas/webgl/uniform-array-length-overflow.html
 fast/overflow/horizontal-scroll-after-back.html
 http/tests/navigation/go-back-to-error-page.html
 http/tests/navigation/ping-cookie.html
@@ -407,6 +411,7 @@
 security/block-test.html
 webarchive/loading/cache-expired-subresource.html
 webarchive/loading/test-loading-archive.html
+webarchive/loading/test-loading-archive-subresource-null-mimetype.html
 
 # WebKitTestRunner needs layoutTestController.clearBackForwardList
 # <https://bugs.webkit.org/show_bug.cgi?id=42333>
@@ -437,6 +442,7 @@
 # <https://bugs.webkit.org/show_bug.cgi?id=42337>
 editing/input/setting-input-value-cancel-ime-composition.html
 svg/text/caret-in-svg-text.xhtml
+editing/inserting/caret-position.html
 editing/spelling/spelling-backspace-between-lines.html
 editing/selection/5825350-1.html
 editing/selection/5825350-2.html
@@ -456,6 +462,7 @@
 platform/mac/editing/input/secure-input.html
 platform/mac/editing/input/text-input-controller.html
 platform/mac/editing/input/wrapped-line-char-rect.html
+platform/mac/editing/input/NSBackgroundColor-transparent.html
 platform/mac/editing/pasteboard/paste-and-match-style-selector-event.html
 platform/mac/editing/selection/25228.html
 platform/mac/fast/dom/character-index-for-point.html
@@ -484,6 +491,7 @@
 # WebKitTestRunner needs layoutTestController.dumpResourceResponseMIMETypes
 # <https://bugs.webkit.org/show_bug.cgi?id=42543>
 fast/dom/HTMLScriptElement/dont-load-unknown-type.html
+fast/preloader/document-write-noscript.html
 fast/preloader/image.html
 fast/preloader/input.html
 fast/preloader/link.html
@@ -714,7 +722,10 @@
 # <https://bugs.webkit.org/show_bug.cgi?id=42778>
 http/tests/cookies/third-party-cookie-relaxing.html
 http/tests/plugins/third-party-cookie-accept-policy.html
+http/tests/security/cookies/third-party-cookie-blocking-main-frame.html
 http/tests/xmlhttprequest/cross-origin-cookie-storage.html
+http/tests/security/cookies/third-party-cookie-blocking-user-action.html
+http/tests/security/cookies/third-party-cookie-blocking.html
 
 # WebKitTestRunner needs to print history delegate information
 # <https://bugs.webkit.org/show_bug.cgi?id=42704>
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to