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

Side by Side Diff: LayoutTests/fast/regions/element-region-overset-state.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 #article { 5 #article {
6 -webkit-flow-into: article; 6 -webkit-flow-into: article;
7 border: 2px solid black; 7 border: 2px solid black;
8 } 8 }
9 #region_1, #region_2, #region_3 { 9 #region_1, #region_2, #region_3 {
10 -webkit-flow-from: no_article; 10 -webkit-flow-from: no_article;
11 overflow:visible; 11 overflow:visible;
12 display:inline-block; 12 display:inline-block;
13 vertical-align:top; 13 vertical-align:top;
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
91 flowContent("no_article"); 91 flowContent("no_article");
92 92
93 shouldBeEqualToString("regionOverset('region_1')", "empty"); 93 shouldBeEqualToString("regionOverset('region_1')", "empty");
94 shouldBeEqualToString("regionOverset('region_2')", "empty"); 94 shouldBeEqualToString("regionOverset('region_2')", "empty");
95 shouldBeEqualToString("regionOverset('region_3')", "empty"); 95 shouldBeEqualToString("regionOverset('region_3')", "empty");
96 } 96 }
97 test(); 97 test();
98 </script> 98 </script>
99 </body> 99 </body>
100 </html> 100 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698