Index: LayoutTests/fast/css/all-shorthand-first-letter-expected.html |
diff --git a/LayoutTests/fast/css/all-shorthand-first-letter-expected.html b/LayoutTests/fast/css/all-shorthand-first-letter-expected.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..3167989d37912bf374c793ca6790a8ed7d1f0e07 |
--- /dev/null |
+++ b/LayoutTests/fast/css/all-shorthand-first-letter-expected.html |
@@ -0,0 +1,9 @@ |
+<!DOCTYPE html> |
+<style> |
+ #elm { 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> |
+<p>The word "PASS" should be seen below, in a yellow box. There should be scrollbars on the yellow |
+ box. Translucency should be uniform. There should be no red.</p> |
+<div id="elm">PASS</div> |