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

Side by Side Diff: LayoutTests/fast/dom/gc-9.html

Issue 692433003: Don't require getPropertyCSSValue in fast tests (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 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
OLDNEW
1 <html> 1 <html>
2 <head> 2 <head>
3 <style> 3 <style>
4 body { 4 body {
5 color: black; 5 color: black;
6 padding: 0px 0px 0px 0px; 6 padding: 0px 0px 0px 0px;
7 } 7 }
8 8
9 .hidden { 9 .hidden {
10 visibility: hidden; 10 visibility: hidden;
(...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after
136 136
137 [ "document.getElementsByTagName('form')[0].elements", "allow custom" ], 137 [ "document.getElementsByTagName('form')[0].elements", "allow custom" ],
138 [ "document.getElementsByTagName('table')[0].rows", "allow custom" ], 138 [ "document.getElementsByTagName('table')[0].rows", "allow custom" ],
139 [ "document.getElementsByTagName('table')[0].rows[0].cells", "allow custom" ], 139 [ "document.getElementsByTagName('table')[0].rows[0].cells", "allow custom" ],
140 [ "document.getElementsByTagName('table')[0].tBodies", "allow custom" ], 140 [ "document.getElementsByTagName('table')[0].tBodies", "allow custom" ],
141 [ "document.getElementsByTagName('table')[0].tBodies[0].rows", "allow custom " ], 141 [ "document.getElementsByTagName('table')[0].tBodies[0].rows", "allow custom " ],
142 [ "document.body.children", "allow custom" ], 142 [ "document.body.children", "allow custom" ],
143 [ "document.getElementsByTagName('map')[0].areas", "allow custom" ], 143 [ "document.getElementsByTagName('map')[0].areas", "allow custom" ],
144 144
145 [ "document.body.style", "allow custom" ], 145 [ "document.body.style", "allow custom" ],
146 [ "document.body.style.getPropertyCSSValue('color')", "allow custom" ],
147 [ "document.styleSheets", "allow custom" ], 146 [ "document.styleSheets", "allow custom" ],
148 [ "document.styleSheets[0]", "allow custom" ], 147 [ "document.styleSheets[0]", "allow custom" ],
149 [ "document.styleSheets[0].cssRules", "allow custom"], 148 [ "document.styleSheets[0].cssRules", "allow custom"],
150 [ "document.styleSheets[0].cssRules[0]", "allow custom" ], 149 [ "document.styleSheets[0].cssRules[0]", "allow custom" ],
151 150
152 [ "new XPathEvaluator()" ], // XPathEvaluator 151 [ "new XPathEvaluator()" ], // XPathEvaluator
153 [ "new XPathEvaluator().evaluate('/', document, null, 0, null)" ], // XPathR esult 152 [ "new XPathEvaluator().evaluate('/', document, null, 0, null)" ], // XPathR esult
154 [ "document.createNSResolver(document)" ], // XPathNSResolver 153 [ "document.createNSResolver(document)" ], // XPathNSResolver
155 [ "document.createExpression('/', document.createNSResolver(document))" ] // XPathExpression 154 [ "document.createExpression('/', document.createNSResolver(document))" ] // XPathExpression
156 155
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
204 <canvas></canvas> 203 <canvas></canvas>
205 <select></select> 204 <select></select>
206 <object name="object"></object> 205 <object name="object"></object>
207 <form></form> 206 <form></form>
208 <table><tbody><tr></tr></tbody></table> 207 <table><tbody><tr></tr></tbody></table>
209 <map></map> 208 <map></map>
210 </div> 209 </div>
211 210
212 </body> 211 </body>
213 </html> 212 </html>
OLDNEW
« no previous file with comments | « LayoutTests/fast/dom/css-element-attribute-js-null-expected.txt ('k') | LayoutTests/fast/dom/gc-9-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698