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

Side by Side Diff: LayoutTests/fast/dom/StyleSheet/gc-rule-children-wrappers.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 <html> 1 <html>
2 <head> 2 <head>
3 3
4 <style> 4 <style>
5 @import url("data:text/css,* { color:black; }"); 5 @import url("data:text/css,* { color:black; }");
6 6
7 * { color: black } 7 * { color: black }
8 8
9 @font-face { 9 @font-face {
10 font-family: 'CustomName'; 10 font-family: 'CustomName';
(...skipping 29 matching lines...) Expand all
40 test("document.styleSheets[0].cssRules[0]", "CSSRule.IMPORT_RULE", "styleShe et"); 40 test("document.styleSheets[0].cssRules[0]", "CSSRule.IMPORT_RULE", "styleShe et");
41 test("document.styleSheets[0].cssRules[1]", "CSSRule.STYLE_RULE", "style"); 41 test("document.styleSheets[0].cssRules[1]", "CSSRule.STYLE_RULE", "style");
42 test("document.styleSheets[0].cssRules[2]", "CSSRule.FONT_FACE_RULE", "style "); 42 test("document.styleSheets[0].cssRules[2]", "CSSRule.FONT_FACE_RULE", "style ");
43 test("document.styleSheets[0].cssRules[3]", "CSSRule.MEDIA_RULE", "cssRules" ); 43 test("document.styleSheets[0].cssRules[3]", "CSSRule.MEDIA_RULE", "cssRules" );
44 test("document.styleSheets[0].cssRules[3]", "CSSRule.MEDIA_RULE", "media"); 44 test("document.styleSheets[0].cssRules[3]", "CSSRule.MEDIA_RULE", "media");
45 test("document.styleSheets[0].cssRules[4]", "CSSRule.WEBKIT_KEYFRAMES_RULE", "cssRules"); 45 test("document.styleSheets[0].cssRules[4]", "CSSRule.WEBKIT_KEYFRAMES_RULE", "cssRules");
46 test("document.styleSheets[0].cssRules[4].cssRules[0]", "CSSRule.WEBKIT_KEYF RAME_RULE", "style"); 46 test("document.styleSheets[0].cssRules[4].cssRules[0]", "CSSRule.WEBKIT_KEYF RAME_RULE", "style");
47 test("document.styleSheets[0].cssRules[5]", "CSSRule.PAGE_RULE", "style"); 47 test("document.styleSheets[0].cssRules[5]", "CSSRule.PAGE_RULE", "style");
48 48
49 </script> 49 </script>
50 <script src="../../js/resources/js-test-post.js"></script>
51 </body> 50 </body>
52 </html> 51 </html>
OLDNEW
« no previous file with comments | « LayoutTests/fast/dom/StyleSheet/gc-parent-stylesheet.html ('k') | LayoutTests/fast/dom/StyleSheet/gc-styleheet-wrapper.xhtml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698