Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / dom / custom / unresolved-pseudoclass-expected.txt
blob0da2bc1f70d77b13ba49475939aa495299d04dc1
1 Tests the :unresolved pseudoclass.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS document.querySelector("x-x:unresolved") is a
7 PASS window.getComputedStyle(a).color is "rgb(0, 0, 222)"
8 PASS window.getComputedStyle(b).color is "rgb(0, 0, 222)"
9 PASS window.getComputedStyle(b).borderColor is "rgb(0, 0, 111)"
10 PASS window.getComputedStyle(c).color is "rgb(0, 222, 0)"
11 PASS window.getComputedStyle(a).color is "rgb(0, 222, 0)"
12 PASS window.getComputedStyle(d).color is "rgb(0, 111, 0)"
13 PASS window.getComputedStyle(b).color is "rgb(0, 111, 0)"
14 PASS successfullyParsed is true
16 TEST COMPLETE