Skip to content

Commit

Permalink
Updated CSS Viewport 1
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastianZ committed Aug 19, 2024
1 parent 9886f17 commit 418902a
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions tests/css-viewport-1.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,16 @@ export default {
tests: ['0', '1', '1.5', '110%'],
},
},
interfaces: {
Viewport: {
links: {
dev: '#the-viewport-interface',
mdnGroup: 'DOM',
},
tests: ['segments'],
interface: function() {
return window.viewport;
},
},
},
};

0 comments on commit 418902a

Please sign in to comment.