Commit bef8e43b authored by Koji Ishii's avatar Koji Ishii Committed by Commit Bot

[LayoutNG] flag-specific rebaseline for text failures

This patch matches to the changes in the base expectations
when flag-specific rebaselines were needed for space-only
differences.

TBR=eae@chromium.org, xiaochengh@chromium.org
NOTRY=true

Bug: 591099
Cq-Include-Trybots: luci.chromium.try:linux_layout_tests_layout_ng
Change-Id: Ie93864457ba5ac3ff2d73fdc1783623a53b967e3
Reviewed-on: https://chromium-review.googlesource.com/1179735
Commit-Queue: Koji Ishii <kojii@chromium.org>
Reviewed-by: default avatarKoji Ishii <kojii@chromium.org>
Cr-Commit-Position: refs/heads/master@{#584075}
parent a249dbf7
......@@ -567,10 +567,6 @@ crbug.com/591099 http/tests/devtools/tracing/timeline-paint/timeline-paint-with-
crbug.com/591099 http/tests/images/restyle-decode-error.html [ Failure ]
crbug.com/591099 http/tests/local/fileapi/select-dragged-file-input.html [ Skip ]
crbug.com/591099 http/tests/misc/object-embedding-svg-delayed-size-negotiation.xhtml [ Failure ]
crbug.com/591099 http/tests/navigation/form-targets-cross-site-frame-get.html [ Failure ]
crbug.com/591099 http/tests/navigation/form-targets-cross-site-frame-no-referrer.html [ Failure ]
crbug.com/591099 http/tests/navigation/form-targets-cross-site-frame-post.html [ Failure ]
crbug.com/591099 http/tests/navigation/form-with-enctype-targets-cross-site-frame.html [ Failure ]
crbug.com/591099 http/tests/security/cors-rfc1918/addressspace-document-appcache.https.html [ Crash Failure ]
crbug.com/591099 http/tests/security/cors-rfc1918/addressspace-document-csp-appcache.https.html [ Crash Failure Pass ]
crbug.com/591099 http/tests/security/setDomainRelaxationForbiddenForURLScheme.html [ Crash ]
......
......@@ -14,5 +14,5 @@ Http headers:
HTTP_CONNECTION = keep-alive
HTTP_HOST = localhost:8080
HTTP_REFERER = http://127.0.0.1:8000/navigation/form-targets-cross-site-frame-get.html
HTTP_SEC_METADATA = cause="forced", destination="document", target="nested", site="cross-site"
HTTP_SEC_METADATA = cause="forced", destination="nested-document", site="cross-site"
HTTP_UPGRADE_INSECURE_REQUESTS = 1
......@@ -15,5 +15,5 @@ HTTP_CACHE_CONTROL = max-age=0
HTTP_CONNECTION = keep-alive
HTTP_HOST = localhost:8080
HTTP_ORIGIN = null
HTTP_SEC_METADATA = cause="forced", destination="document", target="nested", site="cross-site"
HTTP_SEC_METADATA = cause="forced", destination="nested-document", site="cross-site"
HTTP_UPGRADE_INSECURE_REQUESTS = 1
......@@ -16,5 +16,5 @@ HTTP_CONNECTION = keep-alive
HTTP_HOST = localhost:8080
HTTP_ORIGIN = http://127.0.0.1:8000
HTTP_REFERER = http://127.0.0.1:8000/navigation/form-targets-cross-site-frame-post.html
HTTP_SEC_METADATA = cause="forced", destination="document", target="nested", site="cross-site"
HTTP_SEC_METADATA = cause="forced", destination="nested-document", site="cross-site"
HTTP_UPGRADE_INSECURE_REQUESTS = 1
......@@ -16,5 +16,5 @@ HTTP_CONNECTION = keep-alive
HTTP_HOST = localhost:8080
HTTP_ORIGIN = http://127.0.0.1:8000
HTTP_REFERER = http://127.0.0.1:8000/navigation/form-with-enctype-targets-cross-site-frame.html
HTTP_SEC_METADATA = cause="forced", destination="document", target="nested", site="cross-site"
HTTP_SEC_METADATA = cause="forced", destination="nested-document", site="cross-site"
HTTP_UPGRADE_INSECURE_REQUESTS = 1
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment