Commit 4e921520 authored by Yi Gu's avatar Yi Gu Committed by Commit Bot

[Code Health] Remove unnecessary reference file for web test

The test used to be a ref test but upon upstreaming to wpt it was
updated to a non-ref test.

Change-Id: I9a7d793698e7abae540ecbc92e3c293ac7195e45
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1557855Reviewed-by: default avatarXida Chen <xidachen@chromium.org>
Commit-Queue: Yi Gu <yigu@chromium.org>
Cr-Commit-Position: refs/heads/master@{#650657}
parent 708db481
<!DOCTYPE html>
<title>Reference for WorkletAnimation should continue to be in effect forever, even if its duration is passed</title>
<style>
#box {
width: 100px;
height: 100px;
background-color: green;
transform: translateY(100px);
}
</style>
<div id="box"></div>
<html>
<title>WorkletAnimation should continue to be in effect forever, even if its duration is passed</title>
<link rel="help" href="https://drafts.css-houdini.org/css-animationworklet/">
<link rel="match" href="worklet-animation-duration-ref.html">
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment