| Index: third_party/WebKit/LayoutTests/csspaint/valid-image-before-load.html
|
| diff --git a/third_party/WebKit/LayoutTests/csspaint/valid-image-before-load.html b/third_party/WebKit/LayoutTests/csspaint/valid-image-before-load.html
|
| index 3a6eacfaf90e9a486369d385f8f6ac231acc49e0..3e6f37b20ecee06ca023ab5602feff32447c3809 100644
|
| --- a/third_party/WebKit/LayoutTests/csspaint/valid-image-before-load.html
|
| +++ b/third_party/WebKit/LayoutTests/csspaint/valid-image-before-load.html
|
| @@ -30,7 +30,8 @@ if (window.testRunner) {
|
| var el = document.getElementById('output');
|
| el.style.backgroundImage = 'paint(green)';
|
|
|
| -var blob = new Blob([document.getElementById('code').textContent]);
|
| +var blob = new Blob([document.getElementById('code').textContent],
|
| + {type: 'text/javascript'});
|
| paintWorklet.addModule(URL.createObjectURL(blob)).then(function() {
|
| runAfterLayoutAndPaint(function() {
|
| if (window.testRunner) {
|
|
|