[wpt-sync] Sync PR 53277 - Evaluate range syntax in container style queries
Categories
(Core :: CSS Parsing and Computation, task, P4)
Tracking
()
People
(Reporter: wpt-sync, Unassigned)
References
(Blocks 1 open bug, )
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 53277 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/53277
Details from upstream follow.
Munira Tursunova <moonira@google.com> wrote:
Evaluate range syntax in container style queries
Resolved in [0].
[0] https://github.com/w3c/csswg-drafts/issues/8376#issuecomment-2751161553
Bug: 408011559
Change-Id: Id89dfa0e18f6b2517dc1ff1d62fd59dd34ef2ce8
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6643219
Reviewed-by: Anders Hartvoll Ruud \<andruud@chromium.org>
Commit-Queue: Munira Tursunova \<moonira@google.com>
Cr-Commit-Position: refs/heads/main@{#1476164}
Assignee | ||
Updated•1 day ago
|
Assignee | ||
Comment 1•1 day ago
|
||
Assignee | ||
Comment 2•1 day ago
|
||
CI Results
Ran 9 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 2 tests and 193 subtests
Status Summary
Firefox
OK
: 2
PASS
: 32
FAIL
: 235[Gecko-android-em-7.0-x86_64-lite-qr-opt-geckoview, Gecko-android-em-7.0-x86_64-qr-debug-geckoview, Gecko-android-em-7.0-x86_64-qr-opt-geckoview, Gecko-linux1804-64-qr-debug, Gecko-linux1804-64-qr-opt, Gecko-windows11-32-24h2-debug, Gecko-windows11-32-24h2-opt, Gecko-windows11-64-24h2-debug, Gecko-windows11-64-24h2-opt] 238[GitHub]
Chrome
OK
: 2
PASS
: 203
FAIL
: 67
Safari
OK
: 2
PASS
: 43
FAIL
: 227
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
Firefox-only Failures
- /css/css-conditional/container-queries/query-evaluation-style.html [wpt.fyi]
- style((--foo: bar)):
FAIL
linked bugs:Bug 1874725, Bug 1905350 - style(not (--baz: qux)):
FAIL
linked bugs:Bug 1874725, Bug 1905350 - style((--foo: bar) and (--foo: bar)):
FAIL
linked bugs:Bug 1874725, Bug 1905350 - style((--foo: bar) and (--foo: bar) and (--foo: bar)):
FAIL
linked bugs:Bug 1874725, Bug 1905350 - style((--foo: bar) or (--foo: bar)):
FAIL
linked bugs:Bug 1874725, Bug 1905350 - style((--foo: bar) or (--foo: bar) or (--foo: bar)):
FAIL
linked bugs:Bug 1874725, Bug 1905350 - style((--baz: qux) or (--foo: bar) or (--foo: bar)):
FAIL
linked bugs:Bug 1874725, Bug 1905350 - style((--foo: bar) or (--baz: qux) or (--foo: bar)):
FAIL
linked bugs:Bug 1874725, Bug 1905350 - style((--foo: bar) or (--foo: bar) or (--baz: qux)):
FAIL
linked bugs:Bug 1874725, Bug 1905350 - style(not ((--foo: bar) and (--baz: qux))):
FAIL
linked bugs:Bug 1874725, Bug 1905350 - style((--baz: qux) or (not ((--baz: qux) and (--foo: bar)))):
FAIL
linked bugs:Bug 1874725, Bug 1905350
- style((--foo: bar)):
New Tests That Don't Pass
- /css/css-conditional/container-queries/query-evaluation-style.html [wpt.fyi]
- style((--foo: bar)):
FAIL
(Chrome:PASS
, Safari:PASS
) - style(not (--baz: qux)):
FAIL
(Chrome:PASS
, Safari:PASS
) - style((--foo: bar) and (--foo: bar)):
FAIL
(Chrome:PASS
, Safari:PASS
) - style((--foo: bar) and (--foo: bar) and (--foo: bar)):
FAIL
(Chrome:PASS
, Safari:PASS
) - style((--foo: bar) or (--foo: bar)):
FAIL
(Chrome:PASS
, Safari:PASS
) - style((--foo: bar) or (--foo: bar) or (--foo: bar)):
FAIL
(Chrome:PASS
, Safari:PASS
) - style((--baz: qux) or (--foo: bar) or (--foo: bar)):
FAIL
(Chrome:PASS
, Safari:PASS
) - style((--foo: bar) or (--baz: qux) or (--foo: bar)):
FAIL
(Chrome:PASS
, Safari:PASS
) - style((--foo: bar) or (--foo: bar) or (--baz: qux)):
FAIL
(Chrome:PASS
, Safari:PASS
) - style(not ((--foo: bar) and (--baz: qux))):
FAIL
(Chrome:PASS
, Safari:PASS
) - style((--baz: qux) or (not ((--baz: qux) and (--foo: bar)))):
FAIL
(Chrome:PASS
, Safari:PASS
) - style(5 >= calc(3 + 1)):
FAIL
(Chrome:FAIL
, Safari:FAIL
) - style(1px <= 1em):
FAIL
(Chrome:FAIL
, Safari:FAIL
) - style(5 >= 3):
FAIL
(Chrome:FAIL
, Safari:FAIL
) - style(3px >= 3px):
FAIL
(Chrome:FAIL
, Safari:FAIL
) - style(1em > 1px):
FAIL
(Chrome:FAIL
, Safari:FAIL
) - style(3turn > 3deg):
FAIL
(Chrome:FAIL
, Safari:FAIL
) - style(3% >= 3%):
FAIL
(Chrome:FAIL
, Safari:FAIL
) - style(3s > 3ms):
FAIL
(Chrome:FAIL
, Safari:FAIL
) - style(3dppx > 96dpi):
FAIL
(Chrome:FAIL
, Safari:FAIL
) - style(3 <= --x):
FAIL
(Chrome:FAIL
, Safari:FAIL
) - style(--x >= 3):
FAIL
(Chrome:FAIL
, Safari:FAIL
) - style(--x <= --x):
FAIL
(Chrome:FAIL
, Safari:FAIL
) - style(--x >= --y):
FAIL
(Chrome:FAIL
, Safari:FAIL
) - style(--length > 3px):
FAIL
(Chrome:FAIL
, Safari:FAIL
) - style(--x > 3px):
FAIL
(Chrome:FAIL
, Safari:FAIL
) - style(--number >= 3):
FAIL
(Chrome:FAIL
, Safari:FAIL
) - style(--x >= 1):
FAIL
(Chrome:FAIL
, Safari:FAIL
) - style(--percentage > 3%):
FAIL
(Chrome:FAIL
, Safari:FAIL
) - style(--x > 3%):
FAIL
(Chrome:FAIL
, Safari:FAIL
) - style(--angle < 1turn):
FAIL
(Chrome:FAIL
, Safari:FAIL
) - style(--x < 1turn):
FAIL
(Chrome:FAIL
, Safari:FAIL
) - style(--time <= 1000ms):
FAIL
(Chrome:FAIL
, Safari:FAIL
) - style(--x <= 1000ms):
FAIL
(Chrome:FAIL
, Safari:FAIL
) - style(3dppx > --resolution):
FAIL
(Chrome:FAIL
, Safari:FAIL
) - style(3dppx > --x):
FAIL
(Chrome:FAIL
, Safari:FAIL
) - style(--x >= calc(3px + 3px)):
FAIL
(Chrome:FAIL
, Safari:FAIL
) - style(--x <= var(--x)):
FAIL
(Chrome:FAIL
, Safari:FAIL
) - style(calc(var(--x) + 1) >= var(--y)):
FAIL
(Chrome:FAIL
, Safari:FAIL
) - style(var(--x) >= --x):
FAIL
(Chrome:FAIL
, Safari:FAIL
) - style(--x <= 10em):
FAIL
(Chrome:FAIL
, Safari:FAIL
) - style(--length <= 30px):
FAIL
(Chrome:FAIL
, Safari:FAIL
) - style(10px <= 10px < 11px):
FAIL
(Chrome:FAIL
, Safari:FAIL
) - style(3 < --x <= 5):
FAIL
(Chrome:FAIL
, Safari:FAIL
) - style(--x >= --y > --z):
FAIL
(Chrome:FAIL
, Safari:FAIL
)
- style((--foo: bar)):
- /css/css-values/if-conditionals.html [wpt.fyi]
- CSS Values and Units Test: CSS inline if() function:
FAIL
(Chrome:PASS
, Safari:FAIL
) - CSS Values and Units Test: CSS inline if() function 1:
FAIL
(Chrome:PASS
, Safari:FAIL
) - CSS Values and Units Test: CSS inline if() function 2:
FAIL
(Chrome:PASS
, Safari:FAIL
) - CSS Values and Units Test: CSS inline if() function 3:
FAIL
(Chrome:PASS
, Safari:FAIL
) - CSS Values and Units Test: CSS inline if() function 4:
FAIL
(Chrome:PASS
, Safari:FAIL
) - CSS Values and Units Test: CSS inline if() function 5:
FAIL
(Chrome:PASS
, Safari:FAIL
) - CSS Values and Units Test: CSS inline if() function 6:
FAIL
(Chrome:PASS
, Safari:FAIL
) - CSS Values and Units Test: CSS inline if() function 7:
FAIL
(Chrome:PASS
, Safari:FAIL
) - CSS Values and Units Test: CSS inline if() function 8:
FAIL
(Chrome:PASS
, Safari:FAIL
) - CSS Values and Units Test: CSS inline if() function 9:
FAIL
(Chrome:PASS
, Safari:FAIL
) - CSS Values and Units Test: CSS inline if() function 10:
FAIL
(Chrome:PASS
, Safari:FAIL
) - CSS Values and Units Test: CSS inline if() function 11:
FAIL
(Chrome:PASS
, Safari:FAIL
) - CSS Values and Units Test: CSS inline if() function 12:
FAIL
(Chrome:PASS
, Safari:FAIL
) - CSS Values and Units Test: CSS inline if() function 13:
FAIL
(Chrome:PASS
, Safari:FAIL
) - CSS Values and Units Test: CSS inline if() function 14:
FAIL
(Chrome:PASS
, Safari:FAIL
) - CSS Values and Units Test: CSS inline if() function 15:
FAIL
(Chrome:PASS
, Safari:FAIL
) - CSS Values and Units Test: CSS inline if() function 16:
FAIL
(Chrome:PASS
, Safari:FAIL
) - CSS Values and Units Test: CSS inline if() function 17:
FAIL
(Chrome:PASS
, Safari:FAIL
) - CSS Values and Units Test: CSS inline if() function 18:
FAIL
(Chrome:PASS
, Safari:FAIL
) - CSS Values and Units Test: CSS inline if() function 19:
FAIL
(Chrome:PASS
, Safari:FAIL
) - CSS Values and Units Test: CSS inline if() function 20:
FAIL
(Chrome:PASS
, Safari:FAIL
) - CSS Values and Units Test: CSS inline if() function 21:
FAIL
(Chrome:PASS
, Safari:FAIL
) - CSS Values and Units Test: CSS inline if() function 22:
FAIL
(Chrome:PASS
, Safari:FAIL
) - CSS Values and Units Test: CSS inline if() function 23:
FAIL
(Chrome:PASS
, Safari:FAIL
) - CSS Values and Units Test: CSS inline if() function 24:
FAIL
(Chrome:PASS
, Safari:FAIL
) - CSS Values and Units Test: CSS inline if() function 25:
FAIL
(Chrome:PASS
, Safari:FAIL
) - CSS Values and Units Test: CSS inline if() function 26:
FAIL
(Chrome:PASS
, Safari:FAIL
) - CSS Values and Units Test: CSS inline if() function 27:
FAIL
(Chrome:PASS
, Safari:FAIL
) - CSS Values and Units Test: CSS inline if() function 28:
FAIL
(Chrome:PASS
, Safari:FAIL
) - CSS Values and Units Test: CSS inline if() function 29:
FAIL
(Chrome:PASS
, Safari:FAIL
) - CSS Values and Units Test: CSS inline if() function 30:
FAIL
(Chrome:PASS
, Safari:FAIL
) - CSS Values and Units Test: CSS inline if() function 31:
FAIL
(Chrome:PASS
, Safari:FAIL
) - CSS Values and Units Test: CSS inline if() function 32:
FAIL
(Chrome:PASS
, Safari:FAIL
) - CSS Values and Units Test: CSS inline if() function 33:
FAIL
(Chrome:PASS
, Safari:FAIL
) - CSS Values and Units Test: CSS inline if() function 34:
FAIL
(Chrome:PASS
, Safari:FAIL
) - CSS Values and Units Test: CSS inline if() function 35:
FAIL
(Chrome:PASS
, Safari:FAIL
) - CSS Values and Units Test: CSS inline if() function 36:
FAIL
(Chrome:PASS
, Safari:FAIL
) - CSS Values and Units Test: CSS inline if() function 37:
FAIL
(Chrome:PASS
, Safari:FAIL
) - CSS Values and Units Test: CSS inline if() function 38:
FAIL
(Chrome:PASS
, Safari:FAIL
) - CSS Values and Units Test: CSS inline if() function 39:
FAIL
(Chrome:PASS
, Safari:FAIL
) - CSS Values and Units Test: CSS inline if() function 40:
FAIL
(Chrome:PASS
, Safari:FAIL
) - CSS Values and Units Test: CSS inline if() function 41:
FAIL
(Chrome:PASS
, Safari:FAIL
) - CSS Values and Units Test: CSS inline if() function 42:
FAIL
(Chrome:PASS
, Safari:FAIL
) - CSS Values and Units Test: CSS inline if() function 43:
FAIL
(Chrome:PASS
, Safari:FAIL
) - CSS Values and Units Test: CSS inline if() function 44:
FAIL
(Chrome:PASS
, Safari:FAIL
) - CSS Values and Units Test: CSS inline if() function 45:
FAIL
(Chrome:PASS
, Safari:FAIL
) - CSS Values and Units Test: CSS inline if() function 46:
FAIL
(Chrome:PASS
, Safari:FAIL
) - CSS Values and Units Test: CSS inline if() function 47:
FAIL
(Chrome:PASS
, Safari:FAIL
) - CSS Values and Units Test: CSS inline if() function 48:
FAIL
(Chrome:PASS
, Safari:FAIL
) - CSS Values and Units Test: CSS inline if() function 49:
FAIL
(Chrome:PASS
, Safari:FAIL
) - CSS Values and Units Test: CSS inline if() function 50:
FAIL
(Chrome:PASS
, Safari:FAIL
) - CSS Values and Units Test: CSS inline if() function 51:
FAIL
(Chrome:PASS
, Safari:FAIL
) - CSS Values and Units Test: CSS inline if() function 52:
FAIL
(Chrome:PASS
, Safari:FAIL
) - CSS Values and Units Test: CSS inline if() function 53:
FAIL
(Chrome:PASS
, Safari:FAIL
) - CSS Values and Units Test: CSS inline if() function 54:
FAIL
(Chrome:PASS
, Safari:FAIL
) - CSS Values and Units Test: CSS inline if() function 55:
FAIL
(Chrome:PASS
, Safari:FAIL
) - CSS Values and Units Test: CSS inline if() function 56:
FAIL
(Chrome:PASS
, Safari:FAIL
) - CSS Values and Units Test: CSS inline if() function 57:
FAIL
(Chrome:PASS
, Safari:FAIL
) - CSS Values and Units Test: CSS inline if() function 58:
FAIL
(Chrome:PASS
, Safari:FAIL
) - CSS Values and Units Test: CSS inline if() function 59:
FAIL
(Chrome:PASS
, Safari:FAIL
) - CSS Values and Units Test: CSS inline if() function 60:
FAIL
(Chrome:PASS
, Safari:FAIL
) - CSS Values and Units Test: CSS inline if() function 61:
FAIL
(Chrome:PASS
, Safari:FAIL
) - CSS Values and Units Test: CSS inline if() function 62:
FAIL
(Chrome:PASS
, Safari:FAIL
) - CSS Values and Units Test: CSS inline if() function 63:
FAIL
(Chrome:PASS
, Safari:FAIL
) - CSS Values and Units Test: CSS inline if() function 64:
FAIL
(Chrome:PASS
, Safari:FAIL
) - CSS Values and Units Test: CSS inline if() function 65:
FAIL
(Chrome:PASS
, Safari:FAIL
) - CSS Values and Units Test: CSS inline if() function 66:
FAIL
(Chrome:PASS
, Safari:FAIL
) - CSS Values and Units Test: CSS inline if() function 67:
FAIL
(Chrome:PASS
, Safari:FAIL
) - CSS Values and Units Test: CSS inline if() function 68:
FAIL
(Chrome:PASS
, Safari:FAIL
) - CSS Values and Units Test: CSS inline if() function 69:
FAIL
(Chrome:PASS
, Safari:FAIL
) - CSS Values and Units Test: CSS inline if() function 70:
FAIL
(Chrome:PASS
, Safari:FAIL
) - CSS Values and Units Test: CSS inline if() function 71:
FAIL
(Chrome:PASS
, Safari:FAIL
) - CSS Values and Units Test: CSS inline if() function 72:
FAIL
(Chrome:PASS
, Safari:FAIL
) - CSS Values and Units Test: CSS inline if() function 73:
FAIL
(Chrome:PASS
, Safari:FAIL
) - CSS Values and Units Test: CSS inline if() function 74:
FAIL
(Chrome:PASS
, Safari:FAIL
) - CSS Values and Units Test: CSS inline if() function 75:
FAIL
(Chrome:PASS
, Safari:FAIL
) - CSS Values and Units Test: CSS inline if() function 76:
FAIL
(Chrome:PASS
, Safari:FAIL
) - CSS Values and Units Test: CSS inline if() function 77:
FAIL
(Chrome:PASS
, Safari:FAIL
) - CSS Values and Units Test: CSS inline if() function 78:
FAIL
(Chrome:PASS
, Safari:FAIL
) - CSS Values and Units Test: CSS inline if() function 79:
FAIL
(Chrome:PASS
, Safari:FAIL
) - CSS Values and Units Test: CSS inline if() function 80:
FAIL
(Chrome:PASS
, Safari:FAIL
) - CSS Values and Units Test: CSS inline if() function 81:
FAIL
(Chrome:PASS
, Safari:FAIL
) - CSS Values and Units Test: CSS inline if() function 82:
FAIL
(Chrome:PASS
, Safari:FAIL
) - CSS Values and Units Test: CSS inline if() function 83:
FAIL
(Chrome:PASS
, Safari:FAIL
) - CSS Values and Units Test: CSS inline if() function 84:
FAIL
(Chrome:PASS
, Safari:FAIL
) - CSS Values and Units Test: CSS inline if() function 85:
FAIL
(Chrome:PASS
, Safari:FAIL
) - CSS Values and Units Test: CSS inline if() function 86:
FAIL
(Chrome:PASS
, Safari:FAIL
) - CSS Values and Units Test: CSS inline if() function 87:
FAIL
(Chrome:PASS
, Safari:FAIL
) - CSS Values and Units Test: CSS inline if() function 88:
FAIL
(Chrome:PASS
, Safari:FAIL
) - CSS Values and Units Test: CSS inline if() function 89:
FAIL
(Chrome:PASS
, Safari:FAIL
) - CSS Values and Units Test: CSS inline if() function 90:
FAIL
(Chrome:PASS
, Safari:FAIL
) - CSS Values and Units Test: CSS inline if() function 91:
FAIL
(Chrome:PASS
, Safari:FAIL
) - CSS Values and Units Test: CSS inline if() function 92:
FAIL
(Chrome:PASS
, Safari:FAIL
) - CSS Values and Units Test: CSS inline if() function 93:
FAIL
(Chrome:PASS
, Safari:FAIL
) - CSS Values and Units Test: CSS inline if() function 94:
FAIL
(Chrome:PASS
, Safari:FAIL
) - CSS Values and Units Test: CSS inline if() function 95:
FAIL
(Chrome:PASS
, Safari:FAIL
) - CSS Values and Units Test: CSS inline if() function 96:
FAIL
(Chrome:PASS
, Safari:FAIL
) - CSS Values and Units Test: CSS inline if() function 97:
FAIL
(Chrome:PASS
, Safari:FAIL
) - CSS Values and Units Test: CSS inline if() function 98:
FAIL
(Chrome:PASS
, Safari:FAIL
) - CSS Values and Units Test: CSS inline if() function 99:
FAIL
(Chrome:PASS
, Safari:FAIL
) - CSS Values and Units Test: CSS inline if() function 100:
FAIL
(Chrome:PASS
, Safari:FAIL
) - CSS Values and Units Test: CSS inline if() function 101:
FAIL
(Chrome:PASS
, Safari:FAIL
) - CSS Values and Units Test: CSS inline if() function 102:
FAIL
(Chrome:PASS
, Safari:FAIL
) - CSS Values and Units Test: CSS inline if() function 103:
FAIL
(Chrome:PASS
, Safari:FAIL
) - CSS Values and Units Test: CSS inline if() function 104:
FAIL
(Chrome:PASS
, Safari:FAIL
) - CSS Values and Units Test: CSS inline if() function 105:
FAIL
(Chrome:PASS
, Safari:FAIL
) - CSS Values and Units Test: CSS inline if() function 106:
FAIL
(Chrome:PASS
, Safari:FAIL
) - CSS Values and Units Test: CSS inline if() function 107:
FAIL
(Chrome:PASS
, Safari:FAIL
) - CSS Values and Units Test: CSS inline if() function 108:
FAIL
(Chrome:PASS
, Safari:FAIL
) - CSS Values and Units Test: CSS inline if() function 109:
FAIL
(Chrome:PASS
, Safari:FAIL
) - CSS Values and Units Test: CSS inline if() function 110:
FAIL
(Chrome:PASS
, Safari:FAIL
) - CSS Values and Units Test: CSS inline if() function 111:
FAIL
(Chrome:PASS
, Safari:FAIL
) - CSS Values and Units Test: CSS inline if() function 112:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - CSS Values and Units Test: CSS inline if() function 113:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - CSS Values and Units Test: CSS inline if() function 114:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - CSS Values and Units Test: CSS inline if() function 115:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - CSS Values and Units Test: CSS inline if() function 116:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - CSS Values and Units Test: CSS inline if() function 117:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - CSS Values and Units Test: CSS inline if() function 118:
FAIL
(Chrome:PASS
, Safari:FAIL
) - CSS Values and Units Test: CSS inline if() function 119:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - CSS Values and Units Test: CSS inline if() function 120:
FAIL
(Chrome:PASS
, Safari:FAIL
) - CSS Values and Units Test: CSS inline if() function 121:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - CSS Values and Units Test: CSS inline if() function 122:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - CSS Values and Units Test: CSS inline if() function 123:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - CSS Values and Units Test: CSS inline if() function 124:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - CSS Values and Units Test: CSS inline if() function 125:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - CSS Values and Units Test: CSS inline if() function 126:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - CSS Values and Units Test: CSS inline if() function 127:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - CSS Values and Units Test: CSS inline if() function 128:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - CSS Values and Units Test: CSS inline if() function 129:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - CSS Values and Units Test: CSS inline if() function 130:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - CSS Values and Units Test: CSS inline if() function 131:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - CSS Values and Units Test: CSS inline if() function 132:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - CSS Values and Units Test: CSS inline if() function 133:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - CSS Values and Units Test: CSS inline if() function 134:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - CSS Values and Units Test: CSS inline if() function 135:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - CSS Values and Units Test: CSS inline if() function 136:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - CSS Values and Units Test: CSS inline if() function 137:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - CSS Values and Units Test: CSS inline if() function 138:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - CSS Values and Units Test: CSS inline if() function 139:
FAIL
(Chrome:PASS
, Safari:FAIL
) - CSS Values and Units Test: CSS inline if() function 140:
FAIL
(Chrome:PASS
, Safari:FAIL
) - CSS Values and Units Test: CSS inline if() function 141:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - CSS Values and Units Test: CSS inline if() function 142:
FAIL
(Chrome:PASS
, Safari:FAIL
) - CSS Values and Units Test: CSS inline if() function 143:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - CSS Values and Units Test: CSS inline if() function 144:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - CSS Values and Units Test: CSS inline if() function 145:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - CSS Values and Units Test: CSS inline if() function 146:
FAIL
(Chrome:PASS
, Safari:FAIL
) - CSS Values and Units Test: CSS inline if() function 147:
FAIL
(Chrome:PASS
, Safari:FAIL
) - CSS Values and Units Test: CSS inline if() function 148:
FAIL
(Chrome:PASS
, Safari:FAIL
) - CSS Values and Units Test: CSS inline if() function 149:
FAIL
(Chrome:PASS
, Safari:FAIL
) - CSS Values and Units Test: CSS inline if() function 150:
FAIL
(Chrome:PASS
, Safari:FAIL
) - CSS Values and Units Test: CSS inline if() function 151:
FAIL
(Chrome:PASS
, Safari:FAIL
) - CSS Values and Units Test: CSS inline if() function 152:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - CSS Values and Units Test: CSS inline if() function 153:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - CSS Values and Units Test: CSS inline if() function 154:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - CSS Values and Units Test: CSS inline if() function 155:
FAIL
(Chrome:PASS
, Safari:FAIL
) - CSS Values and Units Test: CSS inline if() function 156:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - CSS Values and Units Test: CSS inline if() function 157:
FAIL
(Chrome:PASS
, Safari:FAIL
) - CSS Values and Units Test: CSS inline if() function 158:
FAIL
(Chrome:PASS
, Safari:FAIL
) - CSS Values and Units Test: CSS inline if() function 159:
FAIL
(Chrome:PASS
, Safari:FAIL
) - CSS Values and Units Test: CSS inline if() function 160:
FAIL
(Chrome:PASS
, Safari:FAIL
) - CSS Values and Units Test: CSS inline if() function 161:
FAIL
(Chrome:PASS
, Safari:FAIL
) - CSS Values and Units Test: CSS inline if() function 162:
FAIL
(Chrome:PASS
, Safari:FAIL
) - CSS Values and Units Test: CSS inline if() function 163:
FAIL
(Chrome:PASS
, Safari:FAIL
) - CSS Values and Units Test: CSS inline if() function 164:
FAIL
(Chrome:PASS
, Safari:FAIL
) - CSS Values and Units Test: CSS inline if() function 165:
FAIL
(Chrome:PASS
, Safari:FAIL
) - CSS Values and Units Test: CSS inline if() function 166:
FAIL
(Chrome:PASS
, Safari:FAIL
) - CSS Values and Units Test: CSS inline if() function 167:
FAIL
(Chrome:PASS
, Safari:FAIL
) - CSS Values and Units Test: CSS inline if() function 168:
FAIL
(Chrome:PASS
, Safari:FAIL
) - CSS Values and Units Test: CSS inline if() function 169:
FAIL
(Chrome:PASS
, Safari:FAIL
) - CSS Values and Units Test: CSS inline if() function 170:
FAIL
(Chrome:PASS
, Safari:FAIL
) - CSS Values and Units Test: CSS inline if() function 171:
FAIL
(Chrome:PASS
, Safari:FAIL
) - CSS Values and Units Test: CSS inline if() function 172:
FAIL
(Chrome:PASS
, Safari:FAIL
) - CSS Values and Units Test: CSS inline if() function 173:
FAIL
(Chrome:PASS
, Safari:FAIL
) - CSS Values and Units Test: CSS inline if() function 174:
FAIL
(Chrome:PASS
, Safari:FAIL
) - CSS Values and Units Test: CSS inline if() function 175:
FAIL
(Chrome:PASS
, Safari:FAIL
) - CSS Values and Units Test: CSS inline if() function 176:
FAIL
(Chrome:PASS
, Safari:FAIL
) - CSS Values and Units Test: CSS inline if() function 177:
FAIL
(Chrome:PASS
, Safari:FAIL
) - CSS Values and Units Test: CSS inline if() function 178:
FAIL
(Chrome:PASS
, Safari:FAIL
) - CSS Values and Units Test: CSS inline if() function 179:
FAIL
(Chrome:PASS
, Safari:FAIL
) - CSS Values and Units Test: CSS inline if() function 180:
FAIL
(Chrome:PASS
, Safari:FAIL
) - CSS Values and Units Test: CSS inline if() function 181:
FAIL
(Chrome:PASS
, Safari:FAIL
) - CSS Values and Units Test: CSS inline if() function 182:
FAIL
(Chrome:PASS
, Safari:FAIL
) - CSS Values and Units Test: CSS inline if() function 183:
FAIL
(Chrome:PASS
, Safari:FAIL
) - CSS Values and Units Test: CSS inline if() function 184:
FAIL
(Chrome:PASS
, Safari:FAIL
) - CSS Values and Units Test: CSS inline if() function 185:
FAIL
(Chrome:PASS
, Safari:FAIL
) - CSS Values and Units Test: CSS inline if() function 186:
FAIL
(Chrome:PASS
, Safari:FAIL
) - CSS Values and Units Test: CSS inline if() function 187:
FAIL
(Chrome:PASS
, Safari:FAIL
) - CSS Values and Units Test: CSS inline if() function 188:
FAIL
(Chrome:PASS
, Safari:FAIL
) - CSS Values and Units Test: CSS inline if() function 189:
FAIL
(Chrome:PASS
, Safari:FAIL
) - CSS Values and Units Test: CSS inline if() function 190:
FAIL
(Chrome:PASS
, Safari:FAIL
) - CSS Values and Units Test: CSS inline if() function 191:
FAIL
(Chrome:PASS
, Safari:FAIL
) - CSS Values and Units Test: CSS inline if() function 192:
FAIL
(Chrome:PASS
, Safari:FAIL
)
- CSS Values and Units Test: CSS inline if() function:
Description
•