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

Unified Diff: third_party/WebKit/LayoutTests/typedcssom/computedstyle/custom-properties-expected.txt

Issue 2791193004: [Typed CSSOM] New design for computed styles which includes custom properties (Closed)
Patch Set: replace node check with dcheck Created 3 years, 7 months 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
Index: third_party/WebKit/LayoutTests/typedcssom/computedstyle/custom-properties-expected.txt
diff --git a/third_party/WebKit/LayoutTests/typedcssom/computedstyle/custom-properties-expected.txt b/third_party/WebKit/LayoutTests/typedcssom/computedstyle/custom-properties-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..01bebaa4955d6f77f79d299678058de8bc63cf56
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/typedcssom/computedstyle/custom-properties-expected.txt
@@ -0,0 +1,13 @@
+This is a testharness.js-based test.
+PASS Getting a length type registered property returns a CSSSimpleLength
+FAIL Getting a URL image type registered property returns a CSSURLImageValue assert_equals: expected "loaded" but got "unloaded"
+PASS Getting a width with a length type var value returns a CSSSimpleLength
+PASS Getting a background-image with a URL image type var value returns a CSSURLImageValue
+PASS Getting an inherited length type registered property returns a CSSSimpleLength
+PASS Getting a non-inherited length type registered property returns a CSSSimpleLength
+PASS Getting a height with a calc type containing var values returns a CSSCalcLength
+PASS Getting the value of a registered property that isn't set on the element returns the initial value for the property
+PASS Getting the value of a property that isn't registered returns null
+PASS getAll for a length type registered property returns a single value
+Harness: the test ran to completion.
+

Powered by Google App Engine
This is Rietveld 408576698