Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / webexposed / webkit-focus-ring-exposed-to-quirks-mode.html
blob635f2a69e0beb8f681ce913dd5b98b6f4fbe3f68
1 <style>
2 #focus_ring {
3 color: -webkit-focus-ring-color;
5 </style>
7 This test is parsed in quirks mode and should thus support
8 -webkit-focus-ring-color, both in style declarations and in
9 HTML attributes.
11 The below text should be differently colored than the default
12 text color, which is what this reftest tests.
14 <font id="focus_ring">Some text #1</font>
15 <font style="color: -webkit-focus-ring-color">Some text #2</font>