Index: third_party/WebKit/LayoutTests/fast/css/variables/custom-properties-in-object-model-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/fast/css/variables/custom-properties-in-object-model-expected.txt b/third_party/WebKit/LayoutTests/fast/css/variables/custom-properties-in-object-model-expected.txt |
new file mode 100644 |
index 0000000000000000000000000000000000000000..0ec33206e06e673574469d14f155984fc87000fd |
--- /dev/null |
+++ b/third_party/WebKit/LayoutTests/fast/css/variables/custom-properties-in-object-model-expected.txt |
@@ -0,0 +1,15 @@ |
+PASS style.getPropertyValue("--important") is "green" |
+PASS style.getPropertyValue("--not-important") is "red" |
+PASS style.getPropertyValue("color") is "var(--important)" |
+PASS style.getPropertyPriority("--important") is "important" |
+PASS style.getPropertyPriority("--not-important") is "" |
+PASS style.getPropertyValue("--foo") is "papayawhip" |
+PASS style.getPropertyPriority("--foo") is "" |
+PASS style.getPropertyPriority("--important-foo") is "important" |
+PASS style.getPropertyValue("--important-foo") is "" |
+PASS style.removeProperty("--foo") is "papayawhip" |
+PASS style.getPropertyValue("--foo") is "" |
+PASS successfullyParsed is true |
+ |
+TEST COMPLETE |
+ |