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

Side by Side Diff: LayoutTests/fast/dom/document-dir-property.html

Issue 48903019: Delete js-test-post.js. (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> 3 <script>
4 var headReadDocumentDir = document.dir; 4 var headReadDocumentDir = document.dir;
5 document.dir = "rtl"; 5 document.dir = "rtl";
6 var headWriteDocumentDir = document.dir; 6 var headWriteDocumentDir = document.dir;
7 </script> 7 </script>
8 </head> 8 </head>
9 <body> 9 <body>
10 <div id="description"></div> 10 <div id="description"></div>
(...skipping 22 matching lines...) Expand all
33 33
34 debug("Write document.dir in body"); 34 debug("Write document.dir in body");
35 document.dir = "ltr"; 35 document.dir = "ltr";
36 shouldBe("document.dir", "'ltr'"); 36 shouldBe("document.dir", "'ltr'");
37 debug(""); 37 debug("");
38 38
39 debug("Read document.body.dir in body"); 39 debug("Read document.body.dir in body");
40 shouldBe("document.body.dir", "'ltr'"); 40 shouldBe("document.body.dir", "'ltr'");
41 debug(""); 41 debug("");
42 </script> 42 </script>
43 <script src="../js/resources/js-test-post.js"></script>
44 </body> 43 </body>
45 </html> 44 </html>
OLDNEW
« no previous file with comments | « LayoutTests/fast/dom/document-body-getter-setter.html ('k') | LayoutTests/fast/dom/document-head.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698