Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4)

Side by Side Diff: webkit/tools/layout_tests/test_expectations.txt

Issue 552191: Update WebKit to r53939. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 10 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « DEPS ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // This file consists of lines with specifications of what 1 // This file consists of lines with specifications of what
2 // to expect from layout test cases. The test cases can be directories 2 // to expect from layout test cases. The test cases can be directories
3 // in which case the expectations apply to all test cases in that 3 // in which case the expectations apply to all test cases in that
4 // directory and any subdirectory. The format of the file is along the 4 // directory and any subdirectory. The format of the file is along the
5 // lines of: 5 // lines of:
6 // 6 //
7 // fast/js/fixme.js = FAIL 7 // fast/js/fixme.js = FAIL
8 // fast/js/flaky.js = FAIL PASS 8 // fast/js/flaky.js = FAIL PASS
9 // fast/js/crash.js = CRASH TIMEOUT FAIL PASS 9 // fast/js/crash.js = CRASH TIMEOUT FAIL PASS
10 // 10 //
(...skipping 622 matching lines...) Expand 10 before | Expand all | Expand 10 after
633 BUG8630 WIN LINUX RELEASE : fast/overflow/hidden-scrollbar-resize.html = FAIL 633 BUG8630 WIN LINUX RELEASE : fast/overflow/hidden-scrollbar-resize.html = FAIL
634 BUG8630 LINUX WIN DEBUG : fast/overflow/hidden-scrollbar-resize.html = FAIL 634 BUG8630 LINUX WIN DEBUG : fast/overflow/hidden-scrollbar-resize.html = FAIL
635 BUG8630 WIN LINUX RELEASE : fast/reflections/inline-crash.html = FAIL 635 BUG8630 WIN LINUX RELEASE : fast/reflections/inline-crash.html = FAIL
636 BUG8630 LINUX WIN DEBUG : fast/reflections/inline-crash.html = FAIL 636 BUG8630 LINUX WIN DEBUG : fast/reflections/inline-crash.html = FAIL
637 BUG8630 WIN LINUX : fast/text/font-initial.html = FAIL 637 BUG8630 WIN LINUX : fast/text/font-initial.html = FAIL
638 BUG8630 LINUX : svg/custom/use-detach.svg = FAIL PASS 638 BUG8630 LINUX : svg/custom/use-detach.svg = FAIL PASS
639 BUG18772 LINUX : fast/backgrounds/001.html = FAIL 639 BUG18772 LINUX : fast/backgrounds/001.html = FAIL
640 640
641 // Need to implement layoutTestController.addUserScript. 641 // Need to implement layoutTestController.addUserScript.
642 BUG21113 : userscripts/script-run-at-end.html = FAIL 642 BUG21113 : userscripts/script-run-at-end.html = FAIL
643 BUG21113 : userscripts/script-run-at-start.html = FAIL
644 BUG21113 : userscripts/script-not-run-for-fragments.html = FAIL
643 645
644 // Need a setAuthorAndUserStylesEnabled method in 646 // Need a setAuthorAndUserStylesEnabled method in
645 // layoutTestController. Now we have preference to enable/disable user 647 // layoutTestController. Now we have preference to enable/disable user
646 // styles(not work now), we still need to add a preference to enable/disable 648 // styles(not work now), we still need to add a preference to enable/disable
647 // styles of both author and user. 649 // styles of both author and user.
648 // Deferring, we don't support user-controlled UA stylesheets (in beta) 650 // Deferring, we don't support user-controlled UA stylesheets (in beta)
649 // Actually, gonna SKIP because it causes an additional error message in: 651 // Actually, gonna SKIP because it causes an additional error message in:
650 // fast/css/display-none-inline-style-change-crash.html somehow 652 // fast/css/display-none-inline-style-change-crash.html somehow
651 // the message is dumped after the #EOF, which causes an additional 653 // the message is dumped after the #EOF, which causes an additional
652 // error in the header of the following test. 654 // error in the header of the following test.
(...skipping 2312 matching lines...) Expand 10 before | Expand all | Expand 10 after
2965 BUG33045 MAC : fast/repaint/block-selection-gap-stale-cache-2.html = IMAGE 2967 BUG33045 MAC : fast/repaint/block-selection-gap-stale-cache-2.html = IMAGE
2966 BUG33045 MAC : fast/repaint/fixed.html = IMAGE 2968 BUG33045 MAC : fast/repaint/fixed.html = IMAGE
2967 BUG33045 MAC : fast/repaint/moving-shadow-on-path.html = IMAGE 2969 BUG33045 MAC : fast/repaint/moving-shadow-on-path.html = IMAGE
2968 BUG33045 MAC : fast/text/text-letter-spacing.html = IMAGE 2970 BUG33045 MAC : fast/text/text-letter-spacing.html = IMAGE
2969 BUG33045 MAC : media/video-controls-rendering.html = IMAGE 2971 BUG33045 MAC : media/video-controls-rendering.html = IMAGE
2970 BUG33045 MAC : media/video-zoom.html = IMAGE 2972 BUG33045 MAC : media/video-zoom.html = IMAGE
2971 BUG33045 MAC : svg/css/stars-with-shadow.html = IMAGE 2973 BUG33045 MAC : svg/css/stars-with-shadow.html = IMAGE
2972 BUG33045 MAC : svg/custom/missing-xlink.svg = IMAGE 2974 BUG33045 MAC : svg/custom/missing-xlink.svg = IMAGE
2973 BUG33045 MAC : svg/custom/text-xy-updates-SVGList.xhtml = IMAGE 2975 BUG33045 MAC : svg/custom/text-xy-updates-SVGList.xhtml = IMAGE
2974 BUG33045 MAC : transforms/2d/transform-fixed-container.html = IMAGE 2976 BUG33045 MAC : transforms/2d/transform-fixed-container.html = IMAGE
2977
2978 // Newly added tests from r53893
2979 BUG33288 : fast/forms/input-valueasnumber-date.html = TEXT
2980 BUG33288 : fast/forms/input-valueasnumber-datetime.html = TEXT
2981 BUG33288 : fast/forms/input-valueasnumber-month.html = TEXT
OLDNEW
« no previous file with comments | « DEPS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698