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

Unified Diff: third_party/WebKit/LayoutTests/editing/undo/redo-selection-modify-crash.html

Issue 2680943004: Make FrameSelection to hold non-canonicalized positions (Closed)
Patch Set: 2014-02-14T23:34:22 Update TestExpectation to include extend-{0,2,4}0.html and selectAllChildren.html Created 3 years, 10 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/editing/undo/redo-selection-modify-crash.html
diff --git a/third_party/WebKit/LayoutTests/editing/undo/redo-selection-modify-crash.html b/third_party/WebKit/LayoutTests/editing/undo/redo-selection-modify-crash.html
index 3b8980979c136d4ffd8c95c04e59374d744a28ee..1899aef5bcdb8f36ef722d2ed8e45f6f47b6b181 100644
--- a/third_party/WebKit/LayoutTests/editing/undo/redo-selection-modify-crash.html
+++ b/third_party/WebKit/LayoutTests/editing/undo/redo-selection-modify-crash.html
@@ -15,8 +15,6 @@ test(() => {
selection.document.querySelector('i').remove();
selection.document.execCommand('redo');
},
- navigator.platform.indexOf('Mac') == 0
- ? '<div contenteditable>^foo|<br></div>'
- : '<div contenteditable>^foo<br>|</div>');
+ '<div contenteditable>^foo|<br></div>');
});
</script>

Powered by Google App Engine
This is Rietveld 408576698