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

Unified Diff: third_party/WebKit/LayoutTests/imported/wpt/html/webappapis/scripting/processing-model-2/compile-error-data-url.html

Issue 2022203002: Import wpt@d510ec1abc30eee4c855c13842bc2f0dfa791f8b (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Message changed by testharness.js update Created 4 years, 7 months 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/imported/wpt/html/webappapis/scripting/processing-model-2/compile-error-data-url.html
diff --git a/third_party/WebKit/LayoutTests/imported/wpt/html/webappapis/scripting/processing-model-2/compile-error-data-url.html b/third_party/WebKit/LayoutTests/imported/wpt/html/webappapis/scripting/processing-model-2/compile-error-data-url.html
index ef7dd8913d6fc9b90f81965aad1a01b54ee58158..08ce2f348f1949965cee533937a02507a8bc7515 100644
--- a/third_party/WebKit/LayoutTests/imported/wpt/html/webappapis/scripting/processing-model-2/compile-error-data-url.html
+++ b/third_party/WebKit/LayoutTests/imported/wpt/html/webappapis/scripting/processing-model-2/compile-error-data-url.html
@@ -17,11 +17,11 @@
ran = true;
col_value = d;
assert_equals(typeof a, 'string', 'first arg');
- assert_equals(b, 'data:text/javascript,for(;) {}', 'second arg');
+ assert_equals(b, 'data:text/javascript,for(;){}', 'second arg');
assert_equals(typeof c, 'number', 'third arg');
});
</script>
- <script src="data:text/javascript,for(;) {}"></script>
+ <script src="data:text/javascript,for(;){}"></script>
<script>
t.step(function(){
assert_true(ran, 'ran');
@@ -33,4 +33,4 @@
});
</script>
</body>
-</html>
+</html>

Powered by Google App Engine
This is Rietveld 408576698