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

Side by Side Diff: LayoutTests/fast/dom/css-mediarule-functions-expected.txt

Issue 16818023: DOMException toString is not correct (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase Created 7 years, 6 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 | Annotate | Revision Log
OLDNEW
1 This tests the insertRule(rule, index) and deleteRule(index) methods of the CSSM ediaRule interface. It has passed if all of the output below begins with the tex t "PASS". 1 This tests the insertRule(rule, index) and deleteRule(index) methods of the CSSM ediaRule interface. It has passed if all of the output below begins with the tex t "PASS".
2 2
3 PASS: No exception raised! New rule inserted successfully. 3 PASS: No exception raised! New rule inserted successfully.
4 PASS: Exception raised successfully. Type: Error: IndexSizeError: DOM Exception 1 4 PASS: Exception raised successfully. Type: IndexSizeError: Index or size was neg ative, or greater than the allowed value.
5 PASS: Exception raised successfully. Type: Error: IndexSizeError: DOM Exception 1 5 PASS: Exception raised successfully. Type: IndexSizeError: Index or size was neg ative, or greater than the allowed value.
6 PASS: Exception raised successfully. Type: Error: SyntaxError: DOM Exception 12 6 PASS: Exception raised successfully. Type: SyntaxError: An invalid or illegal st ring was specified.
7 PASS: Exception raised successfully. Type: Error: HierarchyRequestError: DOM Exc eption 3 7 PASS: Exception raised successfully. Type: HierarchyRequestError: A Node was ins erted somewhere it doesn't belong.
8 PASS: Exception raised successfully. Type: Error: SyntaxError: DOM Exception 12 8 PASS: Exception raised successfully. Type: SyntaxError: An invalid or illegal st ring was specified.
9 PASS: Exception raised successfully. Type: Error: SyntaxError: DOM Exception 12 9 PASS: Exception raised successfully. Type: SyntaxError: An invalid or illegal st ring was specified.
10 PASS: No exception raised! Rule at position 'length - 1' deleted successfully. 10 PASS: No exception raised! Rule at position 'length - 1' deleted successfully.
11 PASS: Exception raised successfully. Type: Error: IndexSizeError: DOM Exception 1 11 PASS: Exception raised successfully. Type: IndexSizeError: Index or size was neg ative, or greater than the allowed value.
12 PASS: Exception raised successfully. Type: Error: IndexSizeError: DOM Exception 1 12 PASS: Exception raised successfully. Type: IndexSizeError: Index or size was neg ative, or greater than the allowed value.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698