Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / css / id-or-class-before-stylesheet-strict-expected.txt
blobc3d7fd4984836040e8d4c6d227ae98d3c989a512
1 Test that elements before inline stylesheets get their style updated properly
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS window.getComputedStyle(document.getElementById("testid")).backgroundColor is "rgb(0, 128, 0)"
7 PASS window.getComputedStyle(document.getElementsByClassName("testclass")[0]).backgroundColor is "rgb(0, 128, 0)"
8 PASS window.getComputedStyle(document.getElementById("testID2")).backgroundColor is "rgb(255, 0, 0)"
9 PASS window.getComputedStyle(document.getElementsByClassName("testClass2")[0]).backgroundColor is "rgb(255, 0, 0)"
10 PASS successfullyParsed is true
12 TEST COMPLETE
13 id test
14 class test
15 case insensitive id test
16 case insensitive class test