Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4)

Unified Diff: LayoutTests/fast/dom/css-RGBValue-expected.txt

Issue 689323002: Remove tests which are only testing getPropertyCSSValue, etc. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « LayoutTests/fast/dom/css-RGBValue.html ('k') | LayoutTests/fast/dom/script-tests/css-RGBValue.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
-
« no previous file with comments | « LayoutTests/fast/dom/css-RGBValue.html ('k') | LayoutTests/fast/dom/script-tests/css-RGBValue.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698