mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Update web-platform-tests to revision 10adbd6b133f1ccf77a27ed51ffd3e7a00a499ee
This commit is contained in:
parent
ecef8994e0
commit
1d6ba62c8f
119 changed files with 4676 additions and 523 deletions
|
@ -0,0 +1,22 @@
|
|||
<!DOCTYPE html>
|
||||
<style>
|
||||
* {
|
||||
margin: 0;
|
||||
}
|
||||
</style>
|
||||
<html class="reftest-wait" style="overflow: hidden">
|
||||
<head>
|
||||
<title>Images with loading='lazy' load under subpixel-offset clips</title>
|
||||
<link rel="author" title="Chris Harrelson" href="mailto:chrishtr@chromium.org">
|
||||
<link rel="help" href="https://html.spec.whatwg.org/#lazy-loading-attributes">
|
||||
</head>
|
||||
<div style="height: 3.7499995rem; "></div>
|
||||
<div style="position: relative; font-size: 0; background: lightblue">
|
||||
<img id=target loading="lazy" data-sizes="auto" src="resources/image.png"
|
||||
title="" width="1600">
|
||||
</div>
|
||||
</html>
|
||||
<script src="/common/reftest-wait.js"></script>
|
||||
<script>
|
||||
target.onload = takeScreenshot;
|
||||
</script>
|
|
@ -0,0 +1,25 @@
|
|||
<!DOCTYPE html>
|
||||
<style>
|
||||
* {
|
||||
margin: 0;
|
||||
}
|
||||
</style>
|
||||
<html class="reftest-wait" style="overflow: hidden">
|
||||
<head>
|
||||
<title>Images with loading='lazy' load under subpixel-offset clips</title>
|
||||
<link rel="author" title="Chris Harrelson" href="mailto:chrishtr@chromium.org">
|
||||
<link rel="help" href="https://html.spec.whatwg.org/#lazy-loading-attributes">
|
||||
<link rel="match" href="image-loading-subpixel-clip-ref.html">
|
||||
</head>
|
||||
<div style="height: 3.7499995rem"></div>
|
||||
<div style="overflow: hidden">
|
||||
<div style="position: relative; font-size: 0; background: lightblue">
|
||||
<img id=target loading="lazy" data-sizes="auto" src="resources/image.png"
|
||||
title="" width="1600">
|
||||
</div>
|
||||
</div>
|
||||
</html>
|
||||
<script src="/common/reftest-wait.js"></script>
|
||||
<script>
|
||||
target.onload = takeScreenshot;
|
||||
</script>
|
Loading…
Add table
Add a link
Reference in a new issue