Index: third_party/WebKit/LayoutTests/inspector/sources/bezier-swatch-position-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/inspector/sources/bezier-swatch-position-expected.txt b/third_party/WebKit/LayoutTests/inspector/sources/bezier-swatch-position-expected.txt |
new file mode 100644 |
index 0000000000000000000000000000000000000000..0faedae9c20e37a32408b3bd298858b598b6cab8 |
--- /dev/null |
+++ b/third_party/WebKit/LayoutTests/inspector/sources/bezier-swatch-position-expected.txt |
@@ -0,0 +1,19 @@ |
+Tests that bezier swatches are updated properly in CSS Sources. |
+ |
+Initial swatch positions: |
+Line 1, Column 25: ease-in-out |
+Line 4, Column 32: cubic-bezier(0.25, 0.46, 0.45, 0.94) |
+ |
+Running: testEditBezier |
+Line 1, Column 25: linear |
+Line 4, Column 32: cubic-bezier(0.25, 0.46, 0.45, 0.94) |
+ |
+Running: testAddBezier |
+Line 1, Column 25: linear |
+Line 1, Column 55: cubic-bezier(0, 0.5, 1, 1) |
+Line 4, Column 32: cubic-bezier(0.25, 0.46, 0.45, 0.94) |
+ |
+Running: testInvalidateBezier |
+Line 1, Column 25: linear |
+Line 4, Column 32: cubic-bezier(0.25, 0.46, 0.45, 0.94) |
+ |