Modified: branches/safari-601-branch/LayoutTests/ChangeLog (197420 => 197421)
--- branches/safari-601-branch/LayoutTests/ChangeLog 2016-03-01 23:51:53 UTC (rev 197420)
+++ branches/safari-601-branch/LayoutTests/ChangeLog 2016-03-01 23:57:41 UTC (rev 197421)
@@ -1,5 +1,11 @@
2016-03-01 Ryan Haddad <[email protected]>
+ Rebaseline fast/css/will-change-parsing.html. rdar://problem/24743200
+
+ * fast/css/will-change-parsing-expected.txt:
+
+2016-03-01 Ryan Haddad <[email protected]>
+
Update TesetExpectations for fast/text/multiple-feature-properties.html. rdar://problem/24494562
* platform/mac/TestExpectations:
Modified: branches/safari-601-branch/LayoutTests/fast/css/will-change-parsing-expected.txt (197420 => 197421)
--- branches/safari-601-branch/LayoutTests/fast/css/will-change-parsing-expected.txt 2016-03-01 23:51:53 UTC (rev 197420)
+++ branches/safari-601-branch/LayoutTests/fast/css/will-change-parsing-expected.txt 2016-03-01 23:57:41 UTC (rev 197421)
@@ -8,25 +8,25 @@
PASS testComputedStyle("will-change: contents;") is "contents"
PASS test("will-change: inherit;") is "inherit"
PASS test("will-change: initial;") is "initial"
-PASS test("will-change: all;") is ""
-PASS test("will-change: none;") is ""
-PASS test("will-change: default;") is ""
-PASS test("will-change: will-change;") is ""
+FAIL test("will-change: all;") should be (of type string). Was null (of type object).
+FAIL test("will-change: none;") should be (of type string). Was null (of type object).
+FAIL test("will-change: default;") should be (of type string). Was null (of type object).
+FAIL test("will-change: will-change;") should be (of type string). Was null (of type object).
PASS test("will-change: auto;") is "auto"
-PASS test("will-change: auto, contents;") is ""
+FAIL test("will-change: auto, contents;") should be (of type string). Was null (of type object).
PASS test("will-change: scroll-position;") is "scroll-position"
PASS test("will-change: contents;") is "contents"
PASS test("will-change: scroll-position, scroll-position;") is "scroll-position, scroll-position"
PASS test("will-change: contents, scroll-position, transform;") is "contents, scroll-position, transform"
PASS test("will-change: contents, transform, scroll-position, transform;") is "contents, transform, scroll-position, transform"
-PASS test("will-change: , background;") is ""
+FAIL test("will-change: , background;") should be (of type string). Was null (of type object).
PASS test("will-change: background, transform;") is "background, transform"
-PASS test("will-change: background transform;") is ""
-PASS test("will-change: background, all;") is ""
-PASS test("will-change: background, will-change;") is ""
+FAIL test("will-change: background transform;") should be (of type string). Was null (of type object).
+FAIL test("will-change: background, all;") should be (of type string). Was null (of type object).
+FAIL test("will-change: background, will-change;") should be (of type string). Was null (of type object).
PASS test("will-change: unknown-property;") is "unknown-property"
-PASS test("will-change: transform, initial;") is ""
-PASS test("will-change: default;") is ""
+FAIL test("will-change: transform, initial;") should be (of type string). Was null (of type object).
+FAIL test("will-change: default;") should be (of type string). Was null (of type object).
PASS successfullyParsed is true
TEST COMPLETE