Title: [226219] trunk/LayoutTests
Revision
226219
Author
ms2...@igalia.com
Date
2017-12-21 06:44:47 -0800 (Thu, 21 Dec 2017)

Log Message

REGRESSION(r207238): [GTK] Layout test storage/domstorage/events/basic-body-attribute.html is failing
https://bugs.webkit.org/show_bug.cgi?id=163826

Reviewed by Daniel Bates.

Update basic-body-attribute.html to the current standard.

* platform/gtk/TestExpectations:
* platform/win/TestExpectations:
* platform/wpe/TestExpectations:
* storage/domstorage/events/basic-body-attribute-expected.txt:
* storage/domstorage/events/basic-body-attribute.html:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (226218 => 226219)


--- trunk/LayoutTests/ChangeLog	2017-12-21 10:56:58 UTC (rev 226218)
+++ trunk/LayoutTests/ChangeLog	2017-12-21 14:44:47 UTC (rev 226219)
@@ -1,3 +1,18 @@
+2017-12-21  Ms2ger  <ms2...@igalia.com>
+
+        REGRESSION(r207238): [GTK] Layout test storage/domstorage/events/basic-body-attribute.html is failing
+        https://bugs.webkit.org/show_bug.cgi?id=163826
+
+        Reviewed by Daniel Bates.
+
+        Update basic-body-attribute.html to the current standard.
+
+        * platform/gtk/TestExpectations:
+        * platform/win/TestExpectations:
+        * platform/wpe/TestExpectations:
+        * storage/domstorage/events/basic-body-attribute-expected.txt:
+        * storage/domstorage/events/basic-body-attribute.html:
+
 2017-12-20  Ryosuke Niwa  <rn...@webkit.org>
 
         DeferredLoadingScope incorrectly disabled images or enables deferred loading

Modified: trunk/LayoutTests/platform/gtk/TestExpectations (226218 => 226219)


--- trunk/LayoutTests/platform/gtk/TestExpectations	2017-12-21 10:56:58 UTC (rev 226218)
+++ trunk/LayoutTests/platform/gtk/TestExpectations	2017-12-21 14:44:47 UTC (rev 226219)
@@ -3062,8 +3062,6 @@
 webkit.org/b/163823 media/video-defaultmuted.html [ Failure ]
 webkit.org/b/163823 media/video-volume-slider.html [ Failure ]
 
-webkit.org/b/163826 storage/domstorage/events/basic-body-attribute.html [ Failure ]
-
 webkit.org/b/163827 storage/websql/quota-tracking.html [ Failure ]
 
 webkit.org/b/163830 svg/css/mix-blend-mode-background-root.svg [ ImageOnlyFailure ]

Modified: trunk/LayoutTests/platform/win/TestExpectations (226218 => 226219)


--- trunk/LayoutTests/platform/win/TestExpectations	2017-12-21 10:56:58 UTC (rev 226218)
+++ trunk/LayoutTests/platform/win/TestExpectations	2017-12-21 14:44:47 UTC (rev 226219)
@@ -3272,7 +3272,6 @@
 pageoverlay/overlay-large-document-scrolled.html [ Failure ]
 pageoverlay/overlay-large-document.html [ Failure ]
 security/contentSecurityPolicy/plugins-types-allows-youtube-plugin-replacement.html [ Failure ]
-storage/domstorage/events/basic-body-attribute.html [ Failure ]
 storage/indexeddb/modern/blob-cursor.html [ Failure ]
 streams/readable-byte-stream-controller.html [ Failure ]
 svg/W3C-SVG-1.1/struct-dom-03-b.svg [ Failure ]

Modified: trunk/LayoutTests/platform/wpe/TestExpectations (226218 => 226219)


--- trunk/LayoutTests/platform/wpe/TestExpectations	2017-12-21 10:56:58 UTC (rev 226218)
+++ trunk/LayoutTests/platform/wpe/TestExpectations	2017-12-21 14:44:47 UTC (rev 226219)
@@ -794,7 +794,6 @@
 Bug(WPE) fast/dom/nodesFromRect [ Pass ]
 
 Bug(WPE) storage/indexeddb/modern/index-3-private.html [ Crash ]
-Bug(WPE) storage/domstorage/events/basic-body-attribute.html [ Failure ]
 Bug(WPE) storage/indexeddb/modern/date-basic-private.html [ Failure ]
 Bug(WPE) storage/indexeddb/modern/date-basic.html [ Failure ]
 Bug(WPE) storage/indexeddb/modern/get-keyrange-private.html [ Failure ]

Modified: trunk/LayoutTests/storage/domstorage/events/basic-body-attribute-expected.txt (226218 => 226219)


--- trunk/LayoutTests/storage/domstorage/events/basic-body-attribute-expected.txt	2017-12-21 10:56:58 UTC (rev 226218)
+++ trunk/LayoutTests/storage/domstorage/events/basic-body-attribute-expected.txt	2017-12-21 14:44:47 UTC (rev 226219)
@@ -44,7 +44,7 @@
 PASS storageEventList[6].newValue is null
 storage.clear()
 PASS storageEventList.length is 8
-PASS storageEventList[7].key is ""
+PASS storageEventList[7].key is null
 PASS storageEventList[7].oldValue is null
 PASS storageEventList[7].newValue is null
 
@@ -90,7 +90,7 @@
 PASS storageEventList[6].newValue is null
 storage.clear()
 PASS storageEventList.length is 8
-PASS storageEventList[7].key is ""
+PASS storageEventList[7].key is null
 PASS storageEventList[7].oldValue is null
 PASS storageEventList[7].newValue is null
 

Modified: trunk/LayoutTests/storage/domstorage/events/basic-body-attribute.html (226218 => 226219)


--- trunk/LayoutTests/storage/domstorage/events/basic-body-attribute.html	2017-12-21 10:56:58 UTC (rev 226218)
+++ trunk/LayoutTests/storage/domstorage/events/basic-body-attribute.html	2017-12-21 14:44:47 UTC (rev 226219)
@@ -95,7 +95,7 @@
 function step6()
 {
     shouldBe("storageEventList.length", "8");
-    shouldBeEqualToString("storageEventList[7].key", "");
+    shouldBeNull("storageEventList[7].key");
     shouldBeNull("storageEventList[7].oldValue");
     shouldBeNull("storageEventList[7].newValue");
  
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to