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

Side by Side Diff: LayoutTests/fast/parser/localname-case.html

Issue 58533003: Move fast/js/resources files to resources. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 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 | Annotate | Revision Log
OLDNEW
1 <html> 1 <html>
2 <head> 2 <head>
3 <script src="../js/resources/js-test-pre.js"></script> 3 <script src="../../resources/js-test.js"></script>
4 </head> 4 </head>
5 <body> 5 <body>
6 <div> 6 <div>
7 This tests <a href="http://bugs.webkit.org/show_bug.cgi?id=14114">Bug 14114</a>. 7 This tests <a href="http://bugs.webkit.org/show_bug.cgi?id=14114">Bug 14114</a>.
8 </div> 8 </div>
9 <div> 9 <div>
10 Test Data: 10 Test Data:
11 <a id="lowercase" href="#">lowercase</a> 11 <a id="lowercase" href="#">lowercase</a>
12 <A id="uppercase" href="#">uppercase</A> 12 <A id="uppercase" href="#">uppercase</A>
13 </div> 13 </div>
14 <div id="console"></div> 14 <div id="console"></div>
15 <script> 15 <script>
16 shouldBe("document.getElementById('lowercase').localName", "'a'"); 16 shouldBe("document.getElementById('lowercase').localName", "'a'");
17 shouldBe("document.getElementById('uppercase').localName", "'a'"); 17 shouldBe("document.getElementById('uppercase').localName", "'a'");
18 </script> 18 </script>
19 </body> 19 </body>
20 </html> 20 </html>
OLDNEW
« no previous file with comments | « LayoutTests/fast/parser/fragment-parser-doctype.html ('k') | LayoutTests/fast/parser/localname-case-strict.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698