diff options
author | bors-servo <infra@servo.org> | 2023-05-15 07:11:20 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-15 07:11:20 +0200 |
commit | 17e1582ed4756fbcf2510946dfda00b616abc02c (patch) | |
tree | 8eb43f0a1023675f56fa79caaf8dc7de1cc6e940 /tests/wpt/web-platform-tests/css/css-nesting/implicit-nesting-ref.html | |
parent | 8dfd613aa188d2271d692a31192284eabdaf9f9d (diff) | |
parent | 06e9d5a631ba321787dfb40cdcfd49dcab0c1510 (diff) | |
download | servo-17e1582ed4756fbcf2510946dfda00b616abc02c.tar.gz servo-17e1582ed4756fbcf2510946dfda00b616abc02c.zip |
Auto merge of #29737 - servo:wpt_update_14-05-2023, r=servo-wpt-sync
Sync WPT with upstream (14-05-2023)
Automated downstream sync of changes from upstream as of 14-05-2023
[no-wpt-sync]
r? @servo-wpt-sync
Diffstat (limited to 'tests/wpt/web-platform-tests/css/css-nesting/implicit-nesting-ref.html')
-rw-r--r-- | tests/wpt/web-platform-tests/css/css-nesting/implicit-nesting-ref.html | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/tests/wpt/web-platform-tests/css/css-nesting/implicit-nesting-ref.html b/tests/wpt/web-platform-tests/css/css-nesting/implicit-nesting-ref.html index 006216b60e7..0057a67fd03 100644 --- a/tests/wpt/web-platform-tests/css/css-nesting/implicit-nesting-ref.html +++ b/tests/wpt/web-platform-tests/css/css-nesting/implicit-nesting-ref.html @@ -5,8 +5,8 @@ <style> .test { background-color: green; - width: 100px; - height: 100px; + width: 30px; + height: 30px; display: grid; } @@ -21,4 +21,7 @@ <div class="test"></div> <div class="test"></div> <div class="test"></div> + <div class="test"></div> + <div class="test"></div> + <div class="test"></div> </body> |