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

Side by Side Diff: LayoutTests/fast/dom/shadow/transition-on-shadow-host-with-distributed-node.html

Issue 14594006: Remove Internals::createShadowRoot(element) and polyfill.js. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 7 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 <script src="resources/polyfill.js"></script>
5 <style> 4 <style>
6 .box { 5 .box {
7 height: 100px; 6 height: 100px;
8 width: 100px; 7 width: 100px;
9 margin: 10px; 8 margin: 10px;
10 background-color: gray; 9 background-color: gray;
11 } 10 }
12 11
13 #box { 12 #box {
14 opacity: 1; 13 opacity: 1;
(...skipping 29 matching lines...) Expand all
44 <!-- If this test pass, css transition will be started and --> 43 <!-- If this test pass, css transition will be started and -->
45 <!-- the css transition will be paused by using pauseTransitionAtTimeOnEleme nt. --> 44 <!-- the css transition will be paused by using pauseTransitionAtTimeOnEleme nt. -->
46 <div id="box" class="box" style="background: green;"> 45 <div id="box" class="box" style="background: green;">
47 <div>Content</div> 46 <div>Content</div>
48 <div>New Content</div> 47 <div>New Content</div>
49 </div> 48 </div>
50 49
51 <div id="result"></div> 50 <div id="result"></div>
52 </body> 51 </body>
53 </html> 52 </html>
OLDNEW
« no previous file with comments | « LayoutTests/fast/dom/shadow/title-element-in-shadow.html ('k') | LayoutTests/fast/dom/shadow/wheel-event-in-shadow-dom.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698