Title: [234014] trunk/LayoutTests
Revision
234014
Author
[email protected]
Date
2018-07-19 16:20:49 -0700 (Thu, 19 Jul 2018)

Log Message

Fix the test.

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

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (234013 => 234014)


--- trunk/LayoutTests/ChangeLog	2018-07-19 23:19:31 UTC (rev 234013)
+++ trunk/LayoutTests/ChangeLog	2018-07-19 23:20:49 UTC (rev 234014)
@@ -1,3 +1,9 @@
+2018-07-19  Simon Fraser  <[email protected]>
+
+        Fix the test.
+
+        * editing/mac/attributed-string/attributed-string-for-typing-with-color-filter.html:
+
 2018-07-18  Simon Fraser  <[email protected]>
 
         Setting foreground color when editing should take color-filter into account, and report the correct foreground color for collapsed selections

Modified: trunk/LayoutTests/editing/mac/attributed-string/attributed-string-for-typing-with-color-filter.html (234013 => 234014)


--- trunk/LayoutTests/editing/mac/attributed-string/attributed-string-for-typing-with-color-filter.html	2018-07-19 23:19:31 UTC (rev 234013)
+++ trunk/LayoutTests/editing/mac/attributed-string/attributed-string-for-typing-with-color-filter.html	2018-07-19 23:20:49 UTC (rev 234014)
@@ -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