Title: [234035] branches/safari-606-branch/LayoutTests
Revision
234035
Author
[email protected]
Date
2018-07-20 01:05:55 -0700 (Fri, 20 Jul 2018)

Log Message

Cherry-pick r234014. rdar://problem/42417113

    Fix the test.

    * editing/mac/attributed-string/attributed-string-for-typing-with-color-filter.html:

    git-svn-id: https://svn.webkit.org/repository/webkit/trunk@234014 268f45cc-cd09-0410-ab3c-d52691b4dbfc

Modified Paths

Diff

Modified: branches/safari-606-branch/LayoutTests/ChangeLog (234034 => 234035)


--- branches/safari-606-branch/LayoutTests/ChangeLog	2018-07-20 08:05:52 UTC (rev 234034)
+++ branches/safari-606-branch/LayoutTests/ChangeLog	2018-07-20 08:05:55 UTC (rev 234035)
@@ -1,5 +1,21 @@
 2018-07-20  Babak Shafiei  <[email protected]>
 
+        Cherry-pick r234014. rdar://problem/42417113
+
+    Fix the test.
+    
+    * editing/mac/attributed-string/attributed-string-for-typing-with-color-filter.html:
+    
+    git-svn-id: https://svn.webkit.org/repository/webkit/trunk@234014 268f45cc-cd09-0410-ab3c-d52691b4dbfc
+
+    2018-07-19  Simon Fraser  <[email protected]>
+
+            Fix the test.
+
+            * editing/mac/attributed-string/attributed-string-for-typing-with-color-filter.html:
+
+2018-07-20  Babak Shafiei  <[email protected]>
+
         Cherry-pick r234005. rdar://problem/42417113
 
     Setting foreground color when editing should take color-filter into account, and report the correct foreground color for collapsed selections

Modified: branches/safari-606-branch/LayoutTests/editing/mac/attributed-string/attributed-string-for-typing-with-color-filter.html (234034 => 234035)


--- branches/safari-606-branch/LayoutTests/editing/mac/attributed-string/attributed-string-for-typing-with-color-filter.html	2018-07-20 08:05:52 UTC (rev 234034)
+++ branches/safari-606-branch/LayoutTests/editing/mac/attributed-string/attributed-string-for-typing-with-color-filter.html	2018-07-20 08:05:55 UTC (rev 234035)
@@ -20,8 +20,6 @@
     var serialized = serializeAttributedString(attribString);
  
     result.textContent = 'Input:\n' + editor.outerHTML.trim() + '\n\nOutput:\n' + serialized;
-
-    document.body.appendChild(pre);
 }
 </script>
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to