Skip to content

Commit

Permalink
Bug 1615198 [wpt PR 21773] - Remove tentative from lazy load tests, a…
Browse files Browse the repository at this point in the history
…=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
  • Loading branch information
marco-c committed Feb 18, 2020
1 parent 98130fc commit 9d70531
Show file tree
Hide file tree
Showing 34 changed files with 0 additions and 105 deletions.
Expand Up @@ -30,10 +30,6 @@
onload="visibility_hidden_img.resolve();" onerror="visibility_hidden_img.reject();">
</body>





<script>
const scroll_trigger_img = new ElementLoadPromise("visible");
const visible_img = new ElementLoadPromise("visible");
Expand Down
Expand Up @@ -7,10 +7,6 @@
<script src="/resources/testharnessreport.js"></script>
</head>





<script>
const t = async_test("Test that iframes with loading='eager' load immediately regardless of their position with respect to the viewport.");

Expand Down
Expand Up @@ -7,10 +7,6 @@
<script src="/resources/testharnessreport.js"></script>
</head>





<script>
const t = async_test("Test that iframes with loading='lazy' load once they enter the viewport.");

Expand Down
Expand Up @@ -7,10 +7,6 @@
<script src="/resources/testharnessreport.js"></script>
</head>





<script>
const t = async_test("Test that images with loading='eager' load immediately regardless of their position with respect to the viewport.");

Expand Down
Expand Up @@ -8,10 +8,6 @@
<script src="/resources/testharnessreport.js"></script>
</head>





<script>
const t = async_test("Test that below viewport images with loading='lazy' " +
"and changed to loading='eager' load and do not block " +
Expand Down
Expand Up @@ -8,10 +8,6 @@
<script src="/common/get-host-info.sub.js"></script>
</head>





<iframe id="iframe" width="500px" height="500px"></iframe>
<script>
promise_test(async t => {
Expand Down
Expand Up @@ -8,10 +8,6 @@
<script src="/common/get-host-info.sub.js"></script>
</head>





<div style="height:1000vh;"></div>
<iframe id="iframe" width="500px" height="500px"></iframe>
<script>
Expand Down
Expand Up @@ -7,10 +7,6 @@
<script src="/resources/testharnessreport.js"></script>
</head>





<div style="height:1000vh;"></div>
<iframe id="iframe" sandbox="allow-same-origin"
src="resources/image-loading-lazy-in-viewport-iframe.html">
Expand Down
Expand Up @@ -8,10 +8,6 @@
<script src="/resources/testharnessreport.js"></script>
</head>





<script>
const t = async_test("Test that in viewport images with loading='lazy' and " +
"changed to loading='eager' do not block the window " +
Expand Down
Expand Up @@ -22,10 +22,6 @@
onload="visibility_hidden_img.resolve();" onerror="visibility_hidden_img.reject();">
</body>





<script>
const visible_img = new ElementLoadPromise("visible");
const visibility_hidden_img = new ElementLoadPromise("visibility_hidden");
Expand Down
Expand Up @@ -6,10 +6,6 @@
<script src="/resources/testharnessreport.js"></script>
</head>





<div style="height:1000vh;"></div>
<img loading="lazy"
src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAIAAAAC64paAAAAG0lEQVR42mP8z0A%2BYKJA76jmUc2jmkc1U0EzACKcASfOgGoMAAAAAElFTkSuQmCC">
Expand Down
Expand Up @@ -7,10 +7,6 @@
<script src="/resources/testharnessreport.js"></script>
</head>





<div style="height:1000vh;"></div>
<iframe id="iframe" src="resources/image-loading-lazy-in-viewport-iframe.html">
</iframe>
Expand Down
Expand Up @@ -7,10 +7,6 @@
<script src="/resources/testharnessreport.js"></script>
</head>





<script>
const t = async_test("Test that images with loading='lazy' under multicol load once they enter the viewport.");

Expand Down
Expand Up @@ -8,10 +8,6 @@
<script src="/resources/testharnessreport.js"></script>
</head>





<script>
const t = async_test("Images with loading='lazy' load only when in the viewport");

Expand Down
Expand Up @@ -31,10 +31,6 @@
</script>
</body>





<script>
const visibility_hidden_element = document.getElementById("visibility_hidden");
const visibility_hidden_element_explicit_eager =
Expand Down
Expand Up @@ -7,10 +7,6 @@
<script src="common.js"></script>
</head>





<body>
<div id="tall_div" style="height:1000vh"></div>
<div id="below_viewport_div"></div>
Expand Down
Expand Up @@ -27,10 +27,6 @@
<div id="rendered_div"></div>
</body>





<script>
const display_none_img = new ElementLoadPromise("display_none");
const attribute_hidden_img = new ElementLoadPromise("attribute_hidden");
Expand Down
Expand Up @@ -21,10 +21,6 @@
</script>
</body>





<script>
const display_none_img = new ElementLoadPromise("display_none");
const attribute_hidden_img = new ElementLoadPromise("attribute_hidden");
Expand Down
Expand Up @@ -9,10 +9,6 @@
<base href='/loading/lazyload/resources/'>
</head>





<script>
const below_viewport_img_promise = new ElementLoadPromise("below_viewport_img");

Expand Down
Expand Up @@ -9,11 +9,6 @@
<base href='/loading/lazyload/resources/'>
</head>






<script>
const below_viewport_iframe_promise = new ElementLoadPromise("below_viewport_iframe");

Expand Down
Expand Up @@ -7,10 +7,6 @@
<script src="common.js"></script>
</head>





<script>
const below_viewport_iframe = new ElementLoadPromise("below_viewport_iframe");
const below_viewport_img = new ElementLoadPromise("below_viewport_img");
Expand Down
Expand Up @@ -7,10 +7,6 @@
<script src="common.js"></script>
</head>





<script>
const crossorigin_img = new ElementLoadPromise("crossorigin_img");

Expand Down
Expand Up @@ -8,10 +8,6 @@
<script src="common.js"></script>
</head>





<script>
const below_viewport_iframe = new ElementLoadPromise("below_viewport_iframe");
const below_viewport_img = new ElementLoadPromise("below_viewport_img");
Expand Down
Expand Up @@ -8,10 +8,6 @@
<script src="common.js"></script>
</head>





<script>
const in_viewport_img = new ElementLoadPromise("in_viewport_img");
const lazy_attribute_img = new ElementLoadPromise("lazy_attribute_img");
Expand Down
Expand Up @@ -6,10 +6,6 @@
<script src="common.js"></script>
</head>





<body>
<img id="in_viewport" src='resources/image.png?in_viewport&pipe=trickle(d1)'>
<div style="height:1000vh"></div>
Expand Down
4 changes: 0 additions & 4 deletions testing/web-platform/tests/loading/lazyload/META.yml

This file was deleted.

0 comments on commit 9d70531

Please sign in to comment.