+2011-01-06 Adam Roben <aroben@apple.com>
+
+ Add/update Windows-specific test results for recent regressions
+
+ Bugs:
+ http://webkit.org/b/52026
+ http://webkit.org/b/52028
+ http://webkit.org/b/52029
+
+ * platform/win/animations/animation-time-expected.txt: Added.
+ * platform/win/fast/canvas/canvas-fillRect-gradient-shadow-expected.txt: Added.
+ * platform/win/fast/css/css3-nth-tokens-script-expected.txt: Added.
+ * platform/win/fast/css/css3-nth-tokens-style-expected.txt: Added.
+ * platform/win/fast/dom/Window/window-property-descriptors-expected.txt:
+
2011-01-06 Adam Roben <aroben@apple.com>
Update Windows results after r75177
--- /dev/null
+Tests that window.webkitAnimationTime remains the same during a script run and that all animations started within a script run are synchronized
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+FAIL startAnimationTime should be defined. Was undefined
+PASS startAnimationTime is endAnimationTime
+FAIL window.getComputedStyle(div1).left should be 42px. Was 53px.
+PASS successfullyParsed is true
+
+TEST COMPLETE
+
--- /dev/null
+Ensure correct behavior of canvas with fillRect using a gradient fillStyle and a shadow
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+FAIL d[0] should be 255. Was 0.
+PASS d[1] is 0
+PASS d[2] is 0
+FAIL d[3] should be 255. Was 0.
+FAIL d[0] should be 255. Was 0.
+PASS d[1] is 0
+PASS d[2] is 0
+FAIL d[3] should be 255. Was 0.
+FAIL d[0] should be 255. Was 0.
+PASS d[1] is 0
+PASS d[2] is 0
+FAIL d[3] should be 255. Was 0.
+FAIL d[0] should be 255. Was 0.
+PASS d[1] is 0
+PASS d[2] is 0
+FAIL d[3] should be 255. Was 0.
+FAIL d[0] should be 255. Was 0.
+PASS d[1] is 0
+PASS d[2] is 0
+FAIL d[3] is not around 76 (actual: 0)
+FAIL d[0] should be 255. Was 0.
+PASS d[1] is 0
+PASS d[2] is 0
+FAIL d[3] is not around 76 (actual: 0)
+FAIL d[0] should be 255. Was 0.
+PASS d[1] is 0
+PASS d[2] is 0
+FAIL d[3] is not around 76 (actual: 0)
+FAIL d[0] should be 255. Was 0.
+PASS d[1] is 0
+PASS d[2] is 0
+FAIL d[3] is not around 76 (actual: 0)
+FAIL d[0] should be 255. Was 0.
+PASS d[1] is 0
+PASS d[2] is 0
+PASS d[3] is smaller than 25
+FAIL d[0] should be 255. Was 0.
+PASS d[1] is 0
+PASS d[2] is 0
+PASS d[3] is smaller than 25
+FAIL d[0] should be 255. Was 0.
+PASS d[1] is 0
+PASS d[2] is 0
+PASS d[3] is smaller than 25
+FAIL d[0] should be 255. Was 0.
+PASS d[1] is 0
+PASS d[2] is 0
+PASS d[3] is smaller than 25
+FAIL d[0] should be 255. Was 0.
+PASS d[1] is 0
+PASS d[2] is 0
+PASS d[3] is smaller than 10
+FAIL d[0] should be 255. Was 0.
+PASS d[1] is 0
+PASS d[2] is 0
+PASS d[3] is smaller than 10
+FAIL d[0] should be 255. Was 0.
+PASS d[1] is 0
+PASS d[2] is 0
+PASS d[3] is smaller than 10
+FAIL d[0] should be 255. Was 0.
+PASS d[1] is 0
+PASS d[2] is 0
+PASS d[3] is smaller than 10
+FAIL d[0] should be 255. Was 0.
+PASS d[1] is 0
+PASS d[2] is 0
+PASS d[3] is smaller than 15
+FAIL d[0] should be 255. Was 0.
+PASS d[1] is 0
+PASS d[2] is 0
+PASS d[3] is smaller than 15
+FAIL d[0] should be 255. Was 0.
+PASS d[1] is 0
+PASS d[2] is 0
+PASS d[3] is smaller than 15
+FAIL d[0] should be 255. Was 0.
+PASS d[1] is 0
+PASS d[2] is 0
+PASS d[3] is smaller than 15
+PASS successfullyParsed is true
+
+TEST COMPLETE
+
--- /dev/null
+This test passes if the nth-of-type can accept a parameter that is an+b, odd or even. But it does not accept any other parameter.
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+debug("These spans should alternate red and green");
+span span span span span span span span
+debug("These spans should alternate red and green");
+span span span span span span span span
+debug("These spans should be black");
+span span span span span span span span
+debug("These spans should be black");
+span span span span span span span span
+
+PASS document.defaultView.getComputedStyle(el, null).getPropertyValue('color') is 'rgb(255, 0, 0)'
+PASS document.defaultView.getComputedStyle(el, null).getPropertyValue('color') is 'rgb(0, 128, 0)'
+PASS document.defaultView.getComputedStyle(el, null).getPropertyValue('color') is 'rgb(255, 0, 0)'
+PASS document.defaultView.getComputedStyle(el, null).getPropertyValue('color') is 'rgb(0, 128, 0)'
+FAIL document.querySelector("span.c3:nth-of-type(n3)") should throw Error: SYNTAX_ERR: DOM Exception 12. Was [object HTMLElement].
+FAIL document.querySelector("span.c3:nth-of-type(foo)") should throw Error: SYNTAX_ERR: DOM Exception 12. Was null.
+PASS document.querySelector("span.c3:nth-of-type(2n3)") threw exception Error: SYNTAX_ERR: DOM Exception 12.
+PASS document.querySelector("span.c3:nth-of-type(foon + bar)") threw exception Error: SYNTAX_ERR: DOM Exception 12.
+PASS successfullyParsed is true
+
+TEST COMPLETE
+
--- /dev/null
+This test passes if the nth-of-type can accept a parameter that is an+b, odd or even. But it does not accept any other parameter.
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+debug("These spans should alternate red and green");
+span span span span span span span span
+debug("These spans should alternate red and green");
+span span span span span span span span
+debug("These spans should be black");
+span span span span span span span span
+debug("These spans should be black");
+span span span span span span span span
+
+PASS document.defaultView.getComputedStyle(el, null).getPropertyValue('color') is 'rgb(255, 0, 0)'
+PASS document.defaultView.getComputedStyle(el, null).getPropertyValue('color') is 'rgb(0, 128, 0)'
+PASS document.defaultView.getComputedStyle(el, null).getPropertyValue('color') is 'rgb(255, 0, 0)'
+PASS document.defaultView.getComputedStyle(el, null).getPropertyValue('color') is 'rgb(0, 128, 0)'
+FAIL document.defaultView.getComputedStyle(el, null).getPropertyValue('color') should be rgb(0, 0, 0). Was rgb(255, 0, 0).
+FAIL document.defaultView.getComputedStyle(el, null).getPropertyValue('color') should be rgb(0, 0, 0). Was rgb(255, 0, 0).
+PASS document.defaultView.getComputedStyle(el, null).getPropertyValue('color') is 'rgb(0, 0, 0)'
+PASS document.defaultView.getComputedStyle(el, null).getPropertyValue('color') is 'rgb(0, 0, 0)'
+PASS successfullyParsed is true
+
+TEST COMPLETE
+
PASS typeof Object.getOwnPropertyDescriptor(window, 'top') is 'object'
PASS typeof Object.getOwnPropertyDescriptor(window, 'undefined') is 'object'
PASS typeof Object.getOwnPropertyDescriptor(window, 'unescape') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'webkitAnimationTime') is 'object'
PASS typeof Object.getOwnPropertyDescriptor(window, 'window') is 'object'
PASS typeof Object.getOwnPropertyDescriptor(window, 'windowPropertyNames') is 'object'
PASS Object.getOwnPropertyDescriptor(window, '__defineGetter__') is undefined.