A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1 | URL | Bug | Fixed? | Comment | Test Wrong? | |||||||||||||||
2 | ||||||||||||||||||||
3 | ||||||||||||||||||||
4 | ||||||||||||||||||||
5 | https://bugs.webkit.org/show_bug.cgi?id=48578 | |||||||||||||||||||
6 | ||||||||||||||||||||
7 | types attribute returns a DOMStringList | http://samples.msdn.microsoft.com/ietestcenter/html5/dragdrop/types_attribute.htm | https://bugs.webkit.org/show_bug.cgi?id=30416 | |||||||||||||||||
8 | When drag data store's mode is in the protected mode, getData returns the empty string | http://samples.msdn.microsoft.com/ietestcenter/html5/dragdrop_harness.htm?url=getData_dragenter | still fails in dev channel | |||||||||||||||||
9 | Forms | |||||||||||||||||||
10 | tkent | (tests relating to data list) | http://samples.msdn.microsoft.com/ietestcenter/html5/forms_harness.htm?url=datalistoptions1 | https://bugs.webkit.org/show_bug.cgi?id=27247 | ||||||||||||||||
11 | History | |||||||||||||||||||
12 | pablof | history.state is supported | http://samples.msdn.microsoft.com/ietestcenter/html5/history_harness.htm?url=history-state-0.htm | https://bugs.webkit.org/show_bug.cgi?id=76035 | ||||||||||||||||
13 | pablof | history.state has an initial value of null | http://samples.msdn.microsoft.com/ietestcenter/html5/history_harness.htm?url=history-state-1.htm | https://bugs.webkit.org/show_bug.cgi?id=76035 | ||||||||||||||||
14 | pablof | history.state is updated by pushState | http://samples.msdn.microsoft.com/ietestcenter/html5/history_harness.htm?url=history-state-2.htm | https://bugs.webkit.org/show_bug.cgi?id=76035 | ||||||||||||||||
15 | Sandbox | |||||||||||||||||||
16 | The iframe element's sandbox DOM property uses the DOMSettableTokenList interface | http://samples.msdn.microsoft.com/ietestcenter/html5/sandbox_harness.htm?url=sandbox-attribute-support-DomSettableTokenList | ||||||||||||||||||
17 | SVG | |||||||||||||||||||
18 | The 'SVGSVGElement' supports 'getIntersectionList' and 'getEnclosureList' with all renderable elements | http://samples.msdn.microsoft.com/ietestcenter/svg112/svg_harness.htm?url=./svg112/svg/chapter_05.7.svg | https://bugs.webkit.org/show_bug.cgi?id=76093 | I believe the test is wrong. See bug. | yes | |||||||||||||||
19 | Property inheritance and the 'clipPath' element | http://samples.msdn.microsoft.com/ietestcenter/svg112/svg_harness.htm?url=./svg112/svg/chapter_14.2.svg | Test passes in Safari | REGRESSION | ||||||||||||||||
20 | The 'filter' property applied to container and indirectly renderable elements | http://samples.msdn.microsoft.com/ietestcenter/svg112/svg_harness.htm?url=./svg112/svg/chapter_15.2.svg | ||||||||||||||||||
21 | CSS | |||||||||||||||||||
22 | @namespace rule must precede all other non-ignored rule sets in a style sheet | http://samples.msdn.microsoft.com/ietestcenter/css3/namespaces/syntax-021.xml | https://bugs.webkit.org/show_bug.cgi?id=76992 | |||||||||||||||||
23 | tomz | :enabled on a fieldset element. | http://samples.msdn.microsoft.com/ietestcenter/css3/showselectorstest.htm?fieldset | https://bugs.webkit.org/show_bug.cgi?id=76994 | Test is out of date with spec. From http://www.whatwg.org/specs/web-apps/current-work/multipage/selectors.html#pseudo-classes, see that fieldset:enabled *should* match unless disabled attribute is defined. Hixie confirmed. | |||||||||||||||
24 | :indeterminate and input type=radio | http://samples.msdn.microsoft.com/ietestcenter/css3/showselectorstest.htm?indeterminate | https://bugs.webkit.org/show_bug.cgi?id=76995 | |||||||||||||||||
25 | During the execution of an animation, the computed value is controlled by the animation | http://samples.msdn.microsoft.com/ietestcenter/css3/animations/animation-computed-value-001.htm | ||||||||||||||||||
26 | (FIXME: Import the list of failing tests) | http://samples.msdn.microsoft.com/ietestcenter/#css3 | ||||||||||||||||||
27 | Level 3 Core | |||||||||||||||||||
28 | abarth | Node Interface compareDocumentPosition method: test scenario 2 | http://samples.msdn.microsoft.com/ietestcenter/domcore/showdomcoretest.htm?Node_compareDocumentPosition2 | https://bugs.webkit.org/show_bug.cgi?id=77882 | ||||||||||||||||
29 | Level 2 Inheritance | |||||||||||||||||||
30 | dominicc | WheelEvent inherits from MouseEvent | http://samples.msdn.microsoft.com/ietestcenter/dominheritance/showdominheritancetest.htm?Prototype_WheelEvent | https://bugs.webkit.org/show_bug.cgi?id=76104 | Y | |||||||||||||||
31 | Override HTMLHeadElement prototype getter property is inherited by instances | http://samples.msdn.microsoft.com/ietestcenter/dominheritance/showdominheritancetest.htm?Override_Property_Getter | ||||||||||||||||||
32 | Override HTMLHeadElement prototype setter property is inherited by instances | http://samples.msdn.microsoft.com/ietestcenter/dominheritance/showdominheritancetest.htm?Override_Property_Setter | ||||||||||||||||||
33 | Override Node prototype getter property is inherited by HTMLDivElement prototype | http://samples.msdn.microsoft.com/ietestcenter/dominheritance/showdominheritancetest.htm?Override_Property_Getter_High | https://bugs.webkit.org/show_bug.cgi?id=76106 | |||||||||||||||||
34 | Override Node prototype setter property is inherited by HTMLDivElement prototype | http://samples.msdn.microsoft.com/ietestcenter/dominheritance/showdominheritancetest.htm?Override_Property_Setter_High | https://bugs.webkit.org/show_bug.cgi?id=76107 | |||||||||||||||||
35 | Paint Notifications | |||||||||||||||||||
36 | window.animationStartTime is available | http://samples.msdn.microsoft.com/ietestcenter/WebPerf/PaintNotification/requestAnimationFrame_harness.htm | ||||||||||||||||||
37 | Events | |||||||||||||||||||
38 | Event.defaultPrevented after dispatchEvent() | http://samples.msdn.microsoft.com/ietestcenter/domevents/domevents_harness.htm?url=EventObject.after.dispatchEvent.html | ||||||||||||||||||
39 | Multiple dispatchEvent() and stopPropagation() | http://samples.msdn.microsoft.com/ietestcenter/domevents/domevents_harness.htm?url=EventObject.multiple.dispatchEvent.html | ||||||||||||||||||
40 | ProcessingInstruction.data and DOMCharacterDataModified event | http://samples.msdn.microsoft.com/ietestcenter/domevents/domevents_harness.htm?url=ProcessingInstruction.DOMCharacterDataModified.html | ||||||||||||||||||
41 | DOMException.NOT_SUPPORTED_ERR and dispatchEvent() | http://samples.msdn.microsoft.com/ietestcenter/domevents/domevents_harness.htm?url=dispatchEvent.NOT_SUPPORTED_ERR.html | ||||||||||||||||||
42 | TextEvent.initTextEvent() and Event.isTrusted | http://samples.msdn.microsoft.com/ietestcenter/domevents/domevents_harness.htm?url=TextEvent.initTextEvent.html | https://bugs.webkit.org/show_bug.cgi?id=76121 | Should get it removed from spec. | ||||||||||||||||
43 | WheelEvent.initWheelEvent() and Event.isTrusted | http://samples.msdn.microsoft.com/ietestcenter/domevents/domevents_harness.htm?url=WheelEvent.initWheelEvent.html | https://bugs.webkit.org/show_bug.cgi?id=76124 | Should get it removed from spec. | ||||||||||||||||
44 | WheelEvent: wheel - MouseEvent.ctrlKey and Zoomin | http://samples.msdn.microsoft.com/ietestcenter/domevents/domevents_harness.htm?url=WheelEvent.ctrlKey.zoom.html | ||||||||||||||||||
45 | WheelEvent: wheel - WheelEvent.deltaMode | http://samples.msdn.microsoft.com/ietestcenter/domevents/domevents_harness.htm?url=WheelEvent.deltaMode.html | ||||||||||||||||||
46 | MutationEvent.initMutationEvent() and Event.isTrusted | http://samples.msdn.microsoft.com/ietestcenter/domevents/domevents_harness.htm?url=MutationEvent.initMutationEvent.html | https://bugs.webkit.org/show_bug.cgi?id=76121 | Should get it removed from spec. | ||||||||||||||||
47 | WheelEvent: wheel - preventDefault() for Scrolling | http://samples.msdn.microsoft.com/ietestcenter/domevents/domevents_harness.htm?url=WheelEvent.preventDefault.scroll.html | ||||||||||||||||||
48 | UIEvent: load event for style sheets | http://samples.msdn.microsoft.com/ietestcenter/domevents/domevents_harness.htm?url=UIEvent.load.stylesheet.html | https://bugs.webkit.org/show_bug.cgi?id=38995 | |||||||||||||||||
49 | UI Event type: abort | http://samples.msdn.microsoft.com/ietestcenter/domevents/domevents_harness.htm?url=abort.img.html | ||||||||||||||||||
50 | Keyboard Event object property: key | http://samples.msdn.microsoft.com/ietestcenter/domevents/domevents_harness.htm?url=keyboardevent.key.html | https://bugs.webkit.org/show_bug.cgi?id=69029 | |||||||||||||||||
51 | Composition Event Types: compositionstart, compositionupdate, compositionend | http://samples.msdn.microsoft.com/ietestcenter/domevents/domevents_harness.htm?url=CompositionEvent.html | https://bugs.webkit.org/show_bug.cgi?id=76690 | |||||||||||||||||
52 | CompositionEvent.data for compositionstart Event | http://samples.msdn.microsoft.com/ietestcenter/domevents/domevents_harness.htm?url=compositionstart.data.html | ||||||||||||||||||
53 | Cancelling compositionstart Event via Event.preventDefault() | http://samples.msdn.microsoft.com/ietestcenter/domevents/domevents_harness.htm?url=compositionstart.preventDefault.html | ||||||||||||||||||
54 | (tests related to MutationEvents that we probably don't want to fix) | |||||||||||||||||||
55 | tdanderson | FocusEvent.relatedTarget for focusin Event | http://samples.msdn.microsoft.com/ietestcenter/domevents/domevents_harness.htm?url=focusin.relatedTarget.html | https://bugs.webkit.org/show_bug.cgi?id=76216 | patch landed | |||||||||||||||
56 | tdanderson | FocusEvent.relatedTarget for focusout Event | http://samples.msdn.microsoft.com/ietestcenter/domevents/domevents_harness.htm?url=focusout.relatedTarget.html | https://bugs.webkit.org/show_bug.cgi?id=76216 | patch landed | |||||||||||||||
57 | MouseEvent.relatedTarget for mouseenter Event | http://samples.msdn.microsoft.com/ietestcenter/domevents/domevents_harness.htm?url=mouseenter.relatedTarget.html | https://bugs.webkit.org/show_bug.cgi?id=18930 | |||||||||||||||||
58 | MouseEvent.relatedTarget for mouseleave Event | http://samples.msdn.microsoft.com/ietestcenter/domevents/domevents_harness.htm?url=mouseleave.relatedTarget.html | https://bugs.webkit.org/show_bug.cgi?id=18930 | |||||||||||||||||
59 | MouseEvent.ctrlKey for mouseenter Event | http://samples.msdn.microsoft.com/ietestcenter/domevents/domevents_harness.htm?url=mouseenter.ctrlKey.html | https://bugs.webkit.org/show_bug.cgi?id=18930 | |||||||||||||||||
60 | KeyboardEvent.location | http://samples.msdn.microsoft.com/ietestcenter/domevents/domevents_harness.htm?url=KeyboardEvent.location.html | ||||||||||||||||||
61 | KeyboardEvent.getModifierState() and 'AltGraph' modifier key | http://samples.msdn.microsoft.com/ietestcenter/domevents/domevents_harness.htm?url=KeyboardEvent.modifiers.html | https://bugs.webkit.org/show_bug.cgi?id=76988 | fails in FF too (on mac) | ||||||||||||||||
62 | Selection | |||||||||||||||||||
63 | ahf@0x90.dk | Add a range to the selection | http://samples.msdn.microsoft.com/ietestcenter/html5/selection_harness.htm?url=addRange | |||||||||||||||||
64 | ahf@0x90.dk | Get the range from the selection | http://samples.msdn.microsoft.com/ietestcenter/html5/selection_harness.htm?url=getRangeAt | |||||||||||||||||
65 | ahf@0x90.dk | Remove the range from the selection | http://samples.msdn.microsoft.com/ietestcenter/html5/selection_harness.htm?url=removeRange | |||||||||||||||||
66 | Collapse the selection with collapseToStart() | http://samples.msdn.microsoft.com/ietestcenter/html5/selection_harness.htm?url=collapseToStart | ||||||||||||||||||
67 | Collapse the selection with collapseToEnd() | http://samples.msdn.microsoft.com/ietestcenter/html5/selection_harness.htm?url=collapseToEnd | ||||||||||||||||||
68 | Collapse the selection using collapse() | http://samples.msdn.microsoft.com/ietestcenter/html5/selection_harness.htm?url=collapse | ||||||||||||||||||
69 | Call select() on a text field | http://samples.msdn.microsoft.com/ietestcenter/html5/selection_harness.htm?url=select | ||||||||||||||||||
70 | Set selectionStart and selectionEnd on a text field | http://samples.msdn.microsoft.com/ietestcenter/html5/selection_harness.htm?url=selectionStartEnd | ||||||||||||||||||
71 | Call setSelectionRange() on a text field | http://samples.msdn.microsoft.com/ietestcenter/html5/selection_harness.htm?url=setSelectionRange | ||||||||||||||||||
72 | Insert a new element and text node into an element that is currently selected | http://samples.msdn.microsoft.com/ietestcenter/html5/selection_harness.htm?url=insertNodeIntoSelection | ||||||||||||||||||
73 | WebSocket API | |||||||||||||||||||
74 | (tests don't seem to run properly) | http://samples.msdn.microsoft.com/ietestcenter/WebSocket/websocket_harness.htm | ||||||||||||||||||
75 | Web Workers | |||||||||||||||||||
76 | Worker inside a worker i.e. Nested Worker | http://samples.msdn.microsoft.com/ietestcenter/WebWorkers/webworkers_harness.htm?url=worker-nested.htm | ||||||||||||||||||
77 | dslomov? | WorkerLocation.search with empty <query> | http://samples.msdn.microsoft.com/ietestcenter/WebWorkers/webworkers_harness.htm?url=WorkerLocation_search_empty.htm | |||||||||||||||||
78 | dslomov? | WorkerGlobalScope ErrorEvent.message | http://samples.msdn.microsoft.com/ietestcenter/WebWorkers/webworkers_harness.htm?url=WorkerGlobalScope_ErrorEvent_message.htm | |||||||||||||||||
79 | WorkerGlobalScope ErrorEvent.filename | http://samples.msdn.microsoft.com/ietestcenter/WebWorkers/webworkers_harness.htm?url=WorkerGlobalScope_ErrorEvent_filename.htm | ||||||||||||||||||
80 | WorkerGlobalScope ErrorEvent.lineno | http://samples.msdn.microsoft.com/ietestcenter/WebWorkers/webworkers_harness.htm?url=WorkerGlobalScope_ErrorEvent_lineno.htm | ||||||||||||||||||
81 | dslomov? | postMessage(): MessageEvent properties | http://samples.msdn.microsoft.com/ietestcenter/WebWorkers/webworkers_harness.htm?url=postMessage_event_properties.htm | |||||||||||||||||
82 | MessageChannel: port.close() disconnects the port, so that it is no longer active. | http://samples.msdn.microsoft.com/ietestcenter/WebWorkers/webworkers_harness.htm?url=messagechannel_close.htm | ||||||||||||||||||
83 | File API | |||||||||||||||||||
84 | (FIXME: Import the list of failing tests) | http://samples.msdn.microsoft.com/ietestcenter/#fileapi | ||||||||||||||||||
85 | FileList.item(-1) should return null instead of raising | https://bugs.webkit.org/show_bug.cgi?id=77899 | ||||||||||||||||||
86 | WebKit only has Blob.webkitSlice, not Blob.slice | http://samples.msdn.microsoft.com/ietestcenter/fileapi/blob.htm | ||||||||||||||||||
87 | onprogress troubles? | http://samples.msdn.microsoft.com/ietestcenter/fileapi/filereader.htm | ||||||||||||||||||
88 | CORS | |||||||||||||||||||
89 | jochen | Cross-origin XHR Redirect Allowed | http://samples.msdn.microsoft.com/ietestcenter/CORS/cors_harness.htm?url=CORS_014.htm | https://bugs.webkit.org/show_bug.cgi?id=57600 | ||||||||||||||||
90 | Web Performance | |||||||||||||||||||
91 | all of the attributes associated with the Page Visibility API both exist and are set to the correct values. | |||||||||||||||||||
92 | This test validates that all of the attributes associated with the Page Visibility API cannot be overwritten. | http://samples.msdn.microsoft.com/ietestcenter/WebPerf/PageVisibility/test_read_only_conformance_attributes.htm | ||||||||||||||||||
93 | Paint Notification Test Suite | http://samples.msdn.microsoft.com/ietestcenter/WebPerf/PaintNotification/requestAnimationFrame_harness.htm | ||||||||||||||||||
94 | all of the attributes associated with the Page Visibility API both exist and are set to the correct values inside of both a visible and a hidden IFrame | http://samples.msdn.microsoft.com/ietestcenter/WebPerf/PageVisibility/test_iframe_attributes.htm | ||||||||||||||||||
95 | ||||||||||||||||||||
96 | ||||||||||||||||||||
97 | ||||||||||||||||||||
98 | ||||||||||||||||||||
99 | ||||||||||||||||||||
100 |