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

Side by Side Diff: LayoutTests/fast/regions/element-region-overset-state-vertical-rl.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="../../fast/js/resources/js-test-pre.js"></script> 3 <script src="../../resources/js-test.js"></script>
4 <style> 4 <style>
5 html {-webkit-writing-mode: vertical-rl;} 5 html {-webkit-writing-mode: vertical-rl;}
6 body { font-family: monospace; } 6 body { font-family: monospace; }
7 7
8 #article { 8 #article {
9 -webkit-flow-into: article; 9 -webkit-flow-into: article;
10 border: 2px solid black; 10 border: 2px solid black;
11 } 11 }
12 12
13 #region_1, #region_2, #region_3 { 13 #region_1, #region_2, #region_3 {
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after
99 99
100 shouldBeEqualToString("regionOverset('region_1')", "empty"); 100 shouldBeEqualToString("regionOverset('region_1')", "empty");
101 shouldBeEqualToString("regionOverset('region_2')", "empty"); 101 shouldBeEqualToString("regionOverset('region_2')", "empty");
102 shouldBeEqualToString("regionOverset('region_3')", "empty"); 102 shouldBeEqualToString("regionOverset('region_3')", "empty");
103 } 103 }
104 104
105 test(); 105 test();
106 </script> 106 </script>
107 </body> 107 </body>
108 </html> 108 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698