Skip to content

Commit 6510812

Browse files
committed
Bug 1575841 [wpt PR 18612] - Revert "[CSS] Treat viewport-relative units as computationally independent", a=testonly
Automatic update from web-platform-tests Revert "[CSS] Treat viewport-relative units as computationally independent" This is a speculative revert in order to either confirm or eliminate it as a source for a hard to track down persistent performance regression. This reverts r679183 (commit 6b846d3689b9038c73d87ecbab61670e91c7e051). Bug: 993476 Tbr: pdrchromium.org Change-Id: I37566d32fb0853590e72299fdc0f281c712bf027 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1764195 Commit-Queue: Emil A Eklund <eaechromium.org> Reviewed-by: Emil A Eklund <eaechromium.org> Reviewed-by: Philip Rogers <pdrchromium.org> Cr-Commit-Position: refs/heads/master{#689475} -- wpt-commits: 7c8e32ead1a5cc9b402558fd43d0c555bd31965f wpt-pr: 18612 UltraBlame original commit: c6141012a736a409c71006910632fd8a477f3b73
1 parent 1386122 commit 6510812

File tree

1 file changed

+35
-35
lines changed

1 file changed

+35
-35
lines changed

testing/web-platform/tests/css/css-properties-values-api/register-property-syntax-parsing.html

Lines changed: 35 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -798,41 +798,6 @@
798798
(
799799
"
800800
<
801-
length
802-
>
803-
"
804-
"
805-
10vmin
806-
"
807-
)
808-
;
809-
assert_valid
810-
(
811-
"
812-
<
813-
percentage
814-
>
815-
|
816-
<
817-
length
818-
>
819-
+
820-
"
821-
"
822-
calc
823-
(
824-
100vh
825-
-
826-
10px
827-
)
828-
30px
829-
"
830-
)
831-
;
832-
assert_valid
833-
(
834-
"
835-
<
836801
number
837802
>
838803
"
@@ -2425,6 +2390,18 @@
24252390
>
24262391
"
24272392
"
2393+
10vmin
2394+
"
2395+
)
2396+
;
2397+
assert_invalid
2398+
(
2399+
"
2400+
<
2401+
length
2402+
>
2403+
"
2404+
"
24282405
calc
24292406
(
24302407
4px
@@ -2521,6 +2498,29 @@
25212498
(
25222499
"
25232500
<
2501+
percentage
2502+
>
2503+
|
2504+
<
2505+
length
2506+
>
2507+
+
2508+
"
2509+
"
2510+
calc
2511+
(
2512+
100vh
2513+
-
2514+
10px
2515+
)
2516+
30px
2517+
"
2518+
)
2519+
;
2520+
assert_invalid
2521+
(
2522+
"
2523+
<
25242524
length
25252525
>
25262526
"

0 commit comments

Comments
 (0)