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

Side by Side Diff: LayoutTests/fast/media/media-query-overflow-value-expected.txt

Issue 639783002: Media query values should not be 0 when overflowed (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: fix nits Created 6 years, 2 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 unified diff | Download patch
« no previous file with comments | « LayoutTests/fast/media/media-query-overflow-value.html ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 Test MediaQuery values that overflow int range
2
3 "(min-width: 9999999999px)" evaluates to false: PASS
4 "(max-width: 9999999999px)" evaluates to true: PASS
5 "(min-device-width: 9999999999px)" evaluates to false: PASS
6 "(max-device-width: 9999999999px)" evaluates to true: PASS
7 "(min-height: 9999999999px)" evaluates to false: PASS
8 "(max-height: 9999999999px)" evaluates to true: PASS
9 "(min-device-height: 9999999999px)" evaluates to false: PASS
10 "(max-device-height: 9999999999px)" evaluates to true: PASS
11
OLDNEW
« no previous file with comments | « LayoutTests/fast/media/media-query-overflow-value.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698