| Index: LayoutTests/fast/dom/custom/unresolved-pseudoclass-expected.txt
|
| diff --git a/LayoutTests/fast/dom/custom/unresolved-pseudoclass-expected.txt b/LayoutTests/fast/dom/custom/unresolved-pseudoclass-expected.txt
|
| index d7458f89e7a81ec523b338ae7339f12c38fff243..0da2bc1f70d77b13ba49475939aa495299d04dc1 100644
|
| --- a/LayoutTests/fast/dom/custom/unresolved-pseudoclass-expected.txt
|
| +++ b/LayoutTests/fast/dom/custom/unresolved-pseudoclass-expected.txt
|
| @@ -8,7 +8,9 @@ PASS window.getComputedStyle(a).color is "rgb(0, 0, 222)"
|
| PASS window.getComputedStyle(b).color is "rgb(0, 0, 222)"
|
| PASS window.getComputedStyle(b).borderColor is "rgb(0, 0, 111)"
|
| PASS window.getComputedStyle(c).color is "rgb(0, 222, 0)"
|
| +PASS window.getComputedStyle(a).color is "rgb(0, 222, 0)"
|
| PASS window.getComputedStyle(d).color is "rgb(0, 111, 0)"
|
| +PASS window.getComputedStyle(b).color is "rgb(0, 111, 0)"
|
| PASS successfullyParsed is true
|
|
|
| TEST COMPLETE
|
|
|