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

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

Issue 338056: Add layoutTestController.counterValueForElementById (Closed)
Patch Set: style fix Created 11 years, 1 month 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
« no previous file with comments | « webkit/glue/webkit_glue.cc ('k') | webkit/tools/test_shell/layout_test_controller.h » ('j') | 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 // LayoutTests/fast/js/fixme.js = FAIL 7 // LayoutTests/fast/js/fixme.js = FAIL
8 // LayoutTests/fast/js/flaky.js = FAIL PASS 8 // LayoutTests/fast/js/flaky.js = FAIL PASS
9 // LayoutTests/fast/js/crash.js = CRASH TIMEOUT FAIL PASS 9 // LayoutTests/fast/js/crash.js = CRASH TIMEOUT FAIL PASS
10 // 10 //
(...skipping 3099 matching lines...) Expand 10 before | Expand all | Expand 10 after
3110 // Flaky timeouts first appearing at r27764 (webkit 48947) 3110 // Flaky timeouts first appearing at r27764 (webkit 48947)
3111 BUG9798 LINUX MAC : LayoutTests/http/tests/cookies/multiple-cookies.html = TIMEO UT PASS 3111 BUG9798 LINUX MAC : LayoutTests/http/tests/cookies/multiple-cookies.html = TIMEO UT PASS
3112 3112
3113 // WebKit update: 49213:49221 3113 // WebKit update: 49213:49221
3114 BUG24063 : LayoutTests/fast/dom/Window/window-postmessage-clone.html = FAIL 3114 BUG24063 : LayoutTests/fast/dom/Window/window-postmessage-clone.html = FAIL
3115 3115
3116 // Got slow with V8 update to 1.3.15. Debug logging perhaps? 3116 // Got slow with V8 update to 1.3.15. Debug logging perhaps?
3117 BUG24182 DEBUG SLOW : LayoutTests/fast/forms/input-implicit-length-limit.html = PASS 3117 BUG24182 DEBUG SLOW : LayoutTests/fast/forms/input-implicit-length-limit.html = PASS
3118 BUG24182 DEBUG SLOW : LayoutTests/fast/forms/input-maxlength.html = PASS 3118 BUG24182 DEBUG SLOW : LayoutTests/fast/forms/input-maxlength.html = PASS
3119 3119
3120 // Webkit update: 49221:49245
3121 BUG_HAMAJI WIN LINUX : LayoutTests/fast/css/counters/t1204-increment-00-c-o.html = FAIL
3122 BUG_HAMAJI WIN LINUX : LayoutTests/fast/css/counters/t1204-increment-01-c-o.html = FAIL
3123
3124 // Failing after r28267 3120 // Failing after r28267
3125 BUG24116 SLOW : LayoutTests/http/tests/loading/gmail-assert-on-load.html = FAIL 3121 BUG24116 SLOW : LayoutTests/http/tests/loading/gmail-assert-on-load.html = FAIL
3126 3122
3127 // Failing at WebKit Linux (dbg)(3) build 7795 3123 // Failing at WebKit Linux (dbg)(3) build 7795
3128 BUG24119 LINUX DEBUG : LayoutTests/tables/mozilla/bugs/bug1220.html = PASS FAIL 3124 BUG24119 LINUX DEBUG : LayoutTests/tables/mozilla/bugs/bug1220.html = PASS FAIL
3129 3125
3130 // Flaky failure 3126 // Flaky failure
3131 BUG24167 WIN DEBUG : LayoutTests/http/tests/security/cross-frame-access-port-exp licit-domain.html = PASS FAIL 3127 BUG24167 WIN DEBUG : LayoutTests/http/tests/security/cross-frame-access-port-exp licit-domain.html = PASS FAIL
3132 3128
3133 BUG_24308 MAC : LayoutTests/http/tests/navigation/back-send-referrer.html = PASS TIMEOUT 3129 BUG_24308 MAC : LayoutTests/http/tests/navigation/back-send-referrer.html = PASS TIMEOUT
(...skipping 158 matching lines...) Expand 10 before | Expand all | Expand 10 after
3292 BUG_JORLOW LINUX : LayoutTests/fast/backgrounds/size/parsing-inherit.html = FAIL 3288 BUG_JORLOW LINUX : LayoutTests/fast/backgrounds/size/parsing-inherit.html = FAIL
3293 BUG_JORLOW LINUX : LayoutTests/fast/backgrounds/size/zero.html = FAIL 3289 BUG_JORLOW LINUX : LayoutTests/fast/backgrounds/size/zero.html = FAIL
3294 BUG_JORLOW LINUX : LayoutTests/fast/css/getComputedStyle/getComputedStyle-backgr ound-size.html = FAIL 3290 BUG_JORLOW LINUX : LayoutTests/fast/css/getComputedStyle/getComputedStyle-backgr ound-size.html = FAIL
3295 BUG_JORLOW LINUX : LayoutTests/fast/css/remove-shorthand.html = FAIL 3291 BUG_JORLOW LINUX : LayoutTests/fast/css/remove-shorthand.html = FAIL
3296 BUG_JORLOW LINUX : LayoutTests/fast/css/uri-token-parsing.html = FAIL 3292 BUG_JORLOW LINUX : LayoutTests/fast/css/uri-token-parsing.html = FAIL
3297 BUG_JORLOW LINUX : LayoutTests/fast/css/value-list-out-of-bounds-crash.html = FA IL 3293 BUG_JORLOW LINUX : LayoutTests/fast/css/value-list-out-of-bounds-crash.html = FA IL
3298 BUG_JORLOW LINUX : LayoutTests/fast/gradients/background-clipped.html = FAIL 3294 BUG_JORLOW LINUX : LayoutTests/fast/gradients/background-clipped.html = FAIL
3299 BUG_JORLOW LINUX : LayoutTests/fast/images/svg-as-tiled-background.html = FAIL 3295 BUG_JORLOW LINUX : LayoutTests/fast/images/svg-as-tiled-background.html = FAIL
3300 BUG_JORLOW LINUX : LayoutTests/fast/repaint/background-misaligned.html = FAIL 3296 BUG_JORLOW LINUX : LayoutTests/fast/repaint/background-misaligned.html = FAIL
3301 BUG_JORLOW LINUX : LayoutTests/fast/repaint/backgroundSizeRepaint.html = FAIL 3297 BUG_JORLOW LINUX : LayoutTests/fast/repaint/backgroundSizeRepaint.html = FAIL
OLDNEW
« no previous file with comments | « webkit/glue/webkit_glue.cc ('k') | webkit/tools/test_shell/layout_test_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698