first half of bug 346690

This commit is contained in:
rn10950 2016-05-04 20:13:50 -04:00
parent 9feb7291da
commit 9ff0b9c0a2
7 changed files with 31 additions and 0 deletions

View File

@ -71,6 +71,7 @@ END
#define IDC_COLRESIZE 4108
#define IDC_ROWRESIZE 4109
#define IDC_VERTICALTEXT 4110
#define IDC_NONE 4112
IDC_SELECTANCHOR CURSOR DISCARDABLE "../../widget/src/build/res/select.cur"
IDC_GRAB CURSOR DISCARDABLE "../../widget/src/build/res/grab.cur"
@ -83,5 +84,6 @@ IDC_ZOOMOUT CURSOR DISCARDABLE "../../widget/src/build/res/zoom
IDC_COLRESIZE CURSOR DISCARDABLE "../../widget/src/build/res/col_resize.cur"
IDC_ROWRESIZE CURSOR DISCARDABLE "../../widget/src/build/res/row_resize.cur"
IDC_VERTICALTEXT CURSOR DISCARDABLE "../../widget/src/build/res/vertical_text.cur"
IDC_NONE CURSOR DISCARDABLE "../../widget/src/build/res/none.cur"
#endif

View File

@ -71,6 +71,7 @@ POINTER IDC_ZOOMOUT "..\\..\\widget\\src\\os2\\res\\zoom_out.ptr"
POINTER IDC_ARROWWAIT "..\\..\\widget\\src\\os2\\res\\arrow_wait.ptr"
POINTER IDC_CROSS "..\\..\\widget\\src\\os2\\res\\crosshair.ptr"
POINTER IDC_HELP "..\\..\\widget\\src\\os2\\res\\help.ptr"
POINTER IDC_NONE "..\\..\\widget\\src\\os2\\res\\help.ptr"
ICON IDC_DNDURL "..\\..\\widget\\src\\os2\\res\\dndurl.ico"
ICON IDC_DNDTEXT "..\\..\\widget\\src\\os2\\res\\dndtext.ico"

6
rzTests/README.txt Normal file
View File

@ -0,0 +1,6 @@
This folder contains a few tests that can be used to test rzGecko's additions.
Just type the URI of the file you want to test into RetroZilla's address bar.
We put these tests into the tree for easier syncing between developers, so everyone
has access to the latest tests.

4
rzTests/rz3-test.css Normal file
View File

@ -0,0 +1,4 @@
/* RetroZilla 3.0 Test Page Stylesheet */
#bug346690 {
cursor: none;
}

18
rzTests/rz3-test.htm Normal file
View File

@ -0,0 +1,18 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>RetroZilla 3.0 Gecko Test</title>
<link rel="stylesheet" type="text/css" href="rz3-test.css">
</head>
<body>
<h1>RetroZilla 3.0 Gecko Test Page</h1>
<hr>
<h2>cursor:none (bug 346690)</h2>
<h3>Default</h3>
<img src="test-image.gif">
<h3>cursor:none</h3>
<img src="test-image.gif" id="bug346690">
<hr>
</body>
</html>

BIN
rzTests/test-image.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 964 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 326 B