Index: third_party/WebKit/LayoutTests/csspaint/style-background-image-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/csspaint/style-background-image-expected.txt b/third_party/WebKit/LayoutTests/csspaint/style-background-image-expected.txt |
index a4d55b721c4c64005373455dc04c1f434dffefff..72ad1701ee76930c48e3ade1b0a8e69035a0aab5 100644 |
--- a/third_party/WebKit/LayoutTests/csspaint/style-background-image-expected.txt |
+++ b/third_party/WebKit/LayoutTests/csspaint/style-background-image-expected.txt |
@@ -1,6 +1,6 @@ |
CONSOLE MESSAGE: line 8: --bar: [null] |
CONSOLE MESSAGE: line 8: --foo: bar |
-CONSOLE MESSAGE: line 8: align-items: start |
+CONSOLE MESSAGE: line 8: align-items: normal |
CONSOLE MESSAGE: line 8: border-radius: 2px |
This tests the style information in the paint callback. |
@@ -8,5 +8,5 @@ See the devtools console for test output. The console should log: |
--bar: [null] |
--foo: bar |
-align-items: start |
+align-items: normal |
border-radius: 2px |