Skip to content

Commit 9bdd6e1

Browse files
committed
Remove tentative from lazy load tests
whatwg/html#3752 landed, so remove comments and tentative extension.
1 parent 12dc834 commit 9bdd6e1

26 files changed

+0
-101
lines changed

loading/lazyload/below-viewport-image-loading-lazy-load-event.tentative.html renamed to loading/lazyload/below-viewport-image-loading-lazy-load-event.html

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,6 @@
3030
onload="visibility_hidden_img.resolve();" onerror="visibility_hidden_img.reject();">
3131
</body>
3232

33-
<!--
34-
Marked as tentative until https://github.com/whatwg/html/pull/3752 is landed.
35-
-->
36-
3733
<script>
3834
const scroll_trigger_img = new ElementLoadPromise("visible");
3935
const visible_img = new ElementLoadPromise("visible");
File renamed without changes.

loading/lazyload/iframe-loading-eager.tentative.html renamed to loading/lazyload/iframe-loading-eager.html

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,6 @@
77
<script src="/resources/testharnessreport.js"></script>
88
</head>
99

10-
<!--
11-
Marked as tentative until https://github.com/whatwg/html/pull/3752 is landed.
12-
-->
13-
1410
<script>
1511
const t = async_test("Test that iframes with loading='eager' load immediately regardless of their position with respect to the viewport.");
1612

loading/lazyload/iframe-loading-lazy.tentative.html renamed to loading/lazyload/iframe-loading-lazy.html

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,6 @@
77
<script src="/resources/testharnessreport.js"></script>
88
</head>
99

10-
<!--
11-
Marked as tentative until https://github.com/whatwg/html/pull/3752 is landed.
12-
-->
13-
1410
<script>
1511
const t = async_test("Test that iframes with loading='lazy' load once they enter the viewport.");
1612

loading/lazyload/image-loading-eager.tentative.html renamed to loading/lazyload/image-loading-eager.html

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,6 @@
77
<script src="/resources/testharnessreport.js"></script>
88
</head>
99

10-
<!--
11-
Marked as tentative until https://github.com/whatwg/html/pull/3752 is landed.
12-
-->
13-
1410
<script>
1511
const t = async_test("Test that images with loading='eager' load immediately regardless of their position with respect to the viewport.");
1612

loading/lazyload/image-loading-lazy-below-viewport-dynamic.tentative.html renamed to loading/lazyload/image-loading-lazy-below-viewport-dynamic.html

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,6 @@
88
<script src="/resources/testharnessreport.js"></script>
99
</head>
1010

11-
<!--
12-
Marked as tentative until https://github.com/whatwg/html/pull/3752 is landed.
13-
-->
14-
1511
<script>
1612
const t = async_test("Test that below viewport images with loading='lazy' " +
1713
"and changed to loading='eager' load and do not block " +
Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,6 @@
88
<script src="/common/get-host-info.sub.js"></script>
99
</head>
1010

11-
<!--
12-
Marked as tentative until https://github.com/whatwg/html/pull/3752 is landed.
13-
-->
14-
1511
<iframe id="iframe" width="500px" height="500px"></iframe>
1612
<script>
1713
promise_test(async t => {
Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,6 @@
88
<script src="/common/get-host-info.sub.js"></script>
99
</head>
1010

11-
<!--
12-
Marked as tentative until https://github.com/whatwg/html/pull/3752 is landed.
13-
-->
14-
1511
<div style="height:1000vh;"></div>
1612
<iframe id="iframe" width="500px" height="500px"></iframe>
1713
<script>

loading/lazyload/image-loading-lazy-in-script-disabled-iframe.tentative.html renamed to loading/lazyload/image-loading-lazy-in-script-disabled-iframe.html

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,6 @@
77
<script src="/resources/testharnessreport.js"></script>
88
</head>
99

10-
<!--
11-
Marked as tentative until https://github.com/whatwg/html/pull/3752 is landed.
12-
-->
13-
1410
<div style="height:1000vh;"></div>
1511
<iframe id="iframe" sandbox="allow-same-origin"
1612
src="resources/image-loading-lazy-in-viewport-iframe.html">

loading/lazyload/image-loading-lazy-in-viewport-dynamic.tentative.html renamed to loading/lazyload/image-loading-lazy-in-viewport-dynamic.html

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,6 @@
88
<script src="/resources/testharnessreport.js"></script>
99
</head>
1010

11-
<!--
12-
Marked as tentative until https://github.com/whatwg/html/pull/3752 is landed.
13-
-->
14-
1511
<script>
1612
const t = async_test("Test that in viewport images with loading='lazy' and " +
1713
"changed to loading='eager' do not block the window " +

0 commit comments

Comments
 (0)