Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(76)

Unified Diff: third_party/WebKit/LayoutTests/fast/text/insert-text-crash-expected.txt

Issue 2072093002: Remove style spans to follow the styles of list item (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebaseline for fixing test fails Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/fast/text/insert-text-crash-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/text/insert-text-crash-expected.txt b/third_party/WebKit/LayoutTests/fast/text/insert-text-crash-expected.txt
index 537c2c02e51dd2c159de83783d3bc19371809add..8df2d0b101244149313ded64d32835287ac08bb4 100644
--- a/third_party/WebKit/LayoutTests/fast/text/insert-text-crash-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/text/insert-text-crash-expected.txt
@@ -1,4 +1,5 @@
-CONSOLE WARNING: line 46: We don't execute document.execCommand() this time, because it is called recursively.
-CONSOLE WARNING: line 60: SVG's SMIL animations (<animate>, <set>, etc.) are deprecated and will be removed. Please use CSS animations or Web animations instead.
-a:ce#@:a:ce#@::l:l
+CONSOLE ERROR: line 24: Uncaught TypeError: oElement.insertAdjacentHTML is not a function
+CONSOLE ERROR: line 60: Uncaught TypeError: Cannot read property 'parentNode' of null
+a:ce#@::l
+
Test passes if it does not CRASH.

Powered by Google App Engine
This is Rietveld 408576698