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

Unified Diff: third_party/WebKit/LayoutTests/imported/wpt/html/dom/reflection-embedded-expected.txt

Issue 2490233002: Use unsigned longs in HTMLImageElement idl (Closed)
Patch Set: Fix compile error Created 4 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/imported/wpt/html/dom/reflection-embedded-expected.txt
diff --git a/third_party/WebKit/LayoutTests/imported/wpt/html/dom/reflection-embedded-expected.txt b/third_party/WebKit/LayoutTests/imported/wpt/html/dom/reflection-embedded-expected.txt
index 162c6837957cb10bbd80e93a3fae96a2b6fdfc89..421d48cd31ac0f5267b17344e92c8e7c4a058087 100644
--- a/third_party/WebKit/LayoutTests/imported/wpt/html/dom/reflection-embedded-expected.txt
+++ b/third_party/WebKit/LayoutTests/imported/wpt/html/dom/reflection-embedded-expected.txt
@@ -20,12 +20,8 @@ PASS img.srcset: 32 tests
PASS img.crossOrigin: 52 tests
PASS img.useMap: 32 tests
PASS img.isMap: 33 tests
-PASS img.width: 7 tests
-FAIL img.width: IDL set to 2147483648 assert_equals: getAttribute() expected "0" but got "-2147483648"
-FAIL img.width: IDL set to 4294967295 assert_equals: getAttribute() expected "0" but got "-1"
-PASS img.height: 7 tests
-FAIL img.height: IDL set to 2147483648 assert_equals: getAttribute() expected "0" but got "-2147483648"
-FAIL img.height: IDL set to 4294967295 assert_equals: getAttribute() expected "0" but got "-1"
+PASS img.width: 9 tests
+PASS img.height: 9 tests
PASS img.name: 32 tests
PASS img.lowsrc: 38 tests
PASS img.align: 32 tests

Powered by Google App Engine
This is Rietveld 408576698