Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / css / id-or-class-before-stylesheet-expected.txt
blob2182de57f5acc196f5b345f5b0a97f4ed91f1eb3
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(0, 128, 0)"
9 PASS window.getComputedStyle(document.getElementsByClassName("testClass2")[0]).backgroundColor is "rgb(0, 128, 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