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

Unified Diff: third_party/WebKit/LayoutTests/imported/wpt/IndexedDB/key_invalid.htm

Issue 2020943002: update-w3c-deps: Do not modify testharness tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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/IndexedDB/key_invalid.htm
diff --git a/third_party/WebKit/LayoutTests/imported/wpt/IndexedDB/key_invalid.htm b/third_party/WebKit/LayoutTests/imported/wpt/IndexedDB/key_invalid.htm
index f2d2cf8a86ae09ed542b5583e3b2bf39debe93cc..30759d5ef3e594852990808621ce75c840d0ac39 100644
--- a/third_party/WebKit/LayoutTests/imported/wpt/IndexedDB/key_invalid.htm
+++ b/third_party/WebKit/LayoutTests/imported/wpt/IndexedDB/key_invalid.htm
@@ -1,12 +1,12 @@
<!DOCTYPE html>
-<!-- Submitted from TestTWF Paris -->
+<!-- Submitted from TestTWF Paris -->
<meta charset=utf-8">
<title>Invalid key</title>
<link rel=help href="http://dvcs.w3.org/hg/IndexedDB/raw-file/tip/Overview.html#key-construct">
<link rel=assert title="A value is said to be a valid key if it is one of the following types: Array JavaScript objects [ECMA-262], DOMString [WEBIDL], Date [ECMA-262] or float [WEBIDL]. However Arrays are only valid keys if every item in the array is defined and is a valid key (i.e. sparse arrays can not be valid keys) and if the Array doesn't directly or indirectly contain itself. Any non-numeric properties are ignored, and thus does not affect whether the Array is a valid key. Additionally, if the value is of type float, it is only a valid key if it is not NaN, and if the value is of type Date it is only a valid key if its [[PrimitiveValue]] internal property, as defined by [ECMA-262], is not NaN. Conforming user agents must support all valid keys as keys.">
-<!-- original author -->
+<!-- original author -->
<link rel=author href="mailto:odinho@opera.com" title="Odin Hørthe Omdal">
-<!-- some additions by Baptiste Fontaine (batifon@yahoo.fr) -->
+<!-- some additions by Baptiste Fontaine (batifon@yahoo.fr) -->
<script src=/resources/testharness.js></script>
<script src=/resources/testharnessreport.js></script>
<script src=support.js></script>

Powered by Google App Engine
This is Rietveld 408576698