Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(314)

Unified Diff: third_party/WebKit/LayoutTests/animations/interpolation/box-shadow-interpolation.html

Issue 1419223002: Move text-shadow/box-shadow properties into CSSPropertyParser (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix failures Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/box-shadow/box-shadow-parsing-invalid-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/animations/interpolation/box-shadow-interpolation.html
diff --git a/third_party/WebKit/LayoutTests/animations/interpolation/box-shadow-interpolation.html b/third_party/WebKit/LayoutTests/animations/interpolation/box-shadow-interpolation.html
index b8090b42dc58f9700e9850bd6b19dd5ad4f595ca..1658d2531c96a78466e44c155c3c0f31d6639ed8 100644
--- a/third_party/WebKit/LayoutTests/animations/interpolation/box-shadow-interpolation.html
+++ b/third_party/WebKit/LayoutTests/animations/interpolation/box-shadow-interpolation.html
@@ -2,7 +2,7 @@
<meta charset="UTF-8">
<style>
.parent {
- box-shadow: 30px 10px 30px 10px black,
+ box-shadow: 30px 10px 30px 10px black;
}
.target {
display: inline-block;
@@ -13,7 +13,7 @@
margin-right: 20px;
margin-bottom: 30px;
color: green;
- box-shadow: 10px 30px 10px 30px black,
+ box-shadow: 10px 30px 10px 30px black;
}
.expected {
margin-right: 40px;
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/box-shadow/box-shadow-parsing-invalid-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698