Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / webexposed / webkit-focus-ring-not-exposed-to-standards-mode.html
blob9353b40ad3b3a68f1b46a155234c122cebcd4099
1 <!DOCTYPE html>
2 <style>
3 #focus_ring {
4 color: -webkit-focus-ring-color;
6 </style>
8 This test is parsed in standards mode and should thus not support
9 -webkit-focus-ring-color, neither in style declarations or in HTML
10 attributes.
12 The below text should not be differently colored than the default
13 text color, which is what this reftest tests.
15 <font id="focus_ring">Some text #1</font>
16 <font style="color: -webkit-focus-ring-color">Some text #2</font>