Index: LayoutTests/fast/dom/css-RGBValue-expected.txt |
diff --git a/LayoutTests/fast/dom/css-RGBValue-expected.txt b/LayoutTests/fast/dom/css-RGBValue-expected.txt |
deleted file mode 100644 |
index 09bfc81125cc1d0cec0996a3eb112e07e99678a8..0000000000000000000000000000000000000000 |
--- a/LayoutTests/fast/dom/css-RGBValue-expected.txt |
+++ /dev/null |
@@ -1,12 +0,0 @@ |
-This test ensures that objects RGBColor objects return the correct values. |
- |
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". |
- |
- |
-PASS window.getComputedStyle(element, '').getPropertyCSSValue('color').getRGBColorValue().red.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is 10 |
-PASS window.getComputedStyle(element, '').getPropertyCSSValue('color').getRGBColorValue().green.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is 20 |
-PASS window.getComputedStyle(element, '').getPropertyCSSValue('color').getRGBColorValue().blue.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is 30 |
-PASS successfullyParsed is true |
- |
-TEST COMPLETE |
- |