Title: [247648] trunk/LayoutTests
- Revision
- 247648
- Author
- [email protected]
- Date
- 2019-07-19 09:56:00 -0700 (Fri, 19 Jul 2019)
Log Message
Rebase fast/forms/ios/typing-in-input-in-iframe.html after r244141
https://bugs.webkit.org/show_bug.cgi?id=199875
<rdar://problem/50060561>
Patch by Alex Christensen <[email protected]> on 2019-07-19
Reviewed by Megan Gardner.
With r247571 and its justification, we need to rebase another test.
* fast/forms/ios/typing-in-input-in-iframe-expected.txt:
* fast/forms/ios/typing-in-input-in-iframe.html:
Modified Paths
Diff
Modified: trunk/LayoutTests/ChangeLog (247647 => 247648)
--- trunk/LayoutTests/ChangeLog 2019-07-19 15:58:05 UTC (rev 247647)
+++ trunk/LayoutTests/ChangeLog 2019-07-19 16:56:00 UTC (rev 247648)
@@ -1,3 +1,16 @@
+2019-07-19 Alex Christensen <[email protected]>
+
+ Rebase fast/forms/ios/typing-in-input-in-iframe.html after r244141
+ https://bugs.webkit.org/show_bug.cgi?id=199875
+ <rdar://problem/50060561>
+
+ Reviewed by Megan Gardner.
+
+ With r247571 and its justification, we need to rebase another test.
+
+ * fast/forms/ios/typing-in-input-in-iframe-expected.txt:
+ * fast/forms/ios/typing-in-input-in-iframe.html:
+
2019-07-19 Antoine Quint <[email protected]>
Unable to bring up custom media controls on iOS for video.sina.cn
Modified: trunk/LayoutTests/fast/forms/ios/typing-in-input-in-iframe-expected.txt (247647 => 247648)
--- trunk/LayoutTests/fast/forms/ios/typing-in-input-in-iframe-expected.txt 2019-07-19 15:58:05 UTC (rev 247647)
+++ trunk/LayoutTests/fast/forms/ios/typing-in-input-in-iframe-expected.txt 2019-07-19 16:56:00 UTC (rev 247648)
@@ -1,5 +1,5 @@
Tests that typing into a text input in an iframe should not scroll.
-PASS: page did not scroll.
+PASS: page scrolled to 1143
Click to focus input
Modified: trunk/LayoutTests/fast/forms/ios/typing-in-input-in-iframe.html (247647 => 247648)
--- trunk/LayoutTests/fast/forms/ios/typing-in-input-in-iframe.html 2019-07-19 15:58:05 UTC (rev 247647)
+++ trunk/LayoutTests/fast/forms/ios/typing-in-input-in-iframe.html 2019-07-19 16:56:00 UTC (rev 247648)
@@ -39,7 +39,7 @@
function pageDidScroll()
{
- document.getElementById('result').textContent = 'FAIL: page scrolled to ' + document.scrollingElement.scrollTop;
+ document.getElementById('result').textContent = 'PASS: page scrolled to ' + document.scrollingElement.scrollTop;
}
function testTyping()
@@ -76,7 +76,7 @@
<p>Tests that typing into a text input in an iframe should not scroll.</p>
<div id="result">
- PASS: page did not scroll.
+ FAIL: page did not scroll.
</div>
<button id="target" _onclick_="buttonClicked()">Click to focus input</button>
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes