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

Side by Side Diff: third_party/WebKit/LayoutTests/editing/selection/focus-contenteditable-iframe-expected.txt

Issue 2695193002: Selection API: setBaseAndExtent() and selectAllChildren() should create new Range based on the spec… (Closed)
Patch Set: rebase 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 unified diff | Download patch
OLDNEW
1 This tests focusing the body element in a contentEditable iframe. The whole body contents should be selected. Focus should only place the cursor at the beginnin g of the body if there isn't an existing selection. 1 This tests focusing the body element in a contentEditable iframe. The whole body contents should be selected. Focus should only place the cursor at the beginnin g of the body if there isn't an existing selection.
2 | <html> 2 | <html>
3 | <head> 3 | <head>
4 | <body> 4 | <body>
5 | contenteditable="true" 5 | contenteditable="true"
6 | "<#selection-anchor>asdf<#selection-focus>" 6 | <#selection-anchor>
7 | "asdf"
8 | <#selection-focus>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698