| Index: LayoutTests/http/tests/misc/client-hints-accept.php
|
| diff --git a/LayoutTests/http/tests/misc/client-hints-accept.php b/LayoutTests/http/tests/misc/client-hints-accept.php
|
| index 89a28731af16ecdc0092d0085290b8a4aaff1330..72f78b09b45224b02d7bbaca669823511d8703bb 100644
|
| --- a/LayoutTests/http/tests/misc/client-hints-accept.php
|
| +++ b/LayoutTests/http/tests/misc/client-hints-accept.php
|
| @@ -14,7 +14,7 @@
|
| var loadRWImage = function() {
|
| var img = new Image();
|
| img.src = 'resources/image-checks-for-width.php';
|
| - img.width = '500';
|
| + img.sizes = '500';
|
| img.onload = t.step_func(function(){ t.done(); });
|
| img.onerror = t.step_func(unreached);
|
| document.body.appendChild(img);
|
|
|