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

Side by Side Diff: third_party/WebKit/LayoutTests/W3CImportExpectations

Issue 2542963002: W3C Importer: Consolidate and simplify logic for deciding what not to convert. (Closed)
Patch Set: Rebase Created 4 years 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 | « no previous file | third_party/WebKit/Tools/Scripts/webkitpy/w3c/test_converter.py » ('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 controls which subdirectories of the w3c test repos we do (or don't) import. 1 # This file controls which subdirectories of the w3c test repos we do (or don't) import.
2 # 2 #
3 # This file acts as a blacklist; directories and files not listed here will auto matically 3 # This file acts as a blacklist; directories and files not listed here will auto matically
4 # be found and imported. 4 # be found and imported.
5 5
6 # When removing blacklist entries: 6 # When removing blacklist entries:
7 # * Comment out the line rather than deleting it, to show it is intentional 7 # * Comment out the line rather than deleting it, to show it is intentional
8 # * Change [ Skip ] to [ Pass ] 8 # * Change [ Skip ] to [ Pass ]
9 # * Add a leading comment: ## Owners: user@example.com 9 # * Add a leading comment: ## Owners: user@example.com
10 10
(...skipping 799 matching lines...) Expand 10 before | Expand all | Expand 10 after
810 imported/wpt/uievents/order-of-events/focus-events/focus-contained-manual.html [ Skip ] 810 imported/wpt/uievents/order-of-events/focus-events/focus-contained-manual.html [ Skip ]
811 imported/wpt/uievents/order-of-events/focus-events/legacy-manual.html [ Skip ] 811 imported/wpt/uievents/order-of-events/focus-events/legacy-manual.html [ Skip ]
812 imported/wpt/uievents/order-of-events/mouse-events/click-cancel-manual.html [ Sk ip ] 812 imported/wpt/uievents/order-of-events/mouse-events/click-cancel-manual.html [ Sk ip ]
813 imported/wpt/uievents/order-of-events/mouse-events/click-on-body-manual.html [ S kip ] 813 imported/wpt/uievents/order-of-events/mouse-events/click-on-body-manual.html [ S kip ]
814 imported/wpt/uievents/order-of-events/mouse-events/click-on-div-manual.html [ Sk ip ] 814 imported/wpt/uievents/order-of-events/mouse-events/click-on-div-manual.html [ Sk ip ]
815 imported/wpt/uievents/order-of-events/mouse-events/click-on-html-manual.html [ S kip ] 815 imported/wpt/uievents/order-of-events/mouse-events/click-on-html-manual.html [ S kip ]
816 imported/wpt/uievents/order-of-events/mouse-events/click-order-manual.html [ Ski p ] 816 imported/wpt/uievents/order-of-events/mouse-events/click-order-manual.html [ Ski p ]
817 imported/wpt/uievents/order-of-events/mouse-events/mouseevents-mousemove-manual. htm [ Skip ] 817 imported/wpt/uievents/order-of-events/mouse-events/mouseevents-mousemove-manual. htm [ Skip ]
818 imported/wpt/uievents/order-of-events/mouse-events/mousemove-across-manual.html [ Skip ] 818 imported/wpt/uievents/order-of-events/mouse-events/mousemove-across-manual.html [ Skip ]
819 imported/wpt/uievents/order-of-events/mouse-events/mousemove-between-manual.html [ Skip ] 819 imported/wpt/uievents/order-of-events/mouse-events/mousemove-between-manual.html [ Skip ]
820
821 # crbug.com/669452: [css-ui] Skip gzipped SVG and test that uses it.
822 imported/csswg-test/css-ui-3/cursor-image-007.html [Skip]
823 imported/csswg-test/css-ui-3/support/cursors/woolly-64.svgz [Skip]
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Tools/Scripts/webkitpy/w3c/test_converter.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698