Skip to content

Commit 9d70531

Browse files
committed
Bug 1615198 [wpt PR 21773] - Remove tentative from lazy load tests, a=testonly
Automatic update from web-platform-tests Remove tentative from lazy load tests (#21773) whatwg/html#3752 landed, so remove comments and tentative extension. -- wpt-commits: 283eaa796815403a3e959861f6f1e61b0d35848f wpt-pr: 21773 UltraBlame original commit: e201cb3f54180dcb5ea5203f472035bca7a1da14
1 parent 98130fc commit 9d70531

34 files changed

+0
-105
lines changed

testing/web-platform/tests/loading/lazyload/below-viewport-image-loading-lazy-load-event.tentative.html testing/web-platform/tests/html/semantics/embedded-content/the-img-element/below-viewport-image-loading-lazy-load-event.html

-4
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-
35-
36-
3733
<script>
3834
const scroll_trigger_img = new ElementLoadPromise("visible");
3935
const visible_img = new ElementLoadPromise("visible");

testing/web-platform/tests/loading/lazyload/iframe-loading-eager.tentative.html testing/web-platform/tests/html/semantics/embedded-content/the-img-element/iframe-loading-eager.html

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

10-
11-
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

testing/web-platform/tests/loading/lazyload/iframe-loading-lazy.tentative.html testing/web-platform/tests/html/semantics/embedded-content/the-img-element/iframe-loading-lazy.html

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

10-
11-
12-
13-
1410
<script>
1511
const t = async_test("Test that iframes with loading='lazy' load once they enter the viewport.");
1612

testing/web-platform/tests/loading/lazyload/image-loading-eager.tentative.html testing/web-platform/tests/html/semantics/embedded-content/the-img-element/image-loading-eager.html

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

10-
11-
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

testing/web-platform/tests/loading/lazyload/image-loading-lazy-below-viewport-dynamic.tentative.html testing/web-platform/tests/html/semantics/embedded-content/the-img-element/image-loading-lazy-below-viewport-dynamic.html

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

11-
12-
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 " +

testing/web-platform/tests/loading/lazyload/image-loading-lazy-in-cross-origin-ifame-001.sub.tentative.html testing/web-platform/tests/html/semantics/embedded-content/the-img-element/image-loading-lazy-in-cross-origin-ifame-001.sub.html

-4
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-
13-
14-
1511
<iframe id="iframe" width="500px" height="500px"></iframe>
1612
<script>
1713
promise_test(async t => {

testing/web-platform/tests/loading/lazyload/image-loading-lazy-in-cross-origin-ifame-002.sub.tentative.html testing/web-platform/tests/html/semantics/embedded-content/the-img-element/image-loading-lazy-in-cross-origin-ifame-002.sub.html

-4
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-
13-
14-
1511
<div style="height:1000vh;"></div>
1612
<iframe id="iframe" width="500px" height="500px"></iframe>
1713
<script>

testing/web-platform/tests/loading/lazyload/image-loading-lazy-in-script-disabled-iframe.tentative.html testing/web-platform/tests/html/semantics/embedded-content/the-img-element/image-loading-lazy-in-script-disabled-iframe.html

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

10-
11-
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">

testing/web-platform/tests/loading/lazyload/image-loading-lazy-in-viewport-dynamic.tentative.html testing/web-platform/tests/html/semantics/embedded-content/the-img-element/image-loading-lazy-in-viewport-dynamic.html

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

11-
12-
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 " +

testing/web-platform/tests/loading/lazyload/image-loading-lazy-load-event.tentative.html testing/web-platform/tests/html/semantics/embedded-content/the-img-element/image-loading-lazy-load-event.html

-4
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,6 @@
2222
onload="visibility_hidden_img.resolve();" onerror="visibility_hidden_img.reject();">
2323
</body>
2424

25-
26-
27-
28-
2925
<script>
3026
const visible_img = new ElementLoadPromise("visible");
3127
const visibility_hidden_img = new ElementLoadPromise("visibility_hidden");

testing/web-platform/tests/loading/lazyload/image-loading-lazy-move-document.tentative.html testing/web-platform/tests/html/semantics/embedded-content/the-img-element/image-loading-lazy-move-document.html

-4
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,6 @@
66
<script src="/resources/testharnessreport.js"></script>
77
</head>
88

9-
10-
11-
12-
139
<div style="height:1000vh;"></div>
1410
<img loading="lazy"
1511
src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAIAAAAC64paAAAAG0lEQVR42mP8z0A%2BYKJA76jmUc2jmkc1U0EzACKcASfOgGoMAAAAAElFTkSuQmCC">

testing/web-platform/tests/loading/lazyload/image-loading-lazy-move-into-script-disabled-iframe.tentative.html testing/web-platform/tests/html/semantics/embedded-content/the-img-element/image-loading-lazy-move-into-script-disabled-iframe.html

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

10-
11-
12-
13-
1410
<div style="height:1000vh;"></div>
1511
<iframe id="iframe" src="resources/image-loading-lazy-in-viewport-iframe.html">
1612
</iframe>

testing/web-platform/tests/loading/lazyload/image-loading-lazy-multicol.tentative.html testing/web-platform/tests/html/semantics/embedded-content/the-img-element/image-loading-lazy-multicol.html

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

10-
11-
12-
13-
1410
<script>
1511
const t = async_test("Test that images with loading='lazy' under multicol load once they enter the viewport.");
1612

testing/web-platform/tests/loading/lazyload/image-loading-lazy.tentative.html testing/web-platform/tests/html/semantics/embedded-content/the-img-element/image-loading-lazy.html

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

11-
12-
13-
14-
1511
<script>
1612
const t = async_test("Images with loading='lazy' load only when in the viewport");
1713

testing/web-platform/tests/loading/lazyload/invisible-image.tentative.html testing/web-platform/tests/html/semantics/embedded-content/the-img-element/invisible-image.html

-4
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,6 @@
3131
</script>
3232
</body>
3333

34-
35-
36-
37-
3834
<script>
3935
const visibility_hidden_element = document.getElementById("visibility_hidden");
4036
const visibility_hidden_element_explicit_eager =

testing/web-platform/tests/loading/lazyload/move-element-and-scroll.tentative.html testing/web-platform/tests/html/semantics/embedded-content/the-img-element/move-element-and-scroll.html

-4
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,6 @@
77
<script src="common.js"></script>
88
</head>
99

10-
11-
12-
13-
1410
<body>
1511
<div id="tall_div" style="height:1000vh"></div>
1612
<div id="below_viewport_div"></div>

testing/web-platform/tests/loading/lazyload/not-rendered-below-viewport-image-loading-lazy.tentative.html testing/web-platform/tests/html/semantics/embedded-content/the-img-element/not-rendered-below-viewport-image-loading-lazy.html

-4
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,6 @@
2727
<div id="rendered_div"></div>
2828
</body>
2929

30-
31-
32-
33-
3430
<script>
3531
const display_none_img = new ElementLoadPromise("display_none");
3632
const attribute_hidden_img = new ElementLoadPromise("attribute_hidden");

testing/web-platform/tests/loading/lazyload/not-rendered-image-loading-lazy.tentative.html testing/web-platform/tests/html/semantics/embedded-content/the-img-element/not-rendered-image-loading-lazy.html

-4
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,6 @@
2121
</script>
2222
</body>
2323

24-
25-
26-
27-
2824
<script>
2925
const display_none_img = new ElementLoadPromise("display_none");
3026
const attribute_hidden_img = new ElementLoadPromise("attribute_hidden");

testing/web-platform/tests/loading/lazyload/original-base-url-applied-2-tentative.html testing/web-platform/tests/html/semantics/embedded-content/the-img-element/original-base-url-applied-2.html

-4
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,6 @@
99
<base href='/loading/lazyload/resources/'>
1010
</head>
1111

12-
13-
14-
15-
1612
<script>
1713
const below_viewport_img_promise = new ElementLoadPromise("below_viewport_img");
1814

testing/web-platform/tests/loading/lazyload/original-base-url-applied-iframe-tentative.html testing/web-platform/tests/html/semantics/embedded-content/the-img-element/original-base-url-applied-iframe.html

-5
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,6 @@
99
<base href='/loading/lazyload/resources/'>
1010
</head>
1111

12-
13-
14-
15-
16-
1712
<script>
1813
const below_viewport_iframe_promise = new ElementLoadPromise("below_viewport_iframe");
1914

testing/web-platform/tests/loading/lazyload/original-base-url-applied-tentative.html testing/web-platform/tests/html/semantics/embedded-content/the-img-element/original-base-url-applied.html

-4
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,6 @@
77
<script src="common.js"></script>
88
</head>
99

10-
11-
12-
13-
1410
<script>
1511
const below_viewport_iframe = new ElementLoadPromise("below_viewport_iframe");
1612
const below_viewport_img = new ElementLoadPromise("below_viewport_img");

testing/web-platform/tests/loading/lazyload/original-crossorigin-applied-tentative.sub.html testing/web-platform/tests/html/semantics/embedded-content/the-img-element/original-crossorigin-applied.sub.html

-4
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,6 @@
77
<script src="common.js"></script>
88
</head>
99

10-
11-
12-
13-
1410
<script>
1511
const crossorigin_img = new ElementLoadPromise("crossorigin_img");
1612

testing/web-platform/tests/loading/lazyload/original-referrer-policy-applied-tentative.sub.html testing/web-platform/tests/html/semantics/embedded-content/the-img-element/original-referrer-policy-applied.sub.html

-4
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,6 @@
88
<script src="common.js"></script>
99
</head>
1010

11-
12-
13-
14-
1511
<script>
1612
const below_viewport_iframe = new ElementLoadPromise("below_viewport_iframe");
1713
const below_viewport_img = new ElementLoadPromise("below_viewport_img");

testing/web-platform/tests/loading/lazyload/picture-loading-lazy.tentative.html testing/web-platform/tests/html/semantics/embedded-content/the-img-element/picture-loading-lazy.html

-4
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,6 @@
88
<script src="common.js"></script>
99
</head>
1010

11-
12-
13-
14-
1511
<script>
1612
const in_viewport_img = new ElementLoadPromise("in_viewport_img");
1713
const lazy_attribute_img = new ElementLoadPromise("lazy_attribute_img");

testing/web-platform/tests/loading/lazyload/remove-element-and-scroll.tentative.html testing/web-platform/tests/html/semantics/embedded-content/the-img-element/remove-element-and-scroll.html

-4
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,6 @@
66
<script src="common.js"></script>
77
</head>
88

9-
10-
11-
12-
139
<body>
1410
<img id="in_viewport" src='resources/image.png?in_viewport&pipe=trickle(d1)'>
1511
<div style="height:1000vh"></div>

testing/web-platform/tests/loading/lazyload/META.yml

-4
This file was deleted.

0 commit comments

Comments
 (0)