Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / css / all-shorthand-first-letter-expected.html
blob3167989d37912bf374c793ca6790a8ed7d1f0e07
1 <!DOCTYPE html>
2 <style>
3 #elm { overflow:scroll; max-width:4em; padding-left:3em; opacity:0.6; background:yellow; }
4 </style>
5 <p>Test that an all:inherit declaration in a ::first-letter rule inherits what should be inherited,
6 while invalid properties for ::first-letter aren't.</p>
7 <p>The word "PASS" should be seen below, in a yellow box. There should be scrollbars on the yellow
8 box. Translucency should be uniform. There should be no red.</p>
9 <div id="elm">PASS</div>