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

Side by Side Diff: LayoutTests/fast/dom/shadow/content-element-select-dynamic.html

Issue 898783003: Move rendering/RenderLayer* to layout/ (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 10 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 | Annotate | Revision Log
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <head> 3 <head>
4 <style> 4 <style>
5 /* relative positioning ensures underlying RenderLayer */ 5 /* relative positioning ensures underlying Layer */
6 .container { 6 .container {
7 position: relative; 7 position: relative;
8 } 8 }
9 9
10 .span { 10 .span {
11 display: boxed-inline; 11 display: boxed-inline;
12 margin: 2px; 12 margin: 2px;
13 border: solid; 13 border: solid;
14 } 14 }
15 </style> 15 </style>
(...skipping 154 matching lines...) Expand 10 before | Expand all | Expand 10 after
170 </script> 170 </script>
171 </head> 171 </head>
172 <body onload="doTest(testFuncs)"> 172 <body onload="doTest(testFuncs)">
173 173
174 <div id="actual-container" class="container"></div> 174 <div id="actual-container" class="container"></div>
175 <div id="expect-container" class="container"></div> 175 <div id="expect-container" class="container"></div>
176 <pre id="console"></pre> 176 <pre id="console"></pre>
177 177
178 </body> 178 </body>
179 </html> 179 </html>
OLDNEW
« no previous file with comments | « LayoutTests/fast/dom/shadow/content-element-renderers.html ('k') | LayoutTests/fast/dom/shadow/create-content-element.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698