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

Side by Side Diff: third_party/WebKit/LayoutTests/editing/style/toggle-style-bold-italic-expected.txt

Issue 2453463007: Convert editing/style/toggle-style-bold-italic.html to utilize w3c test harness (Closed)
Patch Set: 2016-10-27T14:52:51 Created 4 years, 1 month 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
« no previous file with comments | « third_party/WebKit/LayoutTests/editing/style/toggle-style-bold-italic.html ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n
2 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n
3 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n
4 EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
5 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n
6 EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
7 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n
8 EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
9 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n
10 EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
11 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n
12 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n
13 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n
14 EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
15 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n
16 EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
17 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n
18 EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
19 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n
20 EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
21 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n
22 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n
23 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n
24 EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
25 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n
26 EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
27 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n
28 EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
29 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n
30 EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
31 Tests bold/italic style toggling on a content that has text node without rendere r (Ex: Tab/Space used for indentation)
32
33 Some text
34 Some more text
35
36
37 Test for mac
38 execBoldCommand: <div id="test"> <div><b>Some text</b></div> <p><b>Some more tex t</b></p> </div>
39 execItalicCommand: <div id="test"> <div><b><i>Some text</i></b></div> <p><b><i>S ome more text</i></b></p> </div>
40 execBoldCommand: <div id="test"> <div><i>Some text</i></div> <p><i>Some more tex t</i></p> </div>
41 execItalicCommand: <div id="test"> <div>Some text</div> <p>Some more text</p> </ div>
42
43 Test for win
44 execBoldCommand: <div id="test"> <div><b>Some text</b></div> <p><b>Some more tex t</b></p> </div>
45 execItalicCommand: <div id="test"> <div><b><i>Some text</i></b></div> <p><b><i>S ome more text</i></b></p> </div>
46 execBoldCommand: <div id="test"> <div><i>Some text</i></div> <p><i>Some more tex t</i></p> </div>
47 execItalicCommand: <div id="test"> <div>Some text</div> <p>Some more text</p> </ div>
48
49 Test for unix
50 execBoldCommand: <div id="test"> <div><b>Some text</b></div> <p><b>Some more tex t</b></p> </div>
51 execItalicCommand: <div id="test"> <div><b><i>Some text</i></b></div> <p><b><i>S ome more text</i></b></p> </div>
52 execBoldCommand: <div id="test"> <div><i>Some text</i></div> <p><i>Some more tex t</i></p> </div>
53 execItalicCommand: <div id="test"> <div>Some text</div> <p>Some more text</p> </ div>
OLDNEW
« no previous file with comments | « third_party/WebKit/LayoutTests/editing/style/toggle-style-bold-italic.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698