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

Side by Side Diff: LayoutTests/fast/dom/shadow/pseudoclass-update-checked-option.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 <script src="../../js/resources/js-test-pre.js"></script> 4 <script src="../../js/resources/js-test-pre.js"></script>
6 </head> 5 </head>
7 6
8 <body> 7 <body>
9 8
10 <p>When an option element became 'checked' or not-'checked', distribution should happen.</p> 9 <p>When an option element became 'checked' or not-'checked', distribution should happen.</p>
11 <p>Since an option element does not create a renderer, we cannot check this usin g reftest.</p> 10 <p>Since an option element does not create a renderer, we cannot check this usin g reftest.</p>
12 11
13 <div id="container"> 12 <div id="container">
14 <div id="host1"> 13 <div id="host1">
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
46 shouldBe('nodes2.item(0).innerHTML', '"option 2"'); 45 shouldBe('nodes2.item(0).innerHTML', '"option 2"');
47 46
48 container.innerHTML = ""; 47 container.innerHTML = "";
49 finishJSTest(); 48 finishJSTest();
50 }, 0); 49 }, 0);
51 50
52 </script> 51 </script>
53 <script src="../../js/resources/js-test-post.js"></script> 52 <script src="../../js/resources/js-test-post.js"></script>
54 </body> 53 </body>
55 </html> 54 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698