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

Side by Side Diff: LayoutTests/svg/dom/SVGGeometryElement.html

Issue 144463014: Add [StrictTypeChecking] to the SVGGeometryElement interface (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 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 | Annotate | Revision Log
OLDNEW
(Empty)
1 <!doctype html>
Nils Barth (inactive) 2014/02/12 03:29:51 Style notes: http://www.w3.org/TR/html5/syntax.htm
fs 2014/02/12 10:07:27 Done.
2 <title>SVGGeometryElement</title>
3 <svg><rect/></svg>
Nils Barth (inactive) 2014/02/12 03:29:51 <rect></rect> not <rect/> (no self-closing tags in
fs 2014/02/12 10:07:27 Done.
4 <script src=../../resources/js-test.js></script>
Nils Barth (inactive) 2014/02/12 03:29:51 We conventionally quote this, with double quotes.
fs 2014/02/12 10:07:27 Done.
5 <script>
6 var rect = document.querySelector('rect');
7 shouldThrow("rect.isPointInFill(null)");
Nils Barth (inactive) 2014/02/12 03:29:51 Single quotes in JavaScript.
fs 2014/02/12 10:07:27 Done.
8 shouldThrow("rect.isPointInFill(undefined)");
9 shouldThrow("rect.isPointInStroke(null)");
10 shouldThrow("rect.isPointInStroke(undefined)");
11 </script>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/svg/dom/SVGGeometryElement-expected.txt » ('j') | Source/bindings/scripts/code_generator_v8.pm » ('J')

Powered by Google App Engine
This is Rietveld 408576698