diff options
author | Michał Gołębiowski-Owczarek <m.goleb@gmail.com> | 2025-02-14 12:58:22 +0100 |
---|---|---|
committer | Michał Gołębiowski-Owczarek <m.goleb@gmail.com> | 2025-02-14 16:59:49 +0100 |
commit | e7535daa672ad5cf670087e8af1b1bc1731e844c (patch) | |
tree | 2ba0fd53d9a35dea3aeba36ceb07751e41445ec9 | |
parent | ad7c3706f3f59bc962e424aae0425ad3e967e090 (diff) | |
download | jquery-broken-test.tar.gz jquery-broken-test.zip |
WIP Add a broken testbroken-test
-rw-r--r-- | test/unit/dimensions.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/unit/dimensions.js b/test/unit/dimensions.js index 6b0c9c798..34c63dc61 100644 --- a/test/unit/dimensions.js +++ b/test/unit/dimensions.js @@ -368,6 +368,8 @@ QUnit.test( "getting dimensions shouldn't modify runtimeStyle see trac-9233", fu $div.remove(); } ); +QUnit.test( "test with a title and without a body" ); + QUnit.test( "table dimensions", function( assert ) { assert.expect( 2 ); |