Skip to content

Commit 389b735

Browse files
committed
[cssom-view] Remove redundant IDL tests
Part of web-platform-tests#11510.
1 parent ac16ec6 commit 389b735

File tree

3 files changed

+0
-161
lines changed

3 files changed

+0
-161
lines changed

css/cssom-view/cssom-view-window-screen-interface.html

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,6 @@
1313
<div id="myDiv"></div>
1414
<div id="log"></div>
1515
<script>
16-
/*test readonly*/
17-
test(function(){assert_readonly(window.screen, "availWidth");}, "Screen.availWidth is readonly");
18-
test(function(){assert_readonly(window.screen, "availHeight");}, "Screen.availHeight is readonly");
19-
test(function(){assert_readonly(window.screen, "width");}, "Screen.width is readonly");
20-
test(function(){assert_readonly(window.screen, "height");}, "Screen.height is readonly");
21-
test(function(){assert_readonly(window.screen, "colorDepth");}, "Screen.colorDepth is readonly");
22-
test(function(){assert_readonly(window.screen, "pixelDepth");}, "Screen.pixelDepth is readonly");
23-
24-
2516
test(function(){assert_true(window.screen.width >= 0 && window.screen.width < 6000000);},
2617
"window.screen.width >= 0 && window.screen.width < 6000000");
2718
test(function(){assert_true(window.screen.height >= 0 && window.screen.height < 6000000);},

css/cssom-view/media-query-list-interface.xht

Lines changed: 0 additions & 70 deletions
This file was deleted.

css/cssom-view/window-interface.xht

Lines changed: 0 additions & 82 deletions
This file was deleted.

0 commit comments

Comments
 (0)