Update web-platform-tests to revision d6d3f7267e817925131675bfc203c62bda96febe

This commit is contained in:
WPT Sync Bot 2018-02-07 20:23:38 -05:00 committed by Josh Matthews
parent a0e4ea9f56
commit e0fb3fc586
113 changed files with 1321 additions and 334 deletions

View file

@ -12,7 +12,7 @@
}
</style>
<script src="/common/reftest-wait.js"></script>
<script src="/common/css-paint-tests.js"></script>
<script src="/common/worklet-reftest.js"></script>
<body>
<div id="canvas-geometry" class="container"></div>
@ -40,7 +40,7 @@ registerPaint('geometry', class {
</script>
<script>
importPaintWorkletAndTerminateTestAfterAsyncPaint(document.getElementById('code').textContent);
importWorkletAndTerminateTestAfterAsyncPaint(CSS.paintWorklet, document.getElementById('code').textContent);
</script>
</body>
</html>