Title: [209490] trunk/LayoutTests
Revision
209490
Author
rn...@webkit.org
Date
2016-12-07 15:53:10 -0800 (Wed, 07 Dec 2016)

Log Message

Rebaseline tests after r209486. Also updated media-shadow-manipulation.html now that range is null.

* fast/shadow-dom/color-input-element-shadow-manipulation-expected.txt:
* fast/shadow-dom/file-input-element-shadow-manipulation-expected.txt:
* fast/shadow-dom/media-shadow-manipulation-expected.txt:
* fast/shadow-dom/media-shadow-manipulation.html:
* fast/shadow-dom/range-input-element-shadow-manipulation-expected.txt:
* fast/shadow-dom/textarea-shadow-manipulation-expected.txt:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (209489 => 209490)


--- trunk/LayoutTests/ChangeLog	2016-12-07 23:41:58 UTC (rev 209489)
+++ trunk/LayoutTests/ChangeLog	2016-12-07 23:53:10 UTC (rev 209490)
@@ -1,3 +1,14 @@
+2016-12-07  Ryosuke Niwa  <rn...@webkit.org>
+
+        Rebaseline tests after r209486. Also updated media-shadow-manipulation.html now that range is null.
+
+        * fast/shadow-dom/color-input-element-shadow-manipulation-expected.txt:
+        * fast/shadow-dom/file-input-element-shadow-manipulation-expected.txt:
+        * fast/shadow-dom/media-shadow-manipulation-expected.txt:
+        * fast/shadow-dom/media-shadow-manipulation.html:
+        * fast/shadow-dom/range-input-element-shadow-manipulation-expected.txt:
+        * fast/shadow-dom/textarea-shadow-manipulation-expected.txt:
+
 2016-12-07  Ryan Haddad  <ryanhad...@apple.com>
 
         Marking two compositing tests as failing.

Modified: trunk/LayoutTests/fast/shadow-dom/color-input-element-shadow-manipulation-expected.txt (209489 => 209490)


--- trunk/LayoutTests/fast/shadow-dom/color-input-element-shadow-manipulation-expected.txt	2016-12-07 23:41:58 UTC (rev 209489)
+++ trunk/LayoutTests/fast/shadow-dom/color-input-element-shadow-manipulation-expected.txt	2016-12-07 23:53:10 UTC (rev 209490)
@@ -2,4 +2,4 @@
 PASS successfullyParsed is true
 
 TEST COMPLETE
-foo 
+

Modified: trunk/LayoutTests/fast/shadow-dom/file-input-element-shadow-manipulation-expected.txt (209489 => 209490)


--- trunk/LayoutTests/fast/shadow-dom/file-input-element-shadow-manipulation-expected.txt	2016-12-07 23:41:58 UTC (rev 209489)
+++ trunk/LayoutTests/fast/shadow-dom/file-input-element-shadow-manipulation-expected.txt	2016-12-07 23:53:10 UTC (rev 209490)
@@ -2,4 +2,4 @@
 PASS successfullyParsed is true
 
 TEST COMPLETE
-foo 
+

Modified: trunk/LayoutTests/fast/shadow-dom/media-shadow-manipulation-expected.txt (209489 => 209490)


--- trunk/LayoutTests/fast/shadow-dom/media-shadow-manipulation-expected.txt	2016-12-07 23:41:58 UTC (rev 209489)
+++ trunk/LayoutTests/fast/shadow-dom/media-shadow-manipulation-expected.txt	2016-12-07 23:53:10 UTC (rev 209490)
@@ -1,5 +1,5 @@
-PASS Passes if we did not debug assert.
+PASS bounds = video_element.getBoundingClientRect(); document.caretRangeFromPoint(bounds.left + 10, bounds.bottom - 10) is null
 PASS successfullyParsed is true
 
 TEST COMPLETE
-foo 
+

Modified: trunk/LayoutTests/fast/shadow-dom/media-shadow-manipulation.html (209489 => 209490)


--- trunk/LayoutTests/fast/shadow-dom/media-shadow-manipulation.html	2016-12-07 23:41:58 UTC (rev 209489)
+++ trunk/LayoutTests/fast/shadow-dom/media-shadow-manipulation.html	2016-12-07 23:53:10 UTC (rev 209490)
@@ -6,12 +6,7 @@
 window.jsTestIsAsync = true;
 
 function runTest() {
-    var bounds = video_element.getBoundingClientRect();
-    var range = document.caretRangeFromPoint(bounds.left + 10, bounds.bottom - 10);
-    var shadow_tree_container = range.commonAncestorContainer;
-    shadow_tree_container.prepend("foo");
-    video_element.disabled = true;
-    testPassed("Passes if we did not debug assert.");
+    shouldBe('bounds = video_element.getBoundingClientRect(); document.caretRangeFromPoint(bounds.left + 10, bounds.bottom - 10)', 'null');
     finishJSTest();
 }
 </script>

Modified: trunk/LayoutTests/fast/shadow-dom/range-input-element-shadow-manipulation-expected.txt (209489 => 209490)


--- trunk/LayoutTests/fast/shadow-dom/range-input-element-shadow-manipulation-expected.txt	2016-12-07 23:41:58 UTC (rev 209489)
+++ trunk/LayoutTests/fast/shadow-dom/range-input-element-shadow-manipulation-expected.txt	2016-12-07 23:53:10 UTC (rev 209490)
@@ -2,4 +2,4 @@
 PASS successfullyParsed is true
 
 TEST COMPLETE
-foo 
+

Modified: trunk/LayoutTests/fast/shadow-dom/textarea-shadow-manipulation-expected.txt (209489 => 209490)


--- trunk/LayoutTests/fast/shadow-dom/textarea-shadow-manipulation-expected.txt	2016-12-07 23:41:58 UTC (rev 209489)
+++ trunk/LayoutTests/fast/shadow-dom/textarea-shadow-manipulation-expected.txt	2016-12-07 23:53:10 UTC (rev 209490)
@@ -2,4 +2,4 @@
 PASS successfullyParsed is true
 
 TEST COMPLETE
-foo 
+
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to