-
Notifications
You must be signed in to change notification settings - Fork 3.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
shadow-dom: Added tests that checks inheritance of contentEditable #140
Merged
hayatoito
merged 1 commit into
web-platform-tests:master
from
summerwind:submission/summerwind
Jun 8, 2013
Merged
shadow-dom: Added tests that checks inheritance of contentEditable #140
hayatoito
merged 1 commit into
web-platform-tests:master
from
summerwind:submission/summerwind
Jun 8, 2013
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Added tests of inheritance of contentEditable of shadow host. This tests is related to the 'Editing' sections of User Interaction of the specs. http://www.w3.org/TR/2013/WD-shadow-dom-20130514/#editing
Looks good to me. Thank you for the contribution! |
hayatoito
added a commit
that referenced
this pull request
Jun 8, 2013
shadow-dom: Added tests that checks inheritance of contentEditable
jgraham
added a commit
that referenced
this pull request
Apr 21, 2017
Add option to run firefox tests with e10s enabled.
gsnedders
added a commit
to gsnedders/web-platform-tests
that referenced
this pull request
Feb 21, 2018
2d7b73c3ac Merge pull request web-platform-tests#147 from hiroshige-g/iframe 0f74d91dac Merge pull request web-platform-tests#144 from google/mintotal de2aff455f Merge pull request web-platform-tests#148 from google/noteupdate 7e824d9b1c Add a note about NaN on the stddev column e738dec947 Remove code for mintotal from xhr_benchmark.html and fetch_benchmark.html 4f10526e90 Use iframe for Chromium performance tests to remove --disable-web-security fe816aa381 Merge pull request web-platform-tests#146 from ricea/non-integer-multipliers ed8233f0a4 Update fetch_benchmark and xhr_benchmark also. b692883ca1 Support non-integer multpliers in benchmark. 9882bb1749 PEP-8/0257 cleanup 09d842794c Merge pull request web-platform-tests#140 from hiroshige-g/license a79008b69d Merge pull request web-platform-tests#141 from hiroshige-g/readme 78e3bdc27a Update README.md to short description + redirect to Wiki. 8d3d6e65e2 Update README.md to redirect to Wiki. c00ffdaa59 Place LICENSE and CONTRIBUTING at the root directory 76b3a63919 Merge pull request web-platform-tests#139 from hiroshige-g/mv 5e3cd59ecc Move files from /src/ to /. Fixes web-platform-tests#138. c4c4c51a18 ../finishGoogleCodeGitHubWikiMigration/finishGoogleCodeGitHubWikiMigration: Moved ProjectHome.md from wiki branch to README.md in master branch. 5137aa5c14 Remove draft8 option from PerMessageDeflateExtensionProcessor 51ca310274 [benchmark] Add Fetch API performance tests. ff93bef712 [benchmark] Add config for HTTP method and cache control config 588d504845 Remove permessage-compress extension support 286b871b1c Update expectation for permessage-deflate compression result for empty payload 6aa4ebb863 Add comments about Stream.close_connection()'s behavior d51867c2de Call notifyAbort when error occurs 20b418b053 [benchmark] Check and warn if proxy is enabled f0236e143c [xhr_event_logger] Show timestamps of events e650db3f91 [benchmark] Do not call measureValue in warm-up iterations git-subtree-dir: tools/pywebsocket git-subtree-split: 2d7b73c3acbd0f41dcab487ae5c97c6feae06ce2
foolip
added a commit
that referenced
this pull request
May 18, 2018
68a37d21e8 chore(package): bump version number to 12.1.0 621d0b6c17 fix: prevent keywords from being identifiers (#157) 9ad8932034 chore(package): bump version number to 12.0.0 a154b63cea BREAKING CHANGE: remove allowNestedTypedefs (#155) 5a495f76a5 refactor: remove all_ws() and gather trivia implicitly (#154) e717aa67fa tests: Remove test/widlproc (#153) 131e74cc57 chore(package): bump version number to 11.0.0 09f8a1daae Prevent incorrect enums (#151) fa060611a9 BREAKING CHANGE: remove opt.ws (#150) 2bb4e1cbb2 chore(package): bump version number to 10.3.3 (#149) 80936fa3c9 oefactor simple_extended_attr() (#148) c060079cca docs: remove description about typePair (#147) 4169268630 docs: simple WebIDL checker. (#146) a28c7b55f7 chore(package): bump version number to 10.3.2 e311680dc0 fix: correctly handle whitespaces of implements and includes. (#145) 50c828344d refactor: remove eas.length check (#144) 968ca63fd4 refactor: one-to-one match for token matcher (#143) 8531535861 chore(package): bump version number to 10.3.1 96deeb3480 const-type as full IDL Type (#142) a13dfa8cf5 chore(package): bump version number to 10.3.0 c0ab164af2 always add extAttrs for .idlType (#141) 932dcfb96d docs(README): add missing typedef-type 56777f49dc docs(README): add missing types-of-types c14d7c1767 docs(README): add types of types (#140) 730a3b99db chore(CHANGELOG): regenerate git-subtree-dir: resources/webidl2 git-subtree-split: 68a37d21e81740563a5e98198e0e979232d363c0
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Added tests of inheritance of contentEditable of shadow host.
This tests is related to the 'Editing' sections of User Interaction of the specs.
http://www.w3.org/TR/2013/WD-shadow-dom-20130514/#editing