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

Side by Side Diff: LayoutTests/editing/execCommand/arguments-combinations-expected.txt

Issue 751553005: Sync execCommand() and queryCommand*() IDL with spec (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase Created 6 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 These are tests for testing the how execCommand() works with different combinati ons of arguments. The "InsertHorizontalRule" command was chosen arbitrarily beca use it was what I was working on at the time, but the results should be parallel ed in the other commands as well. 1 These are tests for testing the how execCommand() works with different combinati ons of arguments. The "InsertHorizontalRule" command was chosen arbitrarily beca use it was what I was working on at the time, but the results should be parallel ed in the other commands as well.
2 2
3 CONSOLE 3 CONSOLE
4 4
5 PASS <hr> is <hr> 5 PASS <hr> is <hr>
6 PASS <hr> is <hr> 6 PASS <hr> is <hr>
7 PASS <hr id="foo"> is <hr id="foo"> 7 PASS <hr id="foo"> is <hr id="foo">
8 PASS <hr id="foo"> is <hr id="foo"> 8 PASS <hr id="foo"> is <hr id="foo">
9 PASS <hr> is <hr> 9 PASS <hr> is <hr>
10 PASS <hr> is <hr> 10 PASS <hr id="null"> is <hr id="null">
11 PASS <hr> is <hr> 11 PASS <hr> is <hr>
12 PASS <hr id="0"> is <hr id="0"> 12 PASS <hr id="0"> is <hr id="0">
13 PASS <hr> is <hr> 13 PASS <hr> is <hr>
14 14
OLDNEW
« no previous file with comments | « LayoutTests/editing/execCommand/arguments-combinations.html ('k') | LayoutTests/editing/execCommand/insertImage-src.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698