Skip to content

Commit ddf0b68

Browse files
committed
Bug 1994915 [wpt PR 55501] - [iframe] Move tests to the own directory, a=testonly
Automatic update from web-platform-tests [iframe] Move tests to the own directory From `css/css-sizing` to `css/css-sizing/responsive-iframe`. Bug: 418397278 Change-Id: I06c1c92b8d50ad4a42380cbea29326ab262829d6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7048179 Commit-Queue: Koji Ishii <kojiichromium.org> Reviewed-by: Koji Ishii <kojiichromium.org> Reviewed-by: Kent Tamura <tkentchromium.org> Auto-Submit: Koji Ishii <kojiichromium.org> Cr-Commit-Position: refs/heads/main{#1531200} -- wpt-commits: abc3461d82df74e3deb688df0c64074056cb8b08 wpt-pr: 55501 UltraBlame original commit: e7c6276d74069ce64956564fe5ca16bfc73ce7bc
1 parent c8db67a commit ddf0b68

12 files changed

+3
-3
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@
88
border: 1px solid black;
99
}
1010
</style>
11-
<iframe frameborder=0 scrolling=no src="http://{{hosts[alt][]}}:{{ports[http][0]}}/css/css-sizing/resources/iframe-contents.html">
11+
<iframe frameborder=0 scrolling=no src="http://{{hosts[alt][]}}:{{ports[http][0]}}/css/css-sizing/responsive-iframe/resources/iframe-contents.html">
1212
</iframe>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@
99
contain-intrinsic-size: from-element;
1010
}
1111
</style>
12-
<iframe frameborder=0 scrolling=no src="http://{{hosts[alt][]}}:{{ports[http][0]}}/css/css-sizing/resources/iframe-contents-unsized.html">
12+
<iframe frameborder=0 scrolling=no src="http://{{hosts[alt][]}}:{{ports[http][0]}}/css/css-sizing/responsive-iframe/resources/iframe-contents-unsized.html">
1313
</iframe>

testing/web-platform/tests/css/css-sizing/responsive-iframe-cross-origin.sub.tentative.html renamed to testing/web-platform/tests/css/css-sizing/responsive-iframe/responsive-iframe-cross-origin.sub.tentative.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@
99
contain-intrinsic-size: from-element;
1010
}
1111
</style>
12-
<iframe frameborder=0 src="http://{{hosts[alt][]}}:{{ports[http][0]}}/css/css-sizing/resources/iframe-contents.html">
12+
<iframe frameborder=0 src="http://{{hosts[alt][]}}:{{ports[http][0]}}/css/css-sizing/responsive-iframe/resources/iframe-contents.html">
1313
</iframe>

0 commit comments

Comments
 (0)