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

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

Issue 243032: First implementation of PlainTextController. (Closed)
Patch Set: '' 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/api/src/WebRange.cpp ('k') | webkit/tools/test_shell/plain_text_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 2649 matching lines...) Expand 10 before | Expand all | Expand 10 after
2660 // Regressions from WebKit Merge 42932:42994 due to text metric changes. 2660 // Regressions from WebKit Merge 42932:42994 due to text metric changes.
2661 BUG11251 WIN : LayoutTests/fast/forms/textarea-width.html = FAIL 2661 BUG11251 WIN : LayoutTests/fast/forms/textarea-width.html = FAIL
2662 BUG11251 WIN LINUX RELEASE : LayoutTests/fast/forms/text-control-intrinsic-width s.html = FAIL 2662 BUG11251 WIN LINUX RELEASE : LayoutTests/fast/forms/text-control-intrinsic-width s.html = FAIL
2663 BUG11251 WIN LINUX DEBUG SLOW : LayoutTests/fast/forms/text-control-intrinsic-wi dths.html = FAIL 2663 BUG11251 WIN LINUX DEBUG SLOW : LayoutTests/fast/forms/text-control-intrinsic-wi dths.html = FAIL
2664 BUG11251 : chrome/fast/forms/textarea-metrics.html = FAIL 2664 BUG11251 : chrome/fast/forms/textarea-metrics.html = FAIL
2665 BUG11251 WIN LINUX : LayoutTests/svg/custom/svg-fonts-in-text-controls.html = FA IL 2665 BUG11251 WIN LINUX : LayoutTests/svg/custom/svg-fonts-in-text-controls.html = FA IL
2666 BUG11251 WIN LINUX : LayoutTests/fast/forms/textarea-metrics.html = FAIL 2666 BUG11251 WIN LINUX : LayoutTests/fast/forms/textarea-metrics.html = FAIL
2667 2667
2668 // Unimplemented test shell features causing editing tests to fail 2668 // Unimplemented test shell features causing editing tests to fail
2669 2669
2670 // window.plainText not implemented
2671 BUG23285 : LayoutTests/editing/text-iterator/basic-iteration.html = FAIL
2672 // We don't draw the spelling markers at all in test shell. 2670 // We don't draw the spelling markers at all in test shell.
2673 BUG11577 WIN LINUX : LayoutTests/editing/spelling/inline_spelling_markers.html = FAIL 2671 BUG11577 WIN LINUX : LayoutTests/editing/spelling/inline_spelling_markers.html = FAIL
2674 BUG11577 LINUX : LayoutTests/editing/spelling/spellcheck-attribute.html = FAIL 2672 BUG11577 LINUX : LayoutTests/editing/spelling/spellcheck-attribute.html = FAIL
2675 BUG11577 WIN LINUX : LayoutTests/editing/spelling/spelling-linebreak.html = FAIL 2673 BUG11577 WIN LINUX : LayoutTests/editing/spelling/spelling-linebreak.html = FAIL
2676 2674
2677 // Regresssions from WebKit Merge 43114:43242 that just need to be re-baselined. 2675 // Regresssions from WebKit Merge 43114:43242 that just need to be re-baselined.
2678 BUG11483 LINUX : LayoutTests/fast/forms/input-text-double-click.html = FAIL 2676 BUG11483 LINUX : LayoutTests/fast/forms/input-text-double-click.html = FAIL
2679 BUG11483 LINUX : LayoutTests/svg/text/foreignObject-repaint.xml = FAIL 2677 BUG11483 LINUX : LayoutTests/svg/text/foreignObject-repaint.xml = FAIL
2680 2678
2681 // Regressions from WebKit merge 43242:43321. These just need to re-baselining: 2679 // Regressions from WebKit merge 43242:43321. These just need to re-baselining:
(...skipping 556 matching lines...) Expand 10 before | Expand all | Expand 10 after
3238 3236
3239 // WebKit 50407:50416 3237 // WebKit 50407:50416
3240 BUG_SENORBLANCO : LayoutTests/accessibility/aria-controls-with-tabs.html = TEXT 3238 BUG_SENORBLANCO : LayoutTests/accessibility/aria-controls-with-tabs.html = TEXT
3241 BUG_SENORBLANCO : LayoutTests/accessibility/aria-tab-roles.html = TEXT 3239 BUG_SENORBLANCO : LayoutTests/accessibility/aria-tab-roles.html = TEXT
3242 BUG_SENORBLANCO LINUX WIN : LayoutTests/svg/css/circle-in-mask-with-shadow.svg = IMAGE 3240 BUG_SENORBLANCO LINUX WIN : LayoutTests/svg/css/circle-in-mask-with-shadow.svg = IMAGE
3243 BUG_SENORBLANCO WIN : LayoutTests/svg/W3C-SVG-1.1/masking-intro-01-f.svg = IMAGE 3241 BUG_SENORBLANCO WIN : LayoutTests/svg/W3C-SVG-1.1/masking-intro-01-f.svg = IMAGE
3244 3242
3245 // WebKit 50517:50527 3243 // WebKit 50517:50527
3246 // This is a new test, just need rebaselining. 3244 // This is a new test, just need rebaselining.
3247 BUG_HCLAM : LayoutTests/accessibility/aria-combobox.html = TEXT 3245 BUG_HCLAM : LayoutTests/accessibility/aria-combobox.html = TEXT
OLDNEW
« no previous file with comments | « webkit/api/src/WebRange.cpp ('k') | webkit/tools/test_shell/plain_text_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698