Commit 249cdd0d authored by Rune Lillesveen's avatar Rune Lillesveen Committed by Commit Bot

Add wpt for crbug.com/332189

Bug: 332189
Change-Id: Iba629f1bcc11c02a5af59cdff8c2824f42a86bb1
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1624569Reviewed-by: default avatarStephen McGruer <smcgruer@chromium.org>
Commit-Queue: Rune Lillesveen <futhark@chromium.org>
Cr-Commit-Position: refs/heads/master@{#662152}
parent fc1b4783
......@@ -2650,6 +2650,8 @@ crbug.com/849859 virtual/threaded/external/wpt/css/css-animations/Element-getAni
crbug.com/849859 external/wpt/web-animations/timing-model/animations/pausing-an-animation.html [ Failure ]
crbug.com/875622 external/wpt/css/css-transitions/AnimationEffect-getComputedTiming.tentative.html [ Pass Failure ]
crbug.com/332189 external/wpt/css/css-transitions/no-transition-from-ua-to-blocking-stylesheet.html [ Failure ]
crbug.com/552085 external/wpt/css/css-cascade/important-prop.html [ Failure ]
# TODO(chrishtr): rebaseline these
......
<!DOCTYPE html>
<title>CSS Transitions Test: Reference</title>
<div style="color:green">This text should be green on load.</div>
<!DOCTYPE html>
<title>CSS Transitions Test: No color transition from initial to blocking stylesheet value</title>
<link rel="help" href="https://drafts.csswg.org/css-transitions/#style-change-event">
<link rel="match" href="no-transition-from-ua-to-blocking-stylesheet-ref.html">
<link rel="stylesheet" href="support/a-green-transition.css">
<div class="a">This text should be green on load.</div>
.a { color: green; transition: 10s; transition-timing-function: step-end; }
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