Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <!DOCTYPE html> | |
| 2 <meta charset="UTF-8"> | |
| 3 <style> | |
| 4 .expected { color: green; } | |
| 5 </style> | |
| 6 <body> | |
| 7 <script src="resources/interpolation-test.js"></script> | |
| 8 <template id="target-template">float</template> | |
| 9 <script> | |
| 10 assertNoInterpolation({ | |
| 11 property: 'float', | |
| 12 from: 'left', | |
| 13 to: 'right', | |
| 14 }); | |
| 15 </script> | |
| 16 </body> | |
| OLD | NEW |