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

Side by Side Diff: third_party/WebKit/LayoutTests/imported/wpt/dom/nodes/Document-getElementById.html

Issue 1988983002: Move the dom directory from web-platform-tests/ to wpt/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <meta charset=utf-8> 2 <meta charset=utf-8>
3 <title>Document.getElementById</title> 3 <title>Document.getElementById</title>
4 <link rel="author" title="Tetsuharu OHZEKI" href="mailto:saneyuki.snyk@gmail.com "> 4 <link rel="author" title="Tetsuharu OHZEKI" href="mailto:saneyuki.snyk@gmail.com ">
5 <link rel=help href="https://dom.spec.whatwg.org/#dom-document-getelementbyid"> 5 <link rel=help href="https://dom.spec.whatwg.org/#dom-document-getelementbyid">
6 <script src="../../../../resources/testharness.js"></script> 6 <script src="../../../../resources/testharness.js"></script>
7 <script src="../../../../resources/testharnessreport.js"></script> 7 <script src="../../../../resources/testharnessreport.js"></script>
8 <body> 8 <body>
9 <div id="log"></div> 9 <div id="log"></div>
10 10
(...skipping 330 matching lines...) Expand 10 before | Expand all | Expand 10 after
341 // TODO: 341 // TODO:
342 // id attribute in a namespace 342 // id attribute in a namespace
343 343
344 344
345 // TODO: 345 // TODO:
346 // SVG + MathML elements with id attributes 346 // SVG + MathML elements with id attributes
347 347
348 </script> 348 </script>
349 </body> 349 </body>
350 </html> 350 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698