-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
Tests for directionality and shadow DOM #29820
Merged
Merged
Commits on Oct 6, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 8413b5d - Browse repository at this point
Copy the full SHA 8413b5dView commit details -
Configuration menu - View commit details
-
Copy full SHA for e1bc0bb - Browse repository at this point
Copy the full SHA e1bc0bbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 29065a8 - Browse repository at this point
Copy the full SHA 29065a8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 24f8e36 - Browse repository at this point
Copy the full SHA 24f8e36View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7e745c1 - Browse repository at this point
Copy the full SHA 7e745c1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 87fb95d - Browse repository at this point
Copy the full SHA 87fb95dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 037bc08 - Browse repository at this point
Copy the full SHA 037bc08View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7799c4b - Browse repository at this point
Copy the full SHA 7799c4bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0d0a74b - Browse repository at this point
Copy the full SHA 0d0a74bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 245e97a - Browse repository at this point
Copy the full SHA 245e97aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2c1acb3 - Browse repository at this point
Copy the full SHA 2c1acb3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 402332e - Browse repository at this point
Copy the full SHA 402332eView commit details -
Configuration menu - View commit details
-
Copy full SHA for bd7a5a5 - Browse repository at this point
Copy the full SHA bd7a5a5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7cbb809 - Browse repository at this point
Copy the full SHA 7cbb809View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5a9b5a9 - Browse repository at this point
Copy the full SHA 5a9b5a9View commit details -
Configuration menu - View commit details
-
Copy full SHA for ed99cdf - Browse repository at this point
Copy the full SHA ed99cdfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 49be516 - Browse repository at this point
Copy the full SHA 49be516View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5d84263 - Browse repository at this point
Copy the full SHA 5d84263View commit details -
Correct dir-shadow-31-ref.html .
This change matches the behavior of Chromium, Gecko, and WebKit. I believe this is correct because in the test, the dir attribute is on a slot that has display: contents. Therefore there is nothing that establishes a new bidi embedding. (This could also be fixed by just removing the dir attribute, but I think this fix is slightly clearer.)
Configuration menu - View commit details
-
Copy full SHA for a38a347 - Browse repository at this point
Copy the full SHA a38a347View commit details -
Move tests to html/dom/elements/global-attributes/.
Per @annevk's comment in web-platform-tests#29820 (comment) this moves all of the tests into html/dom/elements/global-attributes/, drops the directionality/ subdirectory for some of them, and renames the new lang-attribute-* to lang-attribute-shadow-*.
Configuration menu - View commit details
-
Copy full SHA for a7a7745 - Browse repository at this point
Copy the full SHA a7a7745View commit details -
Change expectation for dir-shadow-036.html.
This changes the expectation for dir-shadow-036.html as described in web-platform-tests#29820 (comment) . Based on the proposal in whatwg/html#3699 (comment) which says: > dir=auto on a slot resolves against its slotted content. I believe the expectation for this test should be changed to "ltr" for both halves. This matches test 006 which I think tests the same behavior, rather than contradicting it.
Configuration menu - View commit details
-
Copy full SHA for 4a7db82 - Browse repository at this point
Copy the full SHA 4a7db82View commit details -
Configuration menu - View commit details
-
Copy full SHA for d9c9fe2 - Browse repository at this point
Copy the full SHA d9c9fe2View commit details -
Switch to more widely supported :lang() syntax since that's not the f…
…ocus of these tests.
Configuration menu - View commit details
-
Copy full SHA for 1ea8cb7 - Browse repository at this point
Copy the full SHA 1ea8cb7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5d64cd3 - Browse repository at this point
Copy the full SHA 5d64cd3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 587ea30 - Browse repository at this point
Copy the full SHA 587ea30View commit details -
Configuration menu - View commit details
-
Copy full SHA for d3372b5 - Browse repository at this point
Copy the full SHA d3372b5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 17f7f25 - Browse repository at this point
Copy the full SHA 17f7f25View commit details -
Configuration menu - View commit details
-
Copy full SHA for c91b9c9 - Browse repository at this point
Copy the full SHA c91b9c9View commit details
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.