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

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

Issue 2695593006: Initial stub version of Async Clipboard API (Closed)
Patch Set: Address review comments; improve tests Created 3 years, 7 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
OLDNEW
1 # This file controls which subdirectories of the w3c test repos we import. 1 # This file controls which subdirectories of the w3c test repos we import.
2 # 2 #
3 # This file acts as a blacklist; directories and files not listed here will 3 # This file acts as a blacklist; directories and files not listed here will
4 # automatically be found and imported. 4 # automatically be found and imported.
5 # 5 #
6 # This file is read by webkitpy/w3c/directory_owners_extractor.py to decide who 6 # This file is read by webkitpy/w3c/directory_owners_extractor.py to decide who
7 # to contact for new failures; it will read entries with the following format: 7 # to contact for new failures; it will read entries with the following format:
8 # When removing blacklist entries: 8 # When removing blacklist entries:
9 # * Comment out the line rather than deleting it, to show it is intentional. 9 # * Comment out the line rather than deleting it, to show it is intentional.
10 # * Change [ Skip ] to [ Pass ] 10 # * Change [ Skip ] to [ Pass ]
11 # * Add a leading comment: ## Owners: user@example.com 11 # * Add a leading comment: ## Owners: user@example.com
12 # 12 #
13 # We may want to move towards importing but not running directories without 13 # We may want to move towards importing but not running directories without
14 # owners, in order to make it easier to enable or run them in the future -- 14 # owners, in order to make it easier to enable or run them in the future --
15 # directories that are imported but not run are listed in NeverFixTests. 15 # directories that are imported but not run are listed in NeverFixTests.
16 16
17 external/wpt/2dcontext [ Skip ] 17 external/wpt/2dcontext [ Skip ]
18 ## Owners: garykac@chromium.org
19 # external/wpt/clipboard-apis [Pass]
18 external/wpt/DOM-parsing [ Skip ] 20 external/wpt/DOM-parsing [ Skip ]
19 ## Owners: jsbell@chromium.org 21 ## Owners: jsbell@chromium.org
20 # external/wpt/FileAPI [ Pass ] 22 # external/wpt/FileAPI [ Pass ]
21 ## Owners: jsbell@chromium.org 23 ## Owners: jsbell@chromium.org
22 # external/wpt/IndexedDB [ Pass ] 24 # external/wpt/IndexedDB [ Pass ]
23 ## Owners: eroman@chromium.org,rsleevi@chromium.org 25 ## Owners: eroman@chromium.org,rsleevi@chromium.org
24 # external/wpt/WebCryptoAPI [ Pass ] 26 # external/wpt/WebCryptoAPI [ Pass ]
25 ## Owners: jsbell@chromium.org 27 ## Owners: jsbell@chromium.org
26 # external/wpt/WebIDL [ Pass ] 28 # external/wpt/WebIDL [ Pass ]
27 external/wpt/WebIDL/invalid [ Skip ] 29 external/wpt/WebIDL/invalid [ Skip ]
(...skipping 720 matching lines...) Expand 10 before | Expand all | Expand 10 after
748 external/wpt/uievents/order-of-events/mouse-events/click-on-html-manual.html [ S kip ] 750 external/wpt/uievents/order-of-events/mouse-events/click-on-html-manual.html [ S kip ]
749 external/wpt/uievents/order-of-events/mouse-events/click-order-manual.html [ Ski p ] 751 external/wpt/uievents/order-of-events/mouse-events/click-order-manual.html [ Ski p ]
750 external/wpt/uievents/order-of-events/mouse-events/mouseevents-mousemove-manual. htm [ Skip ] 752 external/wpt/uievents/order-of-events/mouse-events/mouseevents-mousemove-manual. htm [ Skip ]
751 external/wpt/uievents/order-of-events/mouse-events/mousemove-across-manual.html [ Skip ] 753 external/wpt/uievents/order-of-events/mouse-events/mousemove-across-manual.html [ Skip ]
752 external/wpt/uievents/order-of-events/mouse-events/mousemove-between-manual.html [ Skip ] 754 external/wpt/uievents/order-of-events/mouse-events/mousemove-between-manual.html [ Skip ]
753 external/wpt/keyboard-lock/idlharness.https.html [ Skip ] 755 external/wpt/keyboard-lock/idlharness.https.html [ Skip ]
754 external/wpt/keyboard-lock/navigator-cancelKeyboardLock.https.html [ Skip ] 756 external/wpt/keyboard-lock/navigator-cancelKeyboardLock.https.html [ Skip ]
755 external/wpt/keyboard-lock/navigator-requestKeyboardLock.https.html [ Skip ] 757 external/wpt/keyboard-lock/navigator-requestKeyboardLock.https.html [ Skip ]
756 external/wpt/keyboard-lock/navigator-requestKeyboardLock-two-parallel-requests.h ttps.html [ Skip ] 758 external/wpt/keyboard-lock/navigator-requestKeyboardLock-two-parallel-requests.h ttps.html [ Skip ]
757 external/wpt/keyboard-lock/navigator-requestKeyboardLock-two-sequential-requests .https.html [ Skip ] 759 external/wpt/keyboard-lock/navigator-requestKeyboardLock-two-sequential-requests .https.html [ Skip ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698