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

Side by Side Diff: LayoutTests/fast/dom/attribute-namespaces-get-set.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
« no previous file with comments | « no previous file | LayoutTests/fast/dom/css-element-attribute-js-null.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <html> 1 <html>
2 <head> 2 <head>
3 <script> 3 <script>
4 function debug(str) { 4 function debug(str) {
5 var c = document.getElementById('console') 5 var c = document.getElementById('console')
6 c.appendChild(document.createTextNode(str + '\n')); 6 c.appendChild(document.createTextNode(str + '\n'));
7 } 7 }
8 8
9 function print(message, color) 9 function print(message, color)
10 { 10 {
(...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after
97 shouldBe("attributes.length", 1); 97 shouldBe("attributes.length", 1);
98 98
99 } 99 }
100 100
101 </script> 101 </script>
102 </head> 102 </head>
103 <body onload="runTests();"> 103 <body onload="runTests();">
104 <pre id="console"> 104 <pre id="console">
105 </pre> 105 </pre>
106 </body> 106 </body>
107 </html> 107 </html>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/dom/css-element-attribute-js-null.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698