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

Side by Side Diff: LayoutTests/webexposed/css-properties-as-js-properties.html

Issue 58533003: Move fast/js/resources files to resources. (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="../fast/js/resources/js-test-pre.js"></script> 2 <script src="../resources/js-test.js"></script>
3 <script> 3 <script>
4 debug("This test (crudely) documents Blink's web-exposed CSS properties. All ch anges to this list should go through Blink's feature review process: http://www. chromium.org/blink#new-features"); 4 debug("This test (crudely) documents Blink's web-exposed CSS properties. All ch anges to this list should go through Blink's feature review process: http://www. chromium.org/blink#new-features");
5 debug(""); 5 debug("");
6 Object.getOwnPropertyNames(document.createElement("foo").style).sort().forEach(f unction(property) { 6 Object.getOwnPropertyNames(document.createElement("foo").style).sort().forEach(f unction(property) {
7 debug(property); 7 debug(property);
8 }) 8 })
9 </script> 9 </script>
OLDNEW
« no previous file with comments | « LayoutTests/webaudio/waveshaper-oversample-4x.html ('k') | LayoutTests/webexposed/global-constructors-attributes.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698