Title: [243646] trunk
Revision
243646
Author
cdu...@apple.com
Date
2019-03-29 08:56:41 -0700 (Fri, 29 Mar 2019)

Log Message

Unreviewed, rebaseline WPT test after r243638.

LayoutTests/imported/w3c:

* web-platform-tests/html/browsers/the-window-object/named-access-on-the-window-object/navigated-named-objects.window-expected.txt:

Source/WebCore:

* DerivedSources-input.xcfilelist:
* DerivedSources-output.xcfilelist:

Modified Paths

Diff

Modified: trunk/LayoutTests/imported/w3c/ChangeLog (243645 => 243646)


--- trunk/LayoutTests/imported/w3c/ChangeLog	2019-03-29 15:54:02 UTC (rev 243645)
+++ trunk/LayoutTests/imported/w3c/ChangeLog	2019-03-29 15:56:41 UTC (rev 243646)
@@ -1,3 +1,9 @@
+2019-03-29  Chris Dumez  <cdu...@apple.com>
+
+        Unreviewed, rebaseline WPT test after r243638.
+
+        * web-platform-tests/html/browsers/the-window-object/named-access-on-the-window-object/navigated-named-objects.window-expected.txt:
+
 2019-03-29  Cathie Chen  <cathiec...@igalia.com>
 
         Implement ResizeObserver.

Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/html/browsers/the-window-object/named-access-on-the-window-object/navigated-named-objects.window-expected.txt (243645 => 243646)


--- trunk/LayoutTests/imported/w3c/web-platform-tests/html/browsers/the-window-object/named-access-on-the-window-object/navigated-named-objects.window-expected.txt	2019-03-29 15:54:02 UTC (rev 243645)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/html/browsers/the-window-object/named-access-on-the-window-object/navigated-named-objects.window-expected.txt	2019-03-29 15:56:41 UTC (rev 243646)
@@ -2,7 +2,7 @@
 PASS Window's associated Document object is used for finding named objects (<div> via srcdoc <iframe>) 
 PASS Window's associated Document object is used for finding named objects (<object> via srcdoc <iframe>) 
 PASS Window's associated Document object is used for finding named objects (<iframe> via srcdoc <iframe>) 
-FAIL Window's associated Document object is used for finding named objects (<object> with browsing ccontext via srcdoc <iframe)> assert_equals: expected (object) null but got (undefined) undefined
+PASS Window's associated Document object is used for finding named objects (<object> with browsing ccontext via srcdoc <iframe)> 
 FAIL Window's associated Document object is used for finding named objects (<div> via same-origin <iframe>) f is not a function. (In 'f()', 'f' is undefined)
 FAIL Window's associated Document object is used for finding named objects (<object> via same-origin <iframe>) f is not a function. (In 'f()', 'f' is undefined)
 FAIL Window's associated Document object is used for finding named objects (<iframe> via same-origin <iframe>) f is not a function. (In 'f()', 'f' is undefined)

Modified: trunk/Source/WebCore/ChangeLog (243645 => 243646)


--- trunk/Source/WebCore/ChangeLog	2019-03-29 15:54:02 UTC (rev 243645)
+++ trunk/Source/WebCore/ChangeLog	2019-03-29 15:56:41 UTC (rev 243646)
@@ -1,3 +1,10 @@
+2019-03-29  Chris Dumez  <cdu...@apple.com>
+
+        Unreviewed, rebaseline WPT test after r243638.
+
+        * DerivedSources-input.xcfilelist:
+        * DerivedSources-output.xcfilelist:
+
 2019-03-28  Antoine Quint  <grao...@apple.com>
 
         All PointerEvent.isTrusted is always false.

Modified: trunk/Source/WebCore/DerivedSources-input.xcfilelist (243645 => 243646)


--- trunk/Source/WebCore/DerivedSources-input.xcfilelist	2019-03-29 15:54:02 UTC (rev 243645)
+++ trunk/Source/WebCore/DerivedSources-input.xcfilelist	2019-03-29 15:56:41 UTC (rev 243646)
@@ -915,6 +915,9 @@
 $(PROJECT_DIR)/page/PerformanceServerTiming.idl
 $(PROJECT_DIR)/page/PerformanceTiming.idl
 $(PROJECT_DIR)/page/RemoteDOMWindow.idl
+$(PROJECT_DIR)/page/ResizeObserver.idl
+$(PROJECT_DIR)/page/ResizeObserverCallback.idl
+$(PROJECT_DIR)/page/ResizeObserverEntry.idl
 $(PROJECT_DIR)/page/Screen.idl
 $(PROJECT_DIR)/page/ScrollIntoViewOptions.idl
 $(PROJECT_DIR)/page/ScrollLogicalPosition.idl

Modified: trunk/Source/WebCore/DerivedSources-output.xcfilelist (243645 => 243646)


--- trunk/Source/WebCore/DerivedSources-output.xcfilelist	2019-03-29 15:54:02 UTC (rev 243645)
+++ trunk/Source/WebCore/DerivedSources-output.xcfilelist	2019-03-29 15:56:41 UTC (rev 243646)
@@ -1317,6 +1317,12 @@
 $(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSRemoteDOMWindow.h
 $(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSRequestAnimationFrameCallback.cpp
 $(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSRequestAnimationFrameCallback.h
+$(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSResizeObserver.cpp
+$(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSResizeObserver.h
+$(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSResizeObserverCallback.cpp
+$(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSResizeObserverCallback.h
+$(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSResizeObserverEntry.cpp
+$(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSResizeObserverEntry.h
 $(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSRsaHashedImportParams.cpp
 $(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSRsaHashedImportParams.h
 $(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSRsaHashedKeyGenParams.cpp
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to