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

Unified Diff: third_party/WebKit/LayoutTests/fast/dom/HTMLElement/set-inner-outer-optimization.html

Issue 2532393003: Remove the wrong optimization in replacing a text node with innerHTML (Closed)
Patch Set: use NeedsRebaseline Created 4 years 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/dom/HTMLElement/set-inner-outer-optimization.html
diff --git a/third_party/WebKit/LayoutTests/fast/dom/HTMLElement/set-inner-outer-optimization.html b/third_party/WebKit/LayoutTests/fast/dom/HTMLElement/set-inner-outer-optimization.html
index 1a14e2887825eff5930438f345869d9cbcce4116..701685472d97b99e5d85b5417ace0960b6c5530c 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/HTMLElement/set-inner-outer-optimization.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/HTMLElement/set-inner-outer-optimization.html
@@ -74,8 +74,8 @@ function test()
runTest('', 'innerHTML', '<a></a><b></b>', 'modified');
runTest('text', 'innerHTML', '', 'modified');
- runTest('text', 'innerHTML', 'different text', 'modified, with same first child');
- runTest('text', 'innerHTML', 'text', 'not modified');
+ runTest('text', 'innerHTML', 'different text', 'modified');
+ runTest('text', 'innerHTML', 'text', 'modified');
runTest('text', 'innerHTML', '<a></a>', 'modified');
runTest('text', 'innerHTML', '<a></a><b></b>', 'modified');
« no previous file with comments | « third_party/WebKit/LayoutTests/TestExpectations ('k') | third_party/WebKit/LayoutTests/fast/dom/adopt-node-crash.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698