Index: third_party/WebKit/LayoutTests/fast/css/all-shorthand-first-letter-expected.html |
diff --git a/third_party/WebKit/LayoutTests/fast/css/all-shorthand-first-letter-expected.html b/third_party/WebKit/LayoutTests/fast/css/all-shorthand-first-letter-expected.html |
index 3167989d37912bf374c793ca6790a8ed7d1f0e07..503d507437965ae680cb3709786fe7a4c870669f 100644 |
--- a/third_party/WebKit/LayoutTests/fast/css/all-shorthand-first-letter-expected.html |
+++ b/third_party/WebKit/LayoutTests/fast/css/all-shorthand-first-letter-expected.html |
@@ -1,6 +1,6 @@ |
<!DOCTYPE html> |
<style> |
- #elm { overflow:scroll; max-width:4em; padding-left:3em; opacity:0.6; background:yellow; } |
+ #elm { font-family:monospace; overflow:scroll; max-width:4em; padding-left:3em; opacity:0.6; background:yellow; } |
</style> |
<p>Test that an all:inherit declaration in a ::first-letter rule inherits what should be inherited, |
while invalid properties for ::first-letter aren't.</p> |