Changeset 33356
- Timestamp:
- 05/12/08 23:05:54 (6 months ago)
- Location:
- branches/squirrelfish/LayoutTests
- Files:
-
- 6 removed
- 2 modified
- 2 moved
-
ChangeLog (modified) (1 diff)
-
dom/xhtml/level2/html/HTMLFrameElement09.xhtml-disabled (modified) (1 diff)
-
dom/xhtml/level2/html/resources/frame.xhtml (moved) (moved from branches/squirrelfish/LayoutTests/dom/xhtml/level2/html/frame.xhtml)
-
dom/xhtml/level2/html/resources/iframe.xhtml (moved) (moved from branches/squirrelfish/LayoutTests/dom/xhtml/level2/html/iframe.xhtml)
-
platform/mac/dom/xhtml/level2/html/frame-expected.checksum (deleted)
-
platform/mac/dom/xhtml/level2/html/frame-expected.png (deleted)
-
platform/mac/dom/xhtml/level2/html/frame-expected.txt (deleted)
-
platform/mac/dom/xhtml/level2/html/iframe-expected.checksum (deleted)
-
platform/mac/dom/xhtml/level2/html/iframe-expected.png (deleted)
-
platform/mac/dom/xhtml/level2/html/iframe-expected.txt (deleted)
Legend:
- Unmodified
- Added
- Removed
-
branches/squirrelfish/LayoutTests/ChangeLog
r33353 r33356 1 2008-05-08 Maciej Stachowiak <mjs@apple.com> 2 3 Reviewed by Oliver. 4 5 - move frame.xhtml and iframe.xhtml into a resources dir, as they were never meant to be tests 6 7 * dom/xhtml/level2/html/HTMLFrameElement09.xhtml-disabled: 8 * dom/xhtml/level2/html/frame.xhtml: Removed. 9 * dom/xhtml/level2/html/iframe.xhtml: Removed. 10 * dom/xhtml/level2/html/resources/frame.xhtml: Copied from dom/xhtml/level2/html/frame.xhtml. 11 * dom/xhtml/level2/html/resources/iframe.xhtml: Copied from dom/xhtml/level2/html/iframe.xhtml. 12 * platform/mac/dom/xhtml/level2/html/frame-expected.checksum: Removed. 13 * platform/mac/dom/xhtml/level2/html/frame-expected.png: Removed. 14 * platform/mac/dom/xhtml/level2/html/frame-expected.txt: Removed. 15 * platform/mac/dom/xhtml/level2/html/iframe-expected.checksum: Removed. 16 * platform/mac/dom/xhtml/level2/html/iframe-expected.png: Removed. 17 * platform/mac/dom/xhtml/level2/html/iframe-expected.txt: Removed. 18 1 19 o2008-05-07 Geoffrey Garen <ggaren@apple.com> 2 20 -
branches/squirrelfish/LayoutTests/dom/xhtml/level2/html/HTMLFrameElement09.xhtml-disabled
r11962 r33356 11 11 <frameset cols="20, 80" onload="loadComplete()"> 12 12 <frameset rows="100, 200"> 13 <frame id="Frame1" name="Frame1" src=" frame.xhtml"/>13 <frame id="Frame1" name="Frame1" src="resources/frame.xhtml"/> 14 14 </frameset> 15 <frame id="Frame2" name="Frame2" src=" iframe.xhtml"/>15 <frame id="Frame2" name="Frame2" src="resources/iframe.xhtml"/> 16 16 </frameset> 17 17 </html>