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

Side by Side Diff: LayoutTests/fast/dom/shadow/offset-parent-does-not-leak-ua-shadow.html

Issue 48903019: Delete js-test-post.js. (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 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <script src="../../js/resources/js-test-pre.js"></script> 2 <script src="../../js/resources/js-test-pre.js"></script>
3 <body> 3 <body>
4 <div id="container" style="position: relative;"></div> 4 <div id="container" style="position: relative;"></div>
5 <script> 5 <script>
6 description('offsetParent should not leak nodes in user agent Shadow DOM.'); 6 description('offsetParent should not leak nodes in user agent Shadow DOM.');
7 7
8 if (!window.internals) 8 if (!window.internals)
9 fail('This test requires window.internals to manipulate user agent Shadow DO M.'); 9 fail('This test requires window.internals to manipulate user agent Shadow DO M.');
10 10
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
42 42
43 // Test that offsetParent works 'through' user agent Shadow DOM when there is no 43 // Test that offsetParent works 'through' user agent Shadow DOM when there is no
44 // positioned ancestor in user agent Shadow DOM 44 // positioned ancestor in user agent Shadow DOM
45 shadow.positionedElement.removeAttribute('style'); 45 shadow.positionedElement.removeAttribute('style');
46 shouldBe('child.offsetParent', 'container'); 46 shouldBe('child.offsetParent', 'container');
47 47
48 container.remove(); 48 container.remove();
49 49
50 successfullyParsed = true; 50 successfullyParsed = true;
51 </script> 51 </script>
52 <script src="../../js/resources/js-test-post.js"></script>
OLDNEW
« no previous file with comments | « LayoutTests/fast/dom/shadow/nodetype.html ('k') | LayoutTests/fast/dom/shadow/offsetWidth-host-style-change.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698