OLD | NEW |
1 // These tests are expected to fail until we get around to fixing | 1 // These tests are expected to fail until we get around to fixing |
2 // them. | 2 // them. |
3 | 3 |
4 | 4 |
5 // ----------------------------------------------------------------- | 5 // ----------------------------------------------------------------- |
6 // DEBUG ONLY FAILURES! | 6 // DEBUG ONLY FAILURES! |
7 // Include both results for Debug and Release builds (i.e. PASS | FAIL) | 7 // Include both results for Debug and Release builds (i.e. PASS | FAIL) |
8 // ----------------------------------------------------------------- | 8 // ----------------------------------------------------------------- |
9 | 9 |
10 // Bug 1124548: Copying with no selection is sometimes supposed to work | 10 // Bug 1124548: Copying with no selection is sometimes supposed to work |
(...skipping 802 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
813 | 813 |
814 # Shadows don't render correctly for these tests. | 814 # Shadows don't render correctly for these tests. |
815 # http://code.google.com/p/chromium/issues/detail?id=2969 | 815 # http://code.google.com/p/chromium/issues/detail?id=2969 |
816 V8 | KJS # LayoutTests/fast/canvas/shadow-offset-1.html = FAIL | 816 V8 | KJS # LayoutTests/fast/canvas/shadow-offset-1.html = FAIL |
817 V8 | KJS # LayoutTests/fast/canvas/shadow-offset-2.html = FAIL | 817 V8 | KJS # LayoutTests/fast/canvas/shadow-offset-2.html = FAIL |
818 V8 | KJS # LayoutTests/fast/canvas/shadow-offset-3.html = FAIL | 818 V8 | KJS # LayoutTests/fast/canvas/shadow-offset-3.html = FAIL |
819 V8 | KJS # LayoutTests/fast/canvas/shadow-offset-4.html = FAIL | 819 V8 | KJS # LayoutTests/fast/canvas/shadow-offset-4.html = FAIL |
820 V8 | KJS # LayoutTests/fast/canvas/shadow-offset-5.html = FAIL | 820 V8 | KJS # LayoutTests/fast/canvas/shadow-offset-5.html = FAIL |
821 V8 | KJS # LayoutTests/fast/canvas/shadow-offset-6.html = FAIL | 821 V8 | KJS # LayoutTests/fast/canvas/shadow-offset-6.html = FAIL |
822 V8 | KJS # LayoutTests/fast/canvas/shadow-offset-7.html = FAIL | 822 V8 | KJS # LayoutTests/fast/canvas/shadow-offset-7.html = FAIL |
| 823 V8 | KJS # LayoutTests/fast/css/shadow-multiple.html = FAIL |
823 | 824 |
824 # There appears to be some parsing error. These tests give "successfullyParsed | 825 # There appears to be some parsing error. These tests give "successfullyParsed |
825 # should be true (of type boolean). Was undefined (of type undefined)." | 826 # should be true (of type boolean). Was undefined (of type undefined)." |
826 # http://code.google.com/p/chromium/issues/detail?id=2976 | 827 # http://code.google.com/p/chromium/issues/detail?id=2976 |
827 V8 | KJS # LayoutTests/fast/canvas/canvas-invalid-fillstyle.html = FAIL | 828 V8 | KJS # LayoutTests/fast/canvas/canvas-invalid-fillstyle.html = FAIL |
828 V8 | KJS # LayoutTests/fast/canvas/canvas-invalid-strokestyle.html = FAIL | 829 V8 | KJS # LayoutTests/fast/canvas/canvas-invalid-strokestyle.html = FAIL |
829 V8 | KJS # LayoutTests/fast/canvas/canvas-ImageData-behaviour.html = FAIL | 830 V8 | KJS # LayoutTests/fast/canvas/canvas-ImageData-behaviour.html = FAIL |
830 V8 | KJS # LayoutTests/fast/canvas/canvas-alphaImageData-behavior.html = FAIL | 831 V8 | KJS # LayoutTests/fast/canvas/canvas-alphaImageData-behavior.html = FAIL |
831 V8 | KJS # LayoutTests/fast/canvas/canvas-putImageData.html = FAIL | 832 V8 | KJS # LayoutTests/fast/canvas/canvas-putImageData.html = FAIL |
832 V8 | KJS # LayoutTests/fast/canvas/drawImage-with-negative-source-destination.ht
ml = FAIL | 833 V8 | KJS # LayoutTests/fast/canvas/drawImage-with-negative-source-destination.ht
ml = FAIL |
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
867 # These form tests look correct, but aren't detected as such and spit out FAIL. | 868 # These form tests look correct, but aren't detected as such and spit out FAIL. |
868 # http://code.google.com/p/chromium/issues/detail?id=2998 | 869 # http://code.google.com/p/chromium/issues/detail?id=2998 |
869 V8 | KJS # LayoutTests/fast/forms/autofocus-opera-001.html = FAIL | 870 V8 | KJS # LayoutTests/fast/forms/autofocus-opera-001.html = FAIL |
870 V8 | KJS # LayoutTests/fast/forms/autofocus-opera-002.html = FAIL | 871 V8 | KJS # LayoutTests/fast/forms/autofocus-opera-002.html = FAIL |
871 V8 | KJS # LayoutTests/fast/forms/autofocus-opera-003.html = FAIL | 872 V8 | KJS # LayoutTests/fast/forms/autofocus-opera-003.html = FAIL |
872 V8 | KJS # LayoutTests/fast/forms/autofocus-opera-004.html = FAIL | 873 V8 | KJS # LayoutTests/fast/forms/autofocus-opera-004.html = FAIL |
873 V8 | KJS # LayoutTests/fast/forms/autofocus-opera-005.html = FAIL | 874 V8 | KJS # LayoutTests/fast/forms/autofocus-opera-005.html = FAIL |
874 V8 | KJS # LayoutTests/fast/forms/autofocus-opera-006.html = FAIL | 875 V8 | KJS # LayoutTests/fast/forms/autofocus-opera-006.html = FAIL |
875 V8 | KJS # LayoutTests/fast/forms/autofocus-opera-008.html = FAIL | 876 V8 | KJS # LayoutTests/fast/forms/autofocus-opera-008.html = FAIL |
876 | 877 |
| 878 # This test times out for an unknown reason |
| 879 # http://code.google.com/p/chromium/issues/detail?id=3005 |
| 880 V8 | KJS # LayoutTests/fast/events/tabindex-focus-blur-all.html = TIMEOUT |
| 881 |
| 882 # These tests have different mouse click messages that expected. This could |
| 883 # be a bug or an expected platform difference. |
| 884 # http://code.google.com/p/chromium/issues/detail?id=3007 |
| 885 V8 | KJS # LayoutTests/fast/events/mouse-click-events.html = FAIL |
| 886 V8 | KJS # LayoutTests/fast/events/mouseup-from-button2.html = FAIL |
| 887 |
| 888 # Regression from the webkit merge submitting forms to reference fragments. |
| 889 # http://code.google.com/p/chromium/issues/detail?id=3008 |
| 890 V8 | KJS # LayoutTests/fast/forms/submit-to-url-fragment.html = FAIL |
| 891 |
| 892 # These tests display "RenderPartObject" instead of "RenderImage". |
| 893 # http://code.google.com/p/chromium/issues/detail?id=3009 |
| 894 V8 | KJS # LayoutTests/fast/images/embed-image.html = FAIL |
| 895 V8 | KJS # LayoutTests/fast/images/object-image.html = FAIL |
| 896 |
| 897 # Displays messages of the form |
| 898 # "CONSOLE MESSAGE: line 27: Uncaught TypeError: Cannot ... of undefined". |
| 899 # http://code.google.com/p/chromium/issues/detail?id=3010 |
| 900 V8 | KJS # LayoutTests/fast/css/variables/alternate-syntax/color-hex-test.html =
FAIL |
| 901 V8 | KJS # LayoutTests/fast/css/variables/alternate-syntax/remove-variable-test.
html = FAIL |
| 902 V8 | KJS # LayoutTests/fast/css/variables/alternate-syntax/set-variable-test.htm
l = FAIL |
| 903 V8 | KJS # LayoutTests/fast/css/variables/alternate-syntax/variable-iteration-te
st.html = FAIL |
| 904 V8 | KJS # LayoutTests/fast/css/variables/color-hex-test.html = FAIL |
877 | 905 |
878 // ---------------------------------------------------------------------------- | 906 // ---------------------------------------------------------------------------- |
879 // NEW FOR THE MERGE | 907 // NEW FOR THE MERGE |
880 // | 908 // |
881 // These tests need to have their output inspected to make sure it's reasonable | 909 // These tests need to have their output inspected to make sure it's reasonable |
882 // and then baselined if necessary. | 910 // and then baselined if necessary. |
883 // ---------------------------------------------------------------------------- | 911 // ---------------------------------------------------------------------------- |
884 | 912 |
885 V8 | KJS # LayoutTests/accessibility = FAIL | 913 V8 | KJS # LayoutTests/accessibility = FAIL |
886 V8 | KJS # LayoutTests/css3/keyframes-rule.html = FAIL | 914 V8 | KJS # LayoutTests/css3/keyframes-rule.html = FAIL |
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
918 V8 | KJS # LayoutTests/fast/block/float/float-on-zero-height-line.html = FAIL | 946 V8 | KJS # LayoutTests/fast/block/float/float-on-zero-height-line.html = FAIL |
919 V8 | KJS # LayoutTests/fast/block/float/narrow-after-wide.html = FAIL | 947 V8 | KJS # LayoutTests/fast/block/float/narrow-after-wide.html = FAIL |
920 V8 | KJS # LayoutTests/fast/block/positioning/move-with-auto-width.html = FAIL | 948 V8 | KJS # LayoutTests/fast/block/positioning/move-with-auto-width.html = FAIL |
921 V8 | KJS # LayoutTests/fast/borders/block-mask-overlay-image.html = FAIL | 949 V8 | KJS # LayoutTests/fast/borders/block-mask-overlay-image.html = FAIL |
922 V8 | KJS # LayoutTests/fast/borders/border-color-inherit.html = FAIL | 950 V8 | KJS # LayoutTests/fast/borders/border-color-inherit.html = FAIL |
923 V8 | KJS # LayoutTests/fast/borders/border-image-omit-right-slice.html = FAIL | 951 V8 | KJS # LayoutTests/fast/borders/border-image-omit-right-slice.html = FAIL |
924 V8 | KJS # LayoutTests/fast/borders/fieldsetBorderRadius.html = FAIL | 952 V8 | KJS # LayoutTests/fast/borders/fieldsetBorderRadius.html = FAIL |
925 V8 | KJS # LayoutTests/fast/borders/inline-mask-overlay-image.html = FAIL | 953 V8 | KJS # LayoutTests/fast/borders/inline-mask-overlay-image.html = FAIL |
926 V8 | KJS # LayoutTests/fast/canvas/canvas-text-alignment.html = FAIL | 954 V8 | KJS # LayoutTests/fast/canvas/canvas-text-alignment.html = FAIL |
927 V8 | KJS # LayoutTests/fast/canvas/canvas-text-baseline.html = FAIL | 955 V8 | KJS # LayoutTests/fast/canvas/canvas-text-baseline.html = FAIL |
928 V8 | KJS # LayoutTests/fast/css/attribute-selector-empty-value.html = FAIL | |
929 V8 | KJS # LayoutTests/fast/css/begin-end-contain-selector-empty-value.html = FA
IL | |
930 V8 | KJS # LayoutTests/fast/css/counters/invalidate-cached-counter-node.html = F
AIL | |
931 V8 | KJS # LayoutTests/fast/css/dynamic-sibling-selector.html = FAIL | |
932 V8 | KJS # LayoutTests/fast/css/first-letter-float-after-float.html = FAIL | |
933 V8 | KJS # LayoutTests/fast/css/first-letter-float.html = FAIL | |
934 V8 | KJS # LayoutTests/fast/css/first-letter-skip-out-of-flow.html = FAIL | |
935 V8 | KJS # LayoutTests/fast/css/font-face-descriptor-multiple-values.html = FAIL | |
936 V8 | KJS # LayoutTests/fast/css/font-face-descriptor-multiple-values-parsing.htm
l = FAIL | |
937 V8 | KJS # LayoutTests/fast/css/font-face-in-media-rule.html = FAIL | |
938 V8 | KJS # LayoutTests/fast/css/font-face-locally-installed.html = FAIL | |
939 V8 | KJS # LayoutTests/fast/css/font-face-multiple-faces.html = FAIL | |
940 V8 | KJS # LayoutTests/fast/css/font-size-negative.html = FAIL | |
941 V8 | KJS # LayoutTests/fast/css/font-weight-1.html = FAIL | |
942 V8 | KJS # LayoutTests/fast/css-generated-content/table-row-group-to-inline.html
= FAIL | |
943 V8 | KJS # LayoutTests/fast/css-generated-content/table-row-group-with-before.ht
ml = FAIL | |
944 V8 | KJS # LayoutTests/fast/css-generated-content/table-row-with-before.html = F
AIL | |
945 V8 | KJS # LayoutTests/fast/css-generated-content/table-with-before.html = FAIL | |
946 V8 | KJS # LayoutTests/fast/css/line-height-negative.html = FAIL | |
947 V8 | KJS # LayoutTests/fast/css/line-height-overflow.html = FAIL | |
948 V8 | KJS # LayoutTests/fast/css/link-outside-head.html = FAIL | |
949 V8 | KJS # LayoutTests/fast/css/live-cssrules.html = FAIL | |
950 V8 | KJS # LayoutTests/fast/css/margin-bottom-form-element-quirk.html = FAIL | |
951 V8 | KJS # LayoutTests/fast/css/margin-bottom-form-element-strict.html = FAIL | |
952 V8 | KJS # LayoutTests/fast/css/shadow-multiple.html = FAIL | |
953 V8 | KJS # LayoutTests/fast/css/simple-selector-chain-parsing.html = FAIL | |
954 V8 | KJS # LayoutTests/fast/css/style-outside-head.html = FAIL | |
955 V8 | KJS # LayoutTests/fast/css/style-parsed-outside-head.html = FAIL | |
956 V8 | KJS # LayoutTests/fast/css/transform-default-parameter.html = FAIL | |
957 V8 | KJS # LayoutTests/fast/css/value-list-out-of-bounds-crash.html = FAIL | |
958 V8 | KJS # LayoutTests/fast/css/variables = FAIL | |
959 V8 | KJS # LayoutTests/fast/css/zoom-font-size.html = FAIL | |
960 V8 | KJS # LayoutTests/fast/css/zoom-property-parsing.html = FAIL | |
961 V8 | KJS # LayoutTests/fast/dom/Document/createAttributeNS-namespace-err.html =
FAIL | 956 V8 | KJS # LayoutTests/fast/dom/Document/createAttributeNS-namespace-err.html =
FAIL |
962 V8 | KJS # LayoutTests/fast/dom/Document/createElementNS-namespace-err.html = FA
IL | 957 V8 | KJS # LayoutTests/fast/dom/Document/createElementNS-namespace-err.html = FA
IL |
963 V8 | KJS # LayoutTests/fast/dom/documenturi-assigned-junk-implies-relative-urls-
do-not-resolve.html = FAIL | 958 V8 | KJS # LayoutTests/fast/dom/documenturi-assigned-junk-implies-relative-urls-
do-not-resolve.html = FAIL |
964 V8 | KJS # LayoutTests/fast/dom/documenturi-not-affected-by-base-tag.html = FAIL | 959 V8 | KJS # LayoutTests/fast/dom/documenturi-not-affected-by-base-tag.html = FAIL |
965 V8 | KJS # LayoutTests/fast/dom/EntityReference = FAIL | 960 V8 | KJS # LayoutTests/fast/dom/EntityReference = FAIL |
966 V8 | KJS # LayoutTests/fast/dom/gc-acid3.html = FAIL | 961 V8 | KJS # LayoutTests/fast/dom/gc-acid3.html = FAIL |
967 V8 | KJS # LayoutTests/fast/dom/HTMLDocument/activeElement.html = FAIL | 962 V8 | KJS # LayoutTests/fast/dom/HTMLDocument/activeElement.html = FAIL |
968 V8 | KJS # LayoutTests/fast/dom/HTMLDocument/hasFocus.html = FAIL | 963 V8 | KJS # LayoutTests/fast/dom/HTMLDocument/hasFocus.html = FAIL |
969 V8 | KJS # LayoutTests/fast/dom/SelectorAPI/NSResolver-exceptions.xhtml = FAIL | 964 V8 | KJS # LayoutTests/fast/dom/SelectorAPI/NSResolver-exceptions.xhtml = FAIL |
970 V8 | KJS # LayoutTests/fast/dom/SelectorAPI/resig-SelectorsAPI-test.xhtml = FAIL | 965 V8 | KJS # LayoutTests/fast/dom/SelectorAPI/resig-SelectorsAPI-test.xhtml = FAIL |
971 V8 | KJS # LayoutTests/fast/dom/StyleSheet = FAIL | 966 V8 | KJS # LayoutTests/fast/dom/StyleSheet = FAIL |
972 V8 | KJS # LayoutTests/fast/dom/Text = FAIL | 967 V8 | KJS # LayoutTests/fast/dom/Text = FAIL |
973 V8 | KJS # LayoutTests/fast/dom/Window/closure-access-after-navigation-iframe.ht
ml = FAIL | 968 V8 | KJS # LayoutTests/fast/dom/Window/closure-access-after-navigation-iframe.ht
ml = FAIL |
974 V8 | KJS # LayoutTests/fast/dom/Window/window-open-self-from-other-frame.html =
FAIL | 969 V8 | KJS # LayoutTests/fast/dom/Window/window-open-self-from-other-frame.html =
FAIL |
975 V8 | KJS # LayoutTests/fast/dynamic/floating-to-positioned-2.html = FAIL | |
976 V8 | KJS # LayoutTests/fast/dynamic/floating-to-positioned.html = FAIL | |
977 V8 | KJS # LayoutTests/fast/dynamic/float-in-trailing-whitespace-after-last-line
-break.html = FAIL | |
978 V8 | KJS # LayoutTests/fast/dynamic/positioned-movement-with-positioned-children
.html = FAIL | |
979 V8 | KJS # LayoutTests/fast/dynamic/subtree-table-cell-height.html = FAIL | |
980 V8 | KJS # LayoutTests/fast/events/mouse-click-events.html = FAIL | |
981 V8 | KJS # LayoutTests/fast/events/mouseup-from-button2.html = FAIL | |
982 V8 | KJS # LayoutTests/fast/events/onunload-clears-onbeforeunload.html = FAIL | |
983 V8 | KJS # LayoutTests/fast/events/onunload-not-on-body.html = FAIL | |
984 V8 | KJS # LayoutTests/fast/events/tabindex-focus-blur-all.html = FAIL | |
985 V8 | KJS # LayoutTests/fast/forms/button-submit.html = FAIL | |
986 V8 | KJS # LayoutTests/fast/forms/control-clip-overflow.html = FAIL | |
987 V8 | KJS # LayoutTests/fast/forms/form-and-frame-interaction-retains-values.html
= FAIL | |
988 V8 | KJS # LayoutTests/fast/forms/input-first-letter.html = FAIL | |
989 V8 | KJS # LayoutTests/fast/forms/search-display-none-cancel-button.html = FAIL | |
990 V8 | KJS # LayoutTests/fast/forms/submit-to-url-fragment.html = FAIL | |
991 V8 | KJS # LayoutTests/fast/frames/frameset-style-recalc.html = FAIL | 970 V8 | KJS # LayoutTests/fast/frames/frameset-style-recalc.html = FAIL |
992 V8 | KJS # LayoutTests/fast/frames/iframe-text-contents.html = FAIL | 971 V8 | KJS # LayoutTests/fast/frames/iframe-text-contents.html = FAIL |
993 V8 | KJS # LayoutTests/fast/gradients = FAIL | 972 V8 | KJS # LayoutTests/fast/gradients = FAIL |
994 V8 | KJS # LayoutTests/fast/history/subframe-is-visited.html = FAIL | 973 V8 | KJS # LayoutTests/fast/history/subframe-is-visited.html = FAIL |
995 V8 | KJS # LayoutTests/fast/html/link-rel-stylesheet.html = FAIL | 974 V8 | KJS # LayoutTests/fast/html/link-rel-stylesheet.html = FAIL |
996 V8 | KJS # LayoutTests/fast/html/marquee-scroll.html = FAIL | 975 V8 | KJS # LayoutTests/fast/html/marquee-scroll.html = FAIL |
997 V8 | KJS # LayoutTests/fast/images/embed-image.html = FAIL | |
998 V8 | KJS # LayoutTests/fast/images/object-image.html = FAIL | |
999 V8 | KJS # LayoutTests/fast/inline/inline-padding-disables-text-quirk.html = FAI
L | |
1000 V8 | KJS # LayoutTests/fast/inline/inline-text-quirk-bpm.html = FAIL | |
1001 V8 | KJS # LayoutTests/fast/inline/percentage-margins.html = FAIL | |
1002 V8 | KJS # LayoutTests/fast/media/implicit-media-all.html = FAIL | 976 V8 | KJS # LayoutTests/fast/media/implicit-media-all.html = FAIL |
1003 V8 | KJS # LayoutTests/fast/media/monochrome.html = FAIL | 977 V8 | KJS # LayoutTests/fast/media/monochrome.html = FAIL |
1004 V8 | KJS # LayoutTests/fast/media/viewport-media-query.html = FAIL | 978 V8 | KJS # LayoutTests/fast/media/viewport-media-query.html = FAIL |
1005 V8 | KJS # LayoutTests/fast/overflow/float-in-relpositioned.html = FAIL | 979 V8 | KJS # LayoutTests/fast/overflow/float-in-relpositioned.html = FAIL |
1006 V8 | KJS # LayoutTests/fast/parser/comment-in-style.html = FAIL | |
1007 V8 | KJS # LayoutTests/fast/parser/comment-in-textarea.html = FAIL | |
1008 V8 | KJS # LayoutTests/fast/parser/entity-comment-in-style.html = FAIL | |
1009 V8 | KJS # LayoutTests/fast/parser/entity-comment-in-textarea.html = FAIL | |
1010 V8 | KJS # LayoutTests/fast/parser/entity-end-script-tag.html = FAIL | |
1011 V8 | KJS # LayoutTests/fast/parser/open-comment-in-style.html = FAIL | |
1012 V8 | KJS # LayoutTests/fast/parser/open-comment-in-textarea.html = FAIL | |
1013 V8 | KJS # LayoutTests/fast/reflections = FAIL | 980 V8 | KJS # LayoutTests/fast/reflections = FAIL |
1014 V8 | KJS # LayoutTests/fast/reflections/inline-crash.html = FAIL | 981 V8 | KJS # LayoutTests/fast/reflections/inline-crash.html = FAIL |
1015 V8 | KJS # LayoutTests/fast/reflections/reflection-direction.html = FAIL | 982 V8 | KJS # LayoutTests/fast/reflections/reflection-direction.html = FAIL |
1016 V8 | KJS # LayoutTests/fast/reflections/reflection-masks.html = FAIL | 983 V8 | KJS # LayoutTests/fast/reflections/reflection-masks.html = FAIL |
1017 V8 | KJS # LayoutTests/fast/reflections/reflection-nesting.html = FAIL | 984 V8 | KJS # LayoutTests/fast/reflections/reflection-nesting.html = FAIL |
1018 V8 | KJS # LayoutTests/fast/reflections/table-cell.html = FAIL | 985 V8 | KJS # LayoutTests/fast/reflections/table-cell.html = FAIL |
1019 V8 | KJS # LayoutTests/fast/replaced/absolute-position-percentage-width.html = F
AIL | 986 V8 | KJS # LayoutTests/fast/replaced/absolute-position-percentage-width.html = F
AIL |
1020 V8 | KJS # LayoutTests/fast/replaced/max-width-percent.html = FAIL | 987 V8 | KJS # LayoutTests/fast/replaced/max-width-percent.html = FAIL |
1021 V8 | KJS # LayoutTests/fast/table/border-collapsing/equal-precedence-resolution.
html = FAIL | 988 V8 | KJS # LayoutTests/fast/table/border-collapsing/equal-precedence-resolution.
html = FAIL |
1022 V8 | KJS # LayoutTests/fast/table/fixed-with-auto-with-colspan.html = FAIL | 989 V8 | KJS # LayoutTests/fast/table/fixed-with-auto-with-colspan.html = FAIL |
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1076 V8 | KJS # LayoutTests/storage/success-callback.html = FAIL | 1043 V8 | KJS # LayoutTests/storage/success-callback.html = FAIL |
1077 V8 | KJS # LayoutTests/svg/custom/getSubStringLength.html = FAIL | 1044 V8 | KJS # LayoutTests/svg/custom/getSubStringLength.html = FAIL |
1078 V8 | KJS # LayoutTests/svg/custom/immutable-properties.html = FAIL | 1045 V8 | KJS # LayoutTests/svg/custom/immutable-properties.html = FAIL |
1079 V8 | KJS # LayoutTests/svg/custom/svg-modify-currentTranslate.html = FAIL | 1046 V8 | KJS # LayoutTests/svg/custom/svg-modify-currentTranslate.html = FAIL |
1080 V8 | KJS # LayoutTests/svg/custom/tearoffs-with-tearoffs.html = FAIL | 1047 V8 | KJS # LayoutTests/svg/custom/tearoffs-with-tearoffs.html = FAIL |
1081 V8 | KJS # LayoutTests/svg/dom/altGlyph-dom.xhtml = FAIL | 1048 V8 | KJS # LayoutTests/svg/dom/altGlyph-dom.xhtml = FAIL |
1082 V8 | KJS # LayoutTests/svg/dynamic-updates/SVGLinearGradientElement-svgdom-gradi
entTransform-prop.html = FAIL | 1049 V8 | KJS # LayoutTests/svg/dynamic-updates/SVGLinearGradientElement-svgdom-gradi
entTransform-prop.html = FAIL |
1083 V8 | KJS # LayoutTests/svg/dynamic-updates/SVGPatternElement-svgdom-patternTrans
form-prop.html = FAIL | 1050 V8 | KJS # LayoutTests/svg/dynamic-updates/SVGPatternElement-svgdom-patternTrans
form-prop.html = FAIL |
1084 V8 | KJS # LayoutTests/svg/dynamic-updates/SVGRadialGradientElement-svgdom-gradi
entTransform-prop.html = FAIL | 1051 V8 | KJS # LayoutTests/svg/dynamic-updates/SVGRadialGradientElement-svgdom-gradi
entTransform-prop.html = FAIL |
1085 | 1052 |
OLD | NEW |