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

Unified Diff: LayoutTests/platform/win/fast/dom/tabindex-clamp-expected.txt

Issue 303163007: Unreviewed Win XP rebaselines for r175038, part 7 (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 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
« no previous file with comments | « LayoutTests/platform/win/fast/css/font-family-pictograph-expected.txt ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/platform/win/fast/dom/tabindex-clamp-expected.txt
diff --git a/LayoutTests/platform/win/fast/dom/tabindex-clamp-expected.txt b/LayoutTests/platform/win/fast/dom/tabindex-clamp-expected.txt
deleted file mode 100644
index 63daa3851698e05503cd1e5fa33a9b1cedfb9a48..0000000000000000000000000000000000000000
--- a/LayoutTests/platform/win/fast/dom/tabindex-clamp-expected.txt
+++ /dev/null
@@ -1,35 +0,0 @@
-This page tests that the tabindex attribute is clamped to values between -32768 and 32767. Values outside of this range should be clamped to the range limits.
-
-
-Testing input elements in the page
-getAttribute("tabindex") = 40000; tabIndex = 32767
-getAttribute("tabindex") = 32768; tabIndex = 32767
-getAttribute("tabindex") = 32767; tabIndex = 32767
-getAttribute("tabindex") = 32766; tabIndex = 32766
-getAttribute("tabindex") = 0; tabIndex = 0
-getAttribute("tabindex") = -1; tabIndex = -1
-getAttribute("tabindex") = -32767; tabIndex = -32767
-getAttribute("tabindex") = -32768; tabIndex = -32768
-getAttribute("tabindex") = -32769; tabIndex = -32768
-getAttribute("tabindex") = -40000; tabIndex = -32768
-Testing setAttribute on an anchor element made with document.createElement
-getAttribute("tabindex") = 40000; tabIndex = 32767
-getAttribute("tabindex") = 32768; tabIndex = 32767
-getAttribute("tabindex") = 32767; tabIndex = 32767
-getAttribute("tabindex") = 32766; tabIndex = 32766
-getAttribute("tabindex") = 0; tabIndex = 0
-getAttribute("tabindex") = -1; tabIndex = -1
-getAttribute("tabindex") = -32767; tabIndex = -32767
-getAttribute("tabindex") = -32768; tabIndex = -32768
-getAttribute("tabindex") = -40000; tabIndex = -32768
-Testing tabIndex on an area element made with document.createElement
-getAttribute("tabindex") = 40000; tabIndex = 32767
-getAttribute("tabindex") = 32768; tabIndex = 32767
-getAttribute("tabindex") = 32767; tabIndex = 32767
-getAttribute("tabindex") = 32766; tabIndex = 32766
-getAttribute("tabindex") = 0; tabIndex = 0
-getAttribute("tabindex") = -1; tabIndex = -1
-getAttribute("tabindex") = -32767; tabIndex = -32767
-getAttribute("tabindex") = -32768; tabIndex = -32768
-getAttribute("tabindex") = -40000; tabIndex = -32768
-
« no previous file with comments | « LayoutTests/platform/win/fast/css/font-family-pictograph-expected.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698