Index: third_party/WebKit/LayoutTests/animations/api-readonly-object-types-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/animations/api-readonly-object-types-expected.txt b/third_party/WebKit/LayoutTests/animations/api-readonly-object-types-expected.txt |
new file mode 100644 |
index 0000000000000000000000000000000000000000..08d45bef3153861b8a0af598f97cb4b9516d45a9 |
--- /dev/null |
+++ b/third_party/WebKit/LayoutTests/animations/api-readonly-object-types-expected.txt |
@@ -0,0 +1,5 @@ |
+This is a testharness.js-based test. |
+PASS KeyframeEffect constructor creates and exposes an AnimationEffectTiming object |
+FAIL KeyframeEffectReadOnly constructor creates and exposes an AnimationEffectTimingReadOnly object assert_equals: expected "[object AnimationEffectTimingReadOnly]" but got "[object AnimationEffectTiming]" |
+Harness: the test ran to completion. |
+ |